Loading Tool

Explorer IconExplorer

Memory Pool

60,612 transactions
29.46 vMB
0.06521771 BTC
Random Selection Loading Transactions
Max Size: 163.83/200 MB

Candidate Block

Mining Attempt 3fe2c56fbaf77dfabf164a2590d7628bb67abddc9b280953c1e560cccb70b1fc
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 931788054070b559a78cadfc7d614fe04242cb41720c3eb9d1b295167c54fd48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,672
Size: 1.00 vMB
Total Fees: 0.00855269 BTC
Feerates: 150.93 > 0.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (426,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,313 488,313 000000000000000000f75a7ec58cc37e1c2fe997de86f05fc4414af8720046b2 2,845 0.97/1.00 vMB 220
488,312 488,312 000000000000000000b7b1023bc4b448b2630ddae8cbc856ce212e20cea22c6f 1,186 0.98/1.00 vMB 147
488,311 488,311 000000000000000000d614751df5ad64514672179a2c4d67d9f4d4bf903f0507 1,506 1.00/1.00 vMB 145
488,310 488,310 000000000000000000c9409cc3d12479b5ab07d1542f8123add23279b48e8b88 1,686 1.00/1.00 vMB 129
488,309 488,309 000000000000000000c02d136fb5ebd54cc1119d48fc0a1ed357d34038e89a3d 2,599 1.00/1.00 vMB 169
488,308 488,308 00000000000000000039cd6466748f2a84cf0078f1b7dfe9b54a198926de4b75 1,507 1.00/1.00 vMB 145
488,307 488,307 000000000000000000f739a551e25d5d29194d692e7bc1579ffd82d4f88e1904 2,566 1.00/1.00 vMB 160
488,306 488,306 00000000000000000010765e4063d1439c9633d717f265f98c5deddfb2ed8f79 2,495 1.00/1.00 vMB 150
488,305 488,305 00000000000000000005bc98386aa0069faac17ab503b7c7c6393731031e67d3 2,397 1.00/1.00 vMB 139
488,304 488,304 00000000000000000052c8677ce9d429a20e6e61216270ad4b664e2af14378b2 2,515 1.00/1.00 vMB 181
488,303 488,303 0000000000000000008bd509276a52970fb7f21dd8201bd89e3f4c6eea3b0e9f 2,596 1.00/1.00 vMB 111
488,302 488,302 000000000000000000c3886f6da5c8026402dd2998ac7951986468267ed229db 2,235 0.98/1.00 vMB 112
488,301 488,301 000000000000000000e634e60504334a44fdd1598e856b7dc639fda4be9a5ab7 2,429 1.00/1.00 vMB 101
488,300 488,300 0000000000000000003b9154d38f27c05501921b5c3fb9b7c3f502c4100294f3 2,445 1.00/1.00 vMB 123
488,299 488,299 000000000000000000b8cdad4583501b4049cdeb9695731222b56f22f2dbe110 2,473 1.00/1.00 vMB 150
488,298 488,298 000000000000000000111f2abc349d58cfa4ce96946f7b7e243a925700c32408 2,565 0.97/1.00 vMB 189
488,297 488,297 000000000000000000810e29313de412b1112020deab97846c9cf417bf3eb981 2,560 1.00/1.00 vMB 125
488,296 488,296 00000000000000000002eac561d4f4721bfbf851b7362be00fc72c9a9696e9d1 2,059 0.98/1.00 vMB 100
488,295 488,295 0000000000000000002b75716ef20afa23b472087bbd2fb8c6957d320bc11c7e 2,221 0.94/1.00 vMB 112
488,294 488,294 00000000000000000018f5b2aa69a560f42c51ee845f3e6d34628a8dc3b7f709 2,377 1.00/1.00 vMB 133
488,293 488,293 00000000000000000080e2312b54dd63b9de60c3af5e7fc0aeebaddcb03b7f3f 2,297 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.