Loading Tool

Explorer IconExplorer

Memory Pool

37,928 transactions
26.07 vMB
0.06066835 BTC
Random Selection Loading Transactions
Max Size: 134.57/200 MB

Candidate Block

Mining Attempt d4d8d4aeffbfa0c4ceddac9b33483e84ca2a0d3490e958bd3ca443cbe11ad372
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root ecc3ab05ed5371995d77adafb5f4b174f471ba4281a236ad3c128ff93b6ee391
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.01297083 BTC
Feerates: 265.25 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (272,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,415 642,415 0000000000000000000d3e9af2e54d72b0130c13ce7eaf936a41b082349834aa 1,411 1.00/1.00 vMB 94
642,414 642,414 00000000000000000000b717d2b5639a7077d155ea52de0d6273d880696b1b12 2,388 1.00/1.00 vMB 117
642,413 642,413 000000000000000000044de3fbd48447ee554e0a335b8d05e0791ddd20ca2b6f 2,300 1.00/1.00 vMB 93
642,412 642,412 0000000000000000000c963b0860f3f7dbaba4f583348b1aa9c396fe249df2fe 1,254 1.00/1.00 vMB 127
642,411 642,411 0000000000000000000fa36160632c7956ff60c4f4966798f084b139d7f5a58b 1,691 1.00/1.00 vMB 137
642,410 642,410 0000000000000000000f94fc694052a8db02f3378d169db8685f98cc50df0a5b 2,331 1.00/1.00 vMB 119
642,409 642,409 0000000000000000000728d904d066d46e7998db9b5a8737619c46f78a3e395f 2,317 1.00/1.00 vMB 100
642,408 642,408 00000000000000000006cc28d43c4647c6b00fbe914f60b99d3b4b4da3d516e2 2,320 1.00/1.00 vMB 137
642,407 642,407 000000000000000000027feb6ee2001a4e774b4ac5bf7b9ffd6567ca17b0f9e4 2,634 1.00/1.00 vMB 103
642,406 642,406 00000000000000000006b67382bec5b806e6dd1f1f657591c278cfc3655b34f5 1,682 1.00/1.00 vMB 127
642,405 642,405 00000000000000000006dda14470febf54b13748e02aec74af3dc53ebb7c28ba 2,499 1.00/1.00 vMB 128
642,404 642,404 0000000000000000000b0d7f8931c51e21217efea1c5ea8a1e13932284b5cce7 1,937 1.00/1.00 vMB 150
642,403 642,403 0000000000000000000bed0dd2f302382982f38b1b04fde0191983ad7140d19a 2,607 1.00/1.00 vMB 142
642,402 642,402 0000000000000000000f0feae5000f23e421855fd74ca98c0475fa5ccc967af0 2,217 1.00/1.00 vMB 170
642,401 642,401 000000000000000000104e82af63374ec5c114d6a6a3f96804ba3f03a79fc271 2,220 1.00/1.00 vMB 160
642,400 642,400 00000000000000000009091cdf28b55fb7ed99ce866361af78b06f185e1b3c77 2,360 1.00/1.00 vMB 122
642,399 642,399 00000000000000000007f9891e7e6a28256c5de7c348e10ca552393782ed12e2 2,557 1.00/1.00 vMB 167
642,398 642,398 0000000000000000000322751694cb89b31767e20dae1e4ed61460384224bd2e 2,953 1.00/1.00 vMB 134
642,397 642,397 00000000000000000005147b6fdc4f62b73c9e04ac45e25970a199696c7e9bd3 2,214 1.00/1.00 vMB 167
642,396 642,396 0000000000000000000edd94fed45d5c1e64241b28a15e99cab22ead081405a9 1,591 1.00/1.00 vMB 149
642,395 642,395 000000000000000000106fd329c25dc7c76ae642e29f368f57d0084a8318af22 2,810 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 656.66 GB
    • Received: 14.40 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.