Loading Tool

Explorer IconExplorer

Memory Pool

80,299 transactions
30.05 vMB
0.11878226 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 80d31613f19d29afd90f937e008c5cbf316f8f1bb464158b3a6c95e718e0c44d
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 5b6a8793216bd33d1b076950863a1e34dcb63c7b5972cd8924d57b27041afa5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,792
Size: 1.00 vMB
Total Fees: 0.05740143 BTC
Feerates: 180.34 > 5.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (140,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,502 774,502 000000000000000000008a64a5cef37f08736dfdb329639c021df3fc71a08fef 3,743 1.00/1.00 vMB 25
774,501 774,501 00000000000000000004589d1053fe2c1f275fe61b53b0813dbbd384a86897ad 1,894 1.00/1.00 vMB 13
774,500 774,500 00000000000000000006b645cb46975f9d5416da1dd95b651883a097d13e6a5e 3,870 1.00/1.00 vMB 26
774,499 774,499 0000000000000000000023c250b4fd1c7cbce035e9d91ce580266e7346294437 2,386 1.00/1.00 vMB 10
774,498 774,498 000000000000000000024c64470bc485ccb8d6809c6432dfbdce43913bac546c 2,285 1.00/1.00 vMB 15
774,497 774,497 0000000000000000000653d63139b93c4bc94fa61036cc81a604782be10e1612 3,494 1.00/1.00 vMB 27
774,496 774,496 000000000000000000012cef79e97053b3b6b45c055b54e6f14675d8104fb0fc 3,725 1.00/1.00 vMB 26
774,495 774,495 00000000000000000002da7ff64b1f74ef23530431ff5332b0e3894642a92e2b 1,363 1.00/1.00 vMB 14
774,494 774,494 0000000000000000000442b2bf3fed29a9ee9ea4e0222da4055735f94c85dcaf 2,224 1.00/1.00 vMB 18
774,493 774,493 00000000000000000003d7ed9e402d6b7a3d8a4c3cae12d31922d88a402302d1 2,721 1.00/1.00 vMB 31
774,492 774,492 000000000000000000004160139c7e6c32d5b7cf058db6e41324471ba6c52f1a 2,961 1.00/1.00 vMB 14
774,491 774,491 0000000000000000000186afe8f191404228bec627e43ac55ce556987c758af8 2,156 1.00/1.00 vMB 12
774,490 774,490 0000000000000000000380c6da0eb5497972d2edd054d332d8ce9adf3c347bd2 1,994 1.00/1.00 vMB 13
774,489 774,489 00000000000000000000100ceb170a2145850bdbc107c8c069aee5f314acf9e2 2,217 1.00/1.00 vMB 15
774,488 774,488 000000000000000000065c5e3496ae04b75c27c16e966d2ca408c76efe13d3d9 2,158 1.00/1.00 vMB 9
774,487 774,487 000000000000000000030841f6ea76c58be72e1811541b239c154446d7411743 3,485 1.00/1.00 vMB 22
774,486 774,486 0000000000000000000597130aead0e339da13feb5a8da4d51c35f1cc8f12047 1 0.00/1.00 vMB 0
774,485 774,485 000000000000000000052d500d9228256f152631f05692a5b5f7b10b5feac831 3,085 1.00/1.00 vMB 16
774,484 774,484 00000000000000000003ea3b8e66a0ad7f5de06dff100785d1cc2d9b0e650e27 2,713 1.00/1.00 vMB 14
774,483 774,483 00000000000000000002ed6d793b4845e15ceebc23127133e3db39334a606c9b 3,404 1.00/1.00 vMB 14
774,482 774,482 00000000000000000006cb09174661fb8cfea4dcad85db1fc9258081e88f5fac 2,299 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.