Loading Tool

Explorer IconExplorer

Memory Pool

84,985 transactions
31.87 vMB
0.16883831 BTC
Random Selection Loading Transactions
Max Size: 189.71/200 MB

Candidate Block

Mining Attempt 90ef8c11af43f186e840976e6598f0afab59e2fc6a3c0a7d55fc7b4e6d7bc993
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 80503cc53fec803fc5a0a295fb3ac84d8b85c57fa78a02e538c179d3d0249355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.05341130 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (363,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,618 551,618 000000000000000000196ba1838da447b663ae318b04065b017b6ac93b0aaf5e 2,719 1.00/1.00 vMB 44
551,617 551,617 0000000000000000002992b1bf19ef4a1cf63228959b72eb0ee063e6217f1879 2,312 1.00/1.00 vMB 36
551,616 551,616 0000000000000000000faa017fe8c51d6ee1c6e4f0917f70e52a34820215247a 2,790 1.00/1.00 vMB 61
551,615 551,615 00000000000000000002199eec4e3d50dd0743ba179b25af98ae34e62ce756c8 997 1.00/1.00 vMB 10
551,614 551,614 0000000000000000001a266119e388a0910bc5fe1e4482e140d76f3413aae932 1,616 1.00/1.00 vMB 29
551,613 551,613 0000000000000000001cacf2f632fb1b3e7690b6922f39792c3b05084ac70c1b 2,349 1.00/1.00 vMB 31
551,612 551,612 00000000000000000023357fe2cfcacf579db670d7defe2e05caeee986324b21 2,433 1.00/1.00 vMB 49
551,611 551,611 00000000000000000015edf3455afd43ba5614c9aa43e6ad6fe89632822be102 2,318 1.00/1.00 vMB 11
551,610 551,610 000000000000000000012267f9f87b8c8ed85e11a8b054c77368571484ae486f 1,338 1.00/1.00 vMB 13
551,609 551,609 0000000000000000000d6f67129b82dc4c141b7bb4081fb54d77f7d7a86db7dd 2,038 1.00/1.00 vMB 22
551,608 551,608 00000000000000000017182a60993f5452ce71d6add0b95ad459656bac9be3d3 2,053 1.00/1.00 vMB 31
551,607 551,607 0000000000000000001e58a9287b1ca687b7cfc99a064f8db5318ea976c6d26f 2,960 1.00/1.00 vMB 37
551,606 551,606 000000000000000000163711b5c8e4e3c65a42deb8ca4148b3f2f320e52bfb24 2,702 1.00/1.00 vMB 48
551,605 551,605 000000000000000000039450028e620c05ade65df2267926a11bc2f35ad3bb30 2,060 1.00/1.00 vMB 23
551,604 551,604 00000000000000000001b887734fbb99b31d679f67dfc3ffea835e69bf08f718 2,324 1.00/1.00 vMB 35
551,603 551,603 00000000000000000007c3dfdc4cae8f3b0071e0e2de83e4c07e96d699276d7f 2,305 1.00/1.00 vMB 24
551,602 551,602 00000000000000000011a83830262672b243d1c25605c196ba7412d1570a3f0e 2,716 1.00/1.00 vMB 36
551,601 551,601 00000000000000000016261500ada17fc7a2f84184e1f12953bb94410ea03949 2,702 1.00/1.00 vMB 48
551,600 551,600 0000000000000000002353f974c753d6a2d4f552aa125c0b6da3ca473c0f2b98 3,134 1.00/1.00 vMB 60
551,599 551,599 00000000000000000015e2794532001781089d4877f7a43fc05d72a56ca44f86 2,797 1.00/1.00 vMB 37
551,598 551,598 00000000000000000019c8fd5cfae1030d0521d770e634a18213530c49393ab6 3,131 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.