Loading Tool

Explorer IconExplorer

Memory Pool

77,359 transactions
34.01 vMB
0.14297908 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt a53cf8f92f5b4c9ad8e1b20272b9531e7a85b3e9a20c49469897b83854233f4a
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 22a6df6c92c515fafbb8fffeb598c1e4d838f21aa99c78cc86800e8062094938
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,827
Size: 1.00 vMB
Total Fees: 0.02703464 BTC
Feerates: 90.91 > 2.71 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (429,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,512 485,512 0000000000000000004c8e92769a19482f7275d5a4bbfac5fde4f3c8e6d15d3d 1,989 0.80/1.00 vMB 94
485,511 485,511 000000000000000000de2f5da71ec30c8c3dd658c852add32526b928ad60b240 104 0.06/1.00 vMB 105
485,510 485,510 000000000000000000cc9f2d9098b4bee4a5fd594933673735608ca460db0bfd 805 0.33/1.00 vMB 137
485,509 485,509 00000000000000000073fa81dd67b7d49aca2aff49ae4495c82fa45f5f1ea539 1,745 0.92/1.00 vMB 123
485,508 485,508 0000000000000000006c766a6292034ee1356820020c60c6a9905ecb95a6f0d1 384 0.22/1.00 vMB 72
485,507 485,507 000000000000000000843ba2466a4e786f54709431ec4f7de0f09cef1c4723d3 2,177 1.00/1.00 vMB 113
485,506 485,506 000000000000000001115a1bd0b4909d2f5cf24f5b031a54b81a19d3c5d88333 336 0.18/1.00 vMB 130
485,505 485,505 000000000000000000024ba1c605637f21e25194ccb90a2dc0dc3a2db683315d 25 0.01/1.00 vMB 96
485,504 485,504 0000000000000000009081ead030717795294ba2f03b662db2b80963ac637378 284 0.12/1.00 vMB 94
485,503 485,503 000000000000000000159f0e9c80c635b8d2459e86976531b05592f5f1d6d86d 1,322 0.91/1.00 vMB 22
485,502 485,502 000000000000000000d617f312e4ca6f9ec151b9cc5d7288f6951cab12c004a3 1,946 1.00/1.00 vMB 131
485,501 485,501 00000000000000000115ace790f85fb97189598262cf307526e1fd015b1e256e 2,046 1.00/1.00 vMB 56
485,500 485,500 0000000000000000005a03a4c35eda186a0ca53d0db862e3b1a14b02c0d18cff 1,742 1.00/1.00 vMB 146
485,499 485,499 000000000000000000d419c153a1e5cfffad9df26e6f924c947f9db719258326 2,190 0.99/1.00 vMB 184
485,498 485,498 000000000000000000ba0a9daf0ef1ad6d6d3e0282f5d9311dd188ce8292c01e 1,176 0.53/1.00 vMB 15
485,497 485,497 000000000000000000f3f9dfb82a8d5e5649ecb205f9bef69461ad9eec4a670a 2,014 1.00/1.00 vMB 131
485,496 485,496 000000000000000000b9d080fce5aee5fc9fd7cc6680e92bd5cb6ebde60b4aec 1,887 1.00/1.00 vMB 151
485,495 485,495 0000000000000000012198803f755fb6a3d0a1e248dc6d44cb7f1b168ebbf1c5 16 0.01/1.00 vMB 805
485,494 485,494 0000000000000000005a768b388a462a6340a3cec70c866338801a96cac44e9f 674 0.29/1.00 vMB 52
485,493 485,493 00000000000000000076cae7f4df5fb991bd3b9ba471baf9e9a4c63367d924ad 2,150 1.00/1.00 vMB 51
485,492 485,492 0000000000000000005c74bf616055f39c04736b9a51d9e6095c33789bdc2ecd 1,719 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 783.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 735.14 GB
    • Received: 18.57 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.