Loading Tool

Explorer IconExplorer

Memory Pool

42,190 transactions
27.68 vMB
0.07237400 BTC
Random Selection Loading Transactions
Max Size: 143.30/200 MB

Candidate Block

Mining Attempt 3eb9865a7c14a56b84589307fcbfcb556bf0ff1436b8f98229b78da9427d4472
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 3eea7a60923a6e9f983409133189f1704ea2f8c91c7e07e9619e6c79494bf780
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01708740 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (457,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,491 457,491 000000000000000001dfc96b097d56643cdd3281a8fc2f09b4e42a1d7a3cd8bb 1,625 1.00/1.00 vMB 137
457,490 457,490 00000000000000000220e75ec227eb562974c4583f18b884baeef53746bf7cf2 2,096 1.00/1.00 vMB 144
457,489 457,489 000000000000000000548d3b8840ad8cef3a79300317237aaf6f7716b3723932 2,327 0.93/1.00 vMB 192
457,488 457,488 000000000000000001823e1c8a4599b20fb9fae5f1998b763f1c9ba1b0b90cf5 2,141 1.00/1.00 vMB 140
457,487 457,487 0000000000000000009526a6d2aedcedba3e41f6d5852aee668cacaa0272bec7 1,973 1.00/1.00 vMB 123
457,486 457,486 000000000000000002394509b0a1361048d6057e534b494b3e8a2639a7708b3d 2,392 1.00/1.00 vMB 197
457,485 457,485 0000000000000000023cd4a15a70872a6ec66cc4192477d591964064d4900856 2,008 1.00/1.00 vMB 179
457,484 457,484 00000000000000000014c2295bf679b190bd11ee94d637e38b05c0f0e1ccd0be 2,319 1.00/1.00 vMB 188
457,483 457,483 000000000000000001ac8d4c27b2858a723d0c0a9f92a75b983b258f36d75e33 2,392 1.00/1.00 vMB 174
457,482 457,482 00000000000000000237f320973c9475b034bb429cd5747dd2044451fa9bb51b 2,499 1.00/1.00 vMB 132
457,481 457,481 00000000000000000239acd38d4891b98b90b805f303ac388f1de007b704ac55 2,529 1.00/1.00 vMB 116
457,480 457,480 0000000000000000013049d3136d94ab3e5bb8b945665c53bfef49b760353ae0 2,395 1.00/1.00 vMB 182
457,479 457,479 0000000000000000005690ad11ab7f8dea9423335b5a620b56ab72dc17949a65 2,087 1.00/1.00 vMB 191
457,478 457,478 000000000000000000e5d711963b706757f61b4f6f3872d3d072af8d02c53b86 1,611 1.00/1.00 vMB 138
457,477 457,477 000000000000000000bc994d16320fe6273d542b9c1838abb0947a4decff21dd 1,869 1.00/1.00 vMB 188
457,476 457,476 00000000000000000089f4d9f9ad831770deff02c535ba0452cfa24045925f1d 2,260 1.00/1.00 vMB 194
457,475 457,475 000000000000000000f66f3e0e126ceb8cf84bc65a56f5d990a46b44c82446a1 1,964 1.00/1.00 vMB 187
457,474 457,474 00000000000000000190315de7d80668aabbac001d6a8bca0f00a32b789f0460 2,305 1.00/1.00 vMB 220
457,473 457,473 0000000000000000025ee8a4a8e9a7e90ff0a9b1353d01d940b9fbea1ebec0aa 1,875 1.00/1.00 vMB 147
457,472 457,472 0000000000000000016e4cbd646c2dd0ee631bea4c950f1e40db5584c18af058 2,023 1.00/1.00 vMB 163
457,471 457,471 000000000000000000e395b40ebcf96367b68d56260c1093eb54d1df1be68155 1,941 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.