Loading Tool

Explorer IconExplorer

Memory Pool

48,514 transactions
30.35 vMB
0.08856783 BTC
Random Selection Loading Transactions
Max Size: 162.18/200 MB

Candidate Block

Mining Attempt 55b7202e56f59f11c16c5916e80202e4200d0c12d066eb736f085a574e7bc868
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root ccb9a27cd061f220a0c564f8fd42963f8aea81739da01ba588d4e129c25a3ebe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.02738682 BTC
Feerates: 101.56 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (410,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,995 503,995 0000000000000000000329bf81f964bba5ee982d1a56f28f795aebc14070bd4e 679 1.00/1.00 vMB 236
503,994 503,994 0000000000000000000be85dbb7b936786bb5bd08c049af776a05365cc4bd0e5 3,204 1.00/1.00 vMB 495
503,993 503,993 000000000000000000368d9ade6463e5bf53137287d279df6294e47c7a0c4229 2,774 1.00/1.00 vMB 532
503,992 503,992 0000000000000000006acf7146136d0ae113d378c09400ad8eb63fb793fdc0fc 1,537 1.00/1.00 vMB 329
503,991 503,991 00000000000000000055ad6730c2ac946d98d0e9bd950fe1f8816e1f8ffa6f7e 1,575 1.00/1.00 vMB 273
503,990 503,990 000000000000000000523532156ef2fbc8e9e7d269653d7973160f16ce4b3d35 484 1.00/1.00 vMB 141
503,989 503,989 0000000000000000008da0fccf29964504ef7884fa1689fa78217bdd528e7b4c 280 1.00/1.00 vMB 120
503,988 503,988 0000000000000000004a32bd1f669371275312aa6f3afeeb0733d3cc63063493 271 1.00/1.00 vMB 130
503,987 503,987 00000000000000000075c17501d3795b36a9fdd89aca9ed8ef442ec50786c50a 1,727 1.00/1.00 vMB 340
503,986 503,986 0000000000000000003da2128841ae7f83a3be0ac0441473d1591f20da526395 1,316 1.00/1.00 vMB 167
503,985 503,985 000000000000000000325aa25f343689c84b3e2796218880b8711e160405ade6 1,180 1.00/1.00 vMB 260
503,984 503,984 00000000000000000023b3d6e31c31af54bcff3b0825d70ecf57e65ca60e3d1f 2,090 1.00/1.00 vMB 263
503,983 503,983 00000000000000000021d09962862bfa5fdc35beb969d8663721549a3ed6fca2 1,665 1.00/1.00 vMB 430
503,982 503,982 0000000000000000007d64d2c1116802fbadf15ebd6e8da9646c507b4d1ffb31 1,464 1.00/1.00 vMB 241
503,981 503,981 000000000000000000912cf68222706422774742455d4cb758455c46038ade04 2,333 1.00/1.00 vMB 445
503,980 503,980 0000000000000000004b59a32e20b9d24ea75759eae98423ccea8b2dbfc41c1d 1,865 1.00/1.00 vMB 510
503,979 503,979 00000000000000000067b08d2478924d8cbcf3248f1559b85adfa75a1c08c4b0 2,992 1.00/1.00 vMB 544
503,978 503,978 0000000000000000008f9a56067b7a3dbc0e1d6b2ae10337fdea64186d47f83d 1,541 1.00/1.00 vMB 353
503,977 503,977 0000000000000000003788d2c6073806ad80a17b5b20b9064fba2c06921556f0 1,765 1.00/1.00 vMB 370
503,976 503,976 0000000000000000001d419653e8cf6853ccb50d17ca9269b25b72cbf7c50350 1,935 1.00/1.00 vMB 436
503,975 503,975 0000000000000000001d515a52f813e6bfed6201dfd21195fce70cecec38885b 1,974 1.00/1.00 vMB 454
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.