Loading Tool

Explorer IconExplorer

Memory Pool

43,849 transactions
27.39 vMB
0.07141561 BTC
Random Selection Loading Transactions
Max Size: 143.72/200 MB

Candidate Block

Mining Attempt ccfed780e97c38a1239ae4175b06b2f529fdec06be6d63337cae4e3219d4e1db
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 70f8fb7050376614262ca79d093f793e83459f9cf4cb93e984e610e6a40581a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,959
Size: 1.00 vMB
Total Fees: 0.02010696 BTC
Feerates: 298.50 > 2.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (422,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,819 492,819 0000000000000000007396593d459621316899355a04a8d7b3d736c16d309bc3 2,750 1.00/1.00 vMB 220
492,818 492,818 0000000000000000003f29632d2f501814e6715743b58978532051b7b3a58e4d 2,422 1.00/1.00 vMB 239
492,817 492,817 00000000000000000032b0acbef1dce61493eee4e5c5f91757ce8db38fbcf4ab 2,137 0.91/1.00 vMB 238
492,816 492,816 00000000000000000092078441ae5c63b812396974bf286045acbad1fce2f726 2,998 1.00/1.00 vMB 258
492,815 492,815 000000000000000000b5d309594bfe2e8765794ab41ead0717cd63dcba597bc3 2,667 1.00/1.00 vMB 248
492,814 492,814 0000000000000000005b799d32032587762a278eae461d329354d8d267ff70b4 2,582 1.00/1.00 vMB 233
492,813 492,813 000000000000000000a0ed95d32baa9d1f56af2ecd211225d68b8c2ac71c6c40 2,299 1.00/1.00 vMB 242
492,812 492,812 0000000000000000004d79e4dd57fdafe175821a85adb4cf83aa5e99a782dab5 1,817 1.00/1.00 vMB 220
492,811 492,811 00000000000000000000e9672c0cebf8f751f9d69cb0c5e45bcb13ab4eb0f806 2,899 0.95/1.00 vMB 249
492,810 492,810 00000000000000000076a5862f35aa1f5cb6b9db26c4d3f748698c4a24418d53 2,866 1.00/1.00 vMB 283
492,809 492,809 00000000000000000013e96f3072ffd0415365f14150c66fcb26c41c718512f4 2,577 1.00/1.00 vMB 204
492,808 492,808 000000000000000000bb309499fb033a8a69613af58dba983a3c2f07debb277a 2,206 1.00/1.00 vMB 186
492,807 492,807 0000000000000000000b203e637b3145e96d8a3cb582ad9face9730a314027be 2,527 1.00/1.00 vMB 212
492,806 492,806 00000000000000000096f8ac10be22e11562a8f4393d22f3a55f25101270701d 2,628 1.00/1.00 vMB 238
492,805 492,805 00000000000000000067548f6726407f92fd9c830efc847df9e482b27beb164e 35 0.01/1.00 vMB 561
492,804 492,804 00000000000000000035ef2e85001b0c29fbe573fe1a5eb1f59e0ab71d6017f1 2,074 1.00/1.00 vMB 247
492,803 492,803 00000000000000000089ef018b6cc6c6f61b672a09d3cd8a717c2c667f9ae528 2,177 1.00/1.00 vMB 106
492,802 492,802 0000000000000000007d56f09f047279b02b1f80808eaa550060be9ab1f8be11 1,935 1.00/1.00 vMB 143
492,801 492,801 0000000000000000002d4c8f32f66de5fec06b0801926ba87508a1c14722524c 1,709 1.00/1.00 vMB 115
492,800 492,800 00000000000000000022c0cf319087c3306e273a9d9226a8c4b4b6482a1eb662 2,142 0.96/1.00 vMB 140
492,799 492,799 00000000000000000066ce92385f5fb4967e251c2c782cee329b25387afae152 2,377 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.