Loading Tool

Explorer IconExplorer

Memory Pool

84,248 transactions
31.94 vMB
0.11069490 BTC
Random Selection Loading Transactions
Max Size: 193.50/200 MB

Candidate Block

Mining Attempt 708a337a6c06e8b795007ad78c0e6a47953e95b4c798963a34fe63f6ef310500
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 88c180e1927350e20fffbdeb37759a0bbd24c5ead190e9eb8b6073e74f2e789e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,494
Size: 1.00 vMB
Total Fees: 0.03850855 BTC
Feerates: 100.69 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (809,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,526 105,526 0000000000023062589ba6c4b2eaa6e6bbc4b2d18f643687f88e105331ae8b16 7 0.00/1.00 vMB 0
105,525 105,525 00000000000281d14273182a8bd72b206583b249695df021edd2cff4b644dddb 1 0.00/1.00 vMB 0
105,524 105,524 000000000000aa0cd12617fd9e8648ed49fe079b72708adbd35db67e3eca2f8b 1 0.00/1.00 vMB 0
105,523 105,523 000000000000f2e544d3b8f6fb9264b5412d838caf6f8b14636444407e990e61 2 0.00/1.00 vMB 0
105,522 105,522 0000000000004d6e5dc75dc84fe13118b142c040342bcf1074856c4ba0c2725f 2 0.00/1.00 vMB 0
105,521 105,521 0000000000013ca9f8195a7670427dbd55d5cd8284d81bc47c749d80295118a7 2 0.00/1.00 vMB 0
105,520 105,520 000000000002c6ecf393eb75f0c10f0abaab0dee8c46367ca34198133a463482 5 0.00/1.00 vMB 0
105,519 105,519 000000000001b6c1dda9ef8ba1414004fb535081f6bb0feffcb99e317f27557b 6 0.00/1.00 vMB 0
105,518 105,518 000000000002daac77c1126b1fa8a854dd748f5e79b86e34ba8b379b895f1478 1 0.00/1.00 vMB 0
105,517 105,517 00000000000251a308e2f004aff5b73509acdf16d9c986c0d78dfe644a43ae87 1 0.00/1.00 vMB 0
105,516 105,516 000000000000d0c5eb4f3371e5fbff2cffd8bc3dfb1e86b17838358571c79785 2 0.00/1.00 vMB 0
105,515 105,515 000000000001df4e0dbae10a797854698e2fe6a45764d147e9df5099254b718e 2 0.00/1.00 vMB 0
105,514 105,514 000000000000146f44415e2e418a97ff02772c3321c70abc7051cc7c51e580ae 4 0.00/1.00 vMB 0
105,513 105,513 0000000000022892f1e497ffad950e62725b7b587ad085f237ecaa5431163d2f 7 0.00/1.00 vMB 0
105,512 105,512 0000000000018d2ead4a476b2d991e26bb54961d638b7b7dc0ba21fa05defd1c 12 0.00/1.00 vMB 0
105,511 105,511 0000000000024521fe9c1d36627e10321d997cd28206e214ca26f4a895468cab 13 0.00/1.00 vMB 0
105,510 105,510 000000000002f79bfa19872837a3de7d0cd50e1b13816f9a269fc3e64d66f6d7 7 0.00/1.00 vMB 0
105,509 105,509 000000000000a1b1a9dee23a5ffbaeef3bad622384cac073680657de6b7ac17e 18 0.01/1.00 vMB 0
105,508 105,508 0000000000018a8d94746a1457a8c1b16f4a9974319945e5d26f4008ff1e2d34 7 0.00/1.00 vMB 0
105,507 105,507 000000000000daa82880934dc5efce4bfa6d882597ef6a3e085096e7859c9c94 31 0.01/1.00 vMB 0
105,506 105,506 00000000000247fa6cb3fb0f8ee8fcaa922b48e431bfc1b9a8f166662081e932 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.72 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: 703.36 GB
    • Received: 16.64 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.