Loading Tool

Explorer IconExplorer

Memory Pool

37,879 transactions
27.02 vMB
0.06415376 BTC
Random Selection Loading Transactions
Max Size: 137.51/200 MB

Candidate Block

Mining Attempt ddffc1e650c54b92d3bd31fb6a46f404a32a72ebe518048eae53c9b65c7ce6c1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root d73e6bef7d18bb6200c4f5ffef78868f804610faf798f944522c62cc970a2efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,783
Size: 1.00 vMB
Total Fees: 0.01328834 BTC
Feerates: 100.28 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (463,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,623 451,623 0000000000000000010b5662737b3a9bf9757d9545fe3abbf8b438284096304e 1,805 1.00/1.00 vMB 77
451,622 451,622 000000000000000001c10260a53dda2ef75c88d4ff525c120db40e68cad6b750 2,245 1.00/1.00 vMB 64
451,621 451,621 0000000000000000016180b797a8cdc6611a17376f13956640ff1adc9efc5c2c 2,179 1.00/1.00 vMB 35
451,620 451,620 000000000000000001753cb6e36be8826b55c7c3bbdae044b35e9f994363891a 1,367 1.00/1.00 vMB 68
451,619 451,619 000000000000000001a82c4660a34143ecc6efe4a1a22e0a322ab83446694c93 2,030 1.00/1.00 vMB 91
451,618 451,618 000000000000000000ebebe8614ea9bc093ffed1ccc54a5ff67e8cfadcf5e2de 1,484 1.00/1.00 vMB 69
451,617 451,617 000000000000000000ff9768e939be6a03e64210f2bb1885f157fc8a75c2c497 2,411 1.00/1.00 vMB 117
451,616 451,616 00000000000000000028109318d0495c4fb9c168e3c8dfbacfd3095457316b2f 1,604 1.00/1.00 vMB 110
451,615 451,615 0000000000000000002e246f0af0f0993e59c98413ec8476c349cecdfbcd3b74 2,637 1.00/1.00 vMB 106
451,614 451,614 000000000000000001070a32262bf96794224a41c39aaace047b333782d9ef3b 198 0.75/1.00 vMB 31
451,613 451,613 000000000000000000e5fe6c25cc1287a7d997ca7cfb8c333cd4e29f4fa5b1f2 981 0.99/1.00 vMB 43
451,612 451,612 0000000000000000017030ce08f08d607324a8594c2c0ef3e9b8c2b47290963d 2,179 1.00/1.00 vMB 68
451,611 451,611 000000000000000001a0cb08bf91409abd9200fe0e41df4411021ff5c13fb13e 2,155 1.00/1.00 vMB 81
451,610 451,610 0000000000000000025f6751e862f776f91212031e574f772c456005a2eea4f2 2,343 1.00/1.00 vMB 71
451,609 451,609 000000000000000000bb7c599441d19b7001a86637205abebb2b790c30922a1d 1,984 1.00/1.00 vMB 93
451,608 451,608 000000000000000000b1a4ac0e1e4506407a9f6f1f636149f26a6055e508a134 1,311 1.00/1.00 vMB 67
451,607 451,607 000000000000000000f3fb8a611dd533a8ef4c9c6cf027c37e6832afb7c26605 1,968 1.00/1.00 vMB 76
451,606 451,606 000000000000000000eb621505fb675d9d91b3a35272ad158463d5a3db34196f 2,066 1.00/1.00 vMB 91
451,605 451,605 000000000000000001bed9beb36309f8c7b3aa130c40f92196d4af374549c04b 1,963 1.00/1.00 vMB 112
451,604 451,604 0000000000000000010ded00ba6b5210a3cf80cd5217b6e96432b2ea34bd5fca 2,845 1.00/1.00 vMB 143
451,603 451,603 00000000000000000078096f3fa8028d1df18bbffc9e875d32879dff504ff5c5 307 0.10/1.00 vMB 284
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.