Loading Tool

Explorer IconExplorer

Memory Pool

73,424 transactions
28.46 vMB
0.06950462 BTC
Random Selection Loading Transactions
Max Size: 168.22/200 MB

Candidate Block

Mining Attempt af92aafc9fbf2d7cee3b301bb62408700343a05b790fff3db1509155ac163959
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 69a38950fc39171f66f62058a833c88d3a420675803cd5ac3eda5e88324f087f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.01244557 BTC
Feerates: 100.36 > 1.25 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (240,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,434 674,434 0000000000000000000b3e83f048e689b3ac3105ae555e90f160b53b788bad0c 1,290 1.00/1.00 vMB 90
674,433 674,433 000000000000000000050e2f73b921fac3e7b528bcf7bda18369e8a12d6f12d4 2,033 1.00/1.00 vMB 49
674,432 674,432 000000000000000000098c8cf3022405c2d408928fbb31b03faf5706f52e3785 2,476 1.00/1.00 vMB 56
674,431 674,431 00000000000000000008708b3a776ac3abe673f090948cdaa20ed5f0b0bbea23 1,550 1.00/1.00 vMB 57
674,430 674,430 0000000000000000000bf0a31b96b0c82efa057ecd5af38d83394a1a337fa977 2,601 1.00/1.00 vMB 59
674,429 674,429 0000000000000000000825b2a30f9067fb263eaf381af16008d3d86b19d58466 1,920 1.00/1.00 vMB 77
674,428 674,428 0000000000000000000882058afcc4530930f9d43aa71a547b303f7c6d7ab789 2,631 1.00/1.00 vMB 104
674,427 674,427 0000000000000000000bb03a36a6d25206823334a1471ba8d803b5d3b60803ab 2,426 1.00/1.00 vMB 76
674,426 674,426 00000000000000000006013bab338fc8c1ab8af9444433f01e641d4e914e6779 2,454 1.00/1.00 vMB 66
674,425 674,425 0000000000000000000aa5fb32dd3b74d7b1e76adbaeed8ecc319015017e107f 2,213 1.00/1.00 vMB 101
674,424 674,424 00000000000000000002f3ebc8bf22afef28ad3c13b87f39cb0d9a5f66e15801 1,766 1.00/1.00 vMB 76
674,423 674,423 0000000000000000000a57109b4c083bc861ccdc01e4726426a04451d254a878 1,431 1.00/1.00 vMB 90
674,422 674,422 000000000000000000030476367e6597f16d50d64c5b57baa72da3f2439c2f01 2,693 1.00/1.00 vMB 93
674,421 674,421 00000000000000000006db6427d4d812a03dc0dac7770860f46a99bf0d6ad5b6 3,193 1.00/1.00 vMB 109
674,420 674,420 00000000000000000000e9c467d2068db9cd1d13c0d0bbe5a28ec7c8d8a545ec 1,370 1.00/1.00 vMB 34
674,419 674,419 00000000000000000002c3c738ee552f8d8a49b3527f953773a743d9b31b4b53 2,645 1.00/1.00 vMB 72
674,418 674,418 0000000000000000000407aac860c68b1b211ea5de473bc06dc306d5f3d78913 2,362 1.00/1.00 vMB 61
674,417 674,417 000000000000000000029b501adbff1beb7d1e0e5a35eaaf64fa1f10bf504279 2,760 1.00/1.00 vMB 63
674,416 674,416 00000000000000000009516d5ff699e56012008ee06e6af998117a117f3a7ebd 1,595 1.00/1.00 vMB 39
674,415 674,415 0000000000000000000b813850299df23bf1e60c1b05035f6cea9416db58ab0b 810 1.00/1.00 vMB 23
674,414 674,414 000000000000000000080c6386b0df087f4e754feba5b591b50f5045459e7e53 1,782 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.