Loading Tool

Explorer IconExplorer

Memory Pool

27,214 transactions
11.72 vMB
0.02964650 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.90/200 MB

Candidate Block

Mining Attempt ffe3dfbede53d2fb20a569fb871bc801b8745bd4775c83ed407b6421ea12ee57
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root d23b4084966274cb01b92873389cb0538581333780e75a9c67ce3610b1830631
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.00924043 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (747,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,617 165,617 0000000000000697a03d1688cca14c4431815099428d0c2ebab0ebe35166c20c 6 0.00 vMB 3
165,616 165,616 00000000000006923e3df8e3e0028588e1f715af29d2d6bd9339d3e6b85d41fb 29 0.03 vMB 53
165,615 165,615 0000000000000aa391c057603674888e2d3e30486b291fb825cc5b6317d4b235 109 0.03 vMB 7
165,614 165,614 00000000000006d82a15a4c2ffa619fb3657497c36db1b32c803862ea69a65c1 26 0.02 vMB 210
165,613 165,613 00000000000009e6faf752041ca0491ce10702487f2024bfce0b63443ab22b65 19 0.01 vMB 5
165,612 165,612 0000000000000909768c38590cd50dbb264cee47921cd307ca4a7dacc9efa828 136 0.07 vMB 208
165,611 165,611 000000000000021c264c6303f3a9cb4bf99c2c8c8312e35be8c8ee3553b8a110 57 0.04 vMB 44
165,610 165,610 00000000000006e26a732754e69691d8dde79daf2fbe08e5f34ebfb3ff103ef0 73 0.05 vMB 67
165,609 165,609 00000000000002f89b9695aea858685c5b81731bcfe3e24630cab2262c588a0f 25 0.01 vMB 7
165,608 165,608 0000000000000b21ee2998474c369aefb6d78f074e6f224d2562eb35bbf0240a 54 0.02 vMB 117
165,607 165,607 000000000000022c7544398a9c867a68737c61b681374858bf91c6cacf7cbd57 11 0.00 vMB 30
165,606 165,606 000000000000026148d7e9fb7f7f4c72f8a5d48fd28a23f13e75ad82e7ff5ace 20 0.01 vMB 29
165,605 165,605 0000000000000a275078ef1811a1053a48a0f9d7059edc0014fb811a075f573f 17 0.01 vMB 243
165,604 165,604 0000000000000691d84fd7e176dfbc599e30a21760c154bedeb515b7ac3f4982 52 0.03 vMB 74
165,603 165,603 00000000000007cba33ba9e0138beb396f0fa4b40c3e730df34923537273d839 13 0.01 vMB 539
165,602 165,602 0000000000000854cd033df887a32329cae983fb7c0b5743000aea39d2da75e9 12 0.00 vMB 0
165,601 165,601 0000000000000647b253e1b8e321cc0a3c03cc0e104be41d8606f9da95f5646c 54 0.01 vMB 6
165,600 165,600 0000000000000a71df2c53c083712cc837d0c8b940731b1549f30ac5cddbb184 25 0.01 vMB 116
165,599 165,599 00000000000003b0852fa8835fa95e4799460e5318246a4741ebb423b0a16b00 18 0.01 vMB 98
165,598 165,598 00000000000009a04fac36f13855db95197042943938cb8afff3da7dd1a8cf04 24 0.01 vMB 98
165,597 165,597 00000000000004b56ef63d020d38d9aa79b209cb10d03ec561abaa553269ed6d 9 0.01 vMB 366
Previous 10 blocks ↓
Total Size: 779.76 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: 389.31 GB
    • Received: 1.98 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.