Loading Tool

Explorer IconExplorer

Memory Pool

82,682 transactions
30.45 vMB
0.12262103 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt e41c408102da35eff9d9830b51a00608eef15be02c766b1f0169dcdf15e4d1c0
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (91,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,483 823,483 0000000000000000000099819a9e23a5068a2a6f0e842e4f9568f53ede446300 2,866 1.00/1.00 vMB 200
823,482 823,482 000000000000000000009f79a71452ab994d2c4b06a06fb858f8606894ecbf94 4,228 1.00/1.00 vMB 108
823,481 823,481 0000000000000000000071971ca9d3cfa3726ea145c8f36e58399b3bc0adc9d3 3,291 1.00/1.00 vMB 137
823,480 823,480 00000000000000000003d39a84b8881a1ccb7b56b2c1859eeeb2f2a3cfece0f4 2,997 1.00/1.00 vMB 171
823,479 823,479 00000000000000000000f28815859adef4ef2f818712e2cc75030a68eacbdd8b 2,507 1.00/1.00 vMB 215
823,478 823,478 000000000000000000027350c2aa2183b4446a708407762af7b5061ec0cf115d 2,895 1.00/1.00 vMB 169
823,477 823,477 00000000000000000000bc4d77df3447b4c6050b9b64076568d7528e860b811d 4,791 1.00/1.00 vMB 128
823,476 823,476 0000000000000000000087193655cf7f4b0dd793f46fe25bf8f7802dae57918f 4,315 1.00/1.00 vMB 132
823,475 823,475 00000000000000000003233853120c9fed0db249de5933b299d4cee975d573ea 3,238 1.00/1.00 vMB 167
823,474 823,474 00000000000000000001cf2244a3e3065a0af1ec2e237b6a6a066bd2834f2439 2,846 1.00/1.00 vMB 187
823,473 823,473 000000000000000000011025f4bf52732bd2fe2b090338f9156ce72bc24aca0c 5,180 1.00/1.00 vMB 113
823,472 823,472 000000000000000000002af2f9a0c8dba0e8c436ea2c0a01ec91a72c7a823009 4,839 1.00/1.00 vMB 123
823,471 823,471 0000000000000000000084f7c4d739093500fb476bd72bb87ba77fde079263c8 4,932 1.00/1.00 vMB 132
823,470 823,470 0000000000000000000146757fbd5c77467defc33466c2fee2074a1525efdfa6 3,955 1.00/1.00 vMB 144
823,469 823,469 0000000000000000000019229a282e71bc1e901654698ee47e264f792e188033 2,513 1.00/1.00 vMB 211
823,468 823,468 000000000000000000020e92a75df6656fcef91e75f771d4db9316d0b718eab4 4,521 1.00/1.00 vMB 116
823,467 823,467 000000000000000000025db2bc81e60b56c4b0e7a9fb6f968d8f0cbdaaa42d4d 3,942 1.00/1.00 vMB 177
823,466 823,466 00000000000000000002beabfdd166d33179b9c526d876488e0e6199632b54bd 4,524 1.00/1.00 vMB 112
823,465 823,465 000000000000000000020c4bd855ce73c172a405fa6b8885d9580dbc5fa5895a 3,815 1.00/1.00 vMB 114
823,464 823,464 00000000000000000002d3b6b8d1b8befe301638254200dc4b07ba34908c27c0 3,407 1.00/1.00 vMB 144
823,463 823,463 00000000000000000001923111a6e15c89a9c147244f3627b3a8e5df8cc5f879 3,719 1.00/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.