Loading Tool

Explorer IconExplorer

Memory Pool

43,974 transactions
26.81 vMB
0.05535106 BTC
Random Selection Loading Transactions
Max Size: 141.99/200 MB

Candidate Block

Mining Attempt e09592f9871163d29e59e3f86ef8b8ff18416b358c5f311ba8096cf2b2c2c2b9
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root bcb35951ea8103178e65d926174ebfa2598fd864fe593d93d713336bb86ac5d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00592266 BTC
Feerates: 100.52 > 0.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (335,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,343 579,343 000000000000000000229d4950bbfbf59fb0f20c9e474e228cc039ad49ed36d8 1,440 1.00/1.00 vMB 160
579,342 579,342 00000000000000000024399cb17524d7cc37b221d1e15d7e3fc093aa7335001d 3,317 1.00/1.00 vMB 205
579,341 579,341 00000000000000000002862fcb70eaf9186f8b9e3b5516e03c6dd333ad5910b8 2,548 1.00/1.00 vMB 97
579,340 579,340 000000000000000000210a7be63100bf18ccd43ea8c3e536c476d8d339baa1d9 2,112 1.00/1.00 vMB 109
579,339 579,339 0000000000000000000438eb8120c7b7c0fb1e2b8044beb888d07d3cf848a253 1,878 1.00/1.00 vMB 40
579,338 579,338 0000000000000000001a963eef5d0e1b1e4d42517a881a3a63a5898bf14de4a0 2,498 1.00/1.00 vMB 63
579,337 579,337 000000000000000000025fc1c7ca6b0975f1d8a76c90a93f131ce7e0f687f55a 2,384 1.00/1.00 vMB 32
579,336 579,336 0000000000000000001deef7a8a9978d3072803018de868b1a475ac112d4647d 2,644 1.00/1.00 vMB 104
579,335 579,335 000000000000000000147e0eb742726644296b3a1c2317e3ddd606b12a11f86f 2,735 1.00/1.00 vMB 161
579,334 579,334 0000000000000000001d504ebdcb29176388057fe000e44571ad06d8c056c805 2,413 1.00/1.00 vMB 55
579,333 579,333 00000000000000000000eafb4d99ca2ffa84fdce3700a0fad95e8c7ae65d84c0 2,367 1.00/1.00 vMB 72
579,332 579,332 000000000000000000088f56ecdea1294c5a2563fb1acc9b4ea5dbefa6aec74d 2,565 1.00/1.00 vMB 49
579,331 579,331 00000000000000000014792ecaa04d74f17dd6a32026a9554a195071a82d4d53 2,270 1.00/1.00 vMB 97
579,330 579,330 0000000000000000001bd8604d2680cc4e296cecc995ccbfe4b06cf5223e88c6 2,371 1.00/1.00 vMB 161
579,329 579,329 00000000000000000011795dad0ce6fda24338b4f892e08ee5386317e158a6f3 2,247 1.00/1.00 vMB 66
579,328 579,328 0000000000000000001804eda534a76b3178fd22664ba302405529e182eff144 2,667 1.00/1.00 vMB 163
579,327 579,327 0000000000000000000df0562bc8f1512cc1873db9affe2d20f6bbd99c734f87 2,131 1.00/1.00 vMB 125
579,326 579,326 0000000000000000001e41b87bd80304311888fe31496077425285fc167b3f73 2,272 1.00/1.00 vMB 134
579,325 579,325 00000000000000000025aa28fe2450ef6267ea7b6754427979c5cf0c1ecd8d6b 2,549 1.00/1.00 vMB 172
579,324 579,324 00000000000000000022c64e0a04ccfb35dfd3ef05f589f8c5a47d18c16dcb91 3,115 1.00/1.00 vMB 219
579,323 579,323 0000000000000000001d45c1e2e1b5cb4b4b26d2f6c029e29fc28f3db1663809 2,301 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.21 GB
    • Received: 13.25 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.