Loading Tool

Explorer IconExplorer

Memory Pool

37,397 transactions
30.98 vMB
0.07640825 BTC
Random Selection Loading Transactions
Max Size: 153.20/200 MB

Candidate Block

Mining Attempt 36fde23861672fa1b3deeb185337f91607f1a3afb5e580624f6d0c738f5bba8c
Version 20000000
Previous Block 000000000000000000020929f9a54cfe6da8bd6ea7ce1c11a7a4e33ec17eab6d
Merkle Root 8a6edc0a3385b7bff57a9b066b21c9974925b2c679ac6287c8e33e6d29dc8ca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,252
Size: 1.00 vMB
Total Fees: 0.01331196 BTC
Feerates: 602.74 > 1.33 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,353 (872,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,437 41,437 0000000019be300edb86f8afb1cb9f9ba4623167cb4b720749281e558371025b 1 0.00/1.00 vMB 0
41,436 41,436 0000000054a017781a8e93d5752d59b128eb127819cf03f1851ca91b86e825b2 1 0.00/1.00 vMB 0
41,435 41,435 000000003178c7d12253a0d6170944d47625c2065bcf5b8bbcf11b4a4ad1042c 1 0.00/1.00 vMB 0
41,434 41,434 000000002190a2cc5cf2deb2f03c0275638ba7f75f772925e8bd94dd8037d405 1 0.00/1.00 vMB 0
41,433 41,433 000000003b02f08b50762c042736cb21bda31e63d3a9eebad1eb58c3bce88b26 1 0.00/1.00 vMB 0
41,432 41,432 000000002ae82ee8e7bfcd192680c4ef1410b6731f08fb00eb5cbd005ef9e658 1 0.00/1.00 vMB 0
41,431 41,431 0000000025941f3dd875a6c0bd4d832d24d5f7ddbc63a9d32ca6f9fe4bf8101f 1 0.00/1.00 vMB 0
41,430 41,430 0000000043626c29fcbca609a2165205d7f763cfcc466a011ec8b31c7593bb61 1 0.00/1.00 vMB 0
41,429 41,429 0000000045eb0c013b19ada6590748b9cb93de2a3d912c7b1c298b39ff8c5f0f 1 0.00/1.00 vMB 0
41,428 41,428 000000004b4fecd3650af36df31eea20b7d4ce07d25a659b9468ba0eb107a179 1 0.00/1.00 vMB 0
41,427 41,427 00000000549a492d280daaf9b5997a3b8785d7003a60cd1e875442a8774234da 1 0.00/1.00 vMB 0
41,426 41,426 00000000070ba687731cae5d87379410db7ab91ac138c249dd9e90d283042028 1 0.00/1.00 vMB 0
41,425 41,425 000000003bbc94e0cee7b77fefba628e272dc6bf39d8fee0de594ef7143b5ef7 1 0.00/1.00 vMB 0
41,424 41,424 0000000028dcf09ac434e06e0c6fb64f0d68cd6021f3c6fa3ef46be851305531 1 0.00/1.00 vMB 0
41,423 41,423 000000000f7f67aba647a68acea0c8448d2a0430ca844297d636ad35b669ed12 1 0.00/1.00 vMB 0
41,422 41,422 000000003031dc5058ade98d6106d933ebb8f0f3d95c9fc69f18d4805767848b 1 0.00/1.00 vMB 0
41,421 41,421 0000000035766394c7aa8e71d2d62f3b839017c60eb33ce1326d2969ad2e1089 1 0.00/1.00 vMB 0
41,420 41,420 000000000aa39ef56ac446b73e2acc4b7eeb9ccb863cf508326851f07a280cee 1 0.00/1.00 vMB 0
41,419 41,419 0000000034fd175e8bc102f33c6f65eb368893af604c1583fb5c229e3190eb5c 1 0.00/1.00 vMB 0
41,418 41,418 000000002c90f04f0a432130423cf82ebc1d12e7abd93c55b0c24e836e172c16 1 0.00/1.00 vMB 0
41,417 41,417 000000004ee9430dba5b5cb722168ff2b02dd5ddad57aa09c46178fa6b05d013 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 588.38 GB
    • Received: 9.54 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.