Loading Tool

Explorer IconExplorer

Memory Pool

32,040 transactions
27.70 vMB
0.05679809 BTC
Random Selection Loading Transactions
Max Size: 136.32/200 MB

Candidate Block

Mining Attempt b23d8ac55ee899344dbb30b010e9c983e5c3c6a8625e5e24642f3e106dfcb8ed
Version 20000000
Previous Block 00000000000000000000d9c1f8b8495067a17020a42601cc3f1691f1292d1fb7
Merkle Root 9593105a4de75368e5e73e193da4e709e1ae0509fd227e3d12069df04e3460d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,365
Size: 1.00 vMB
Total Fees: 0.00388008 BTC
Feerates: 40.21 > 0.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,528 (1,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,998 912,998 00000000000000000001fec00cda1775f8025024444a7265a2914c71c473dfe8 1,236 1.00/1.00 vMB 3
912,997 912,997 000000000000000000008649aa8881c7c8cee0d10e7eadb958337e4c5f4720d2 3,311 1.00/1.00 vMB 2
912,996 912,996 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42 2,738 1.00/1.00 vMB 6
912,995 912,995 00000000000000000002193b8001f541cfc11409f002d82e4f2b676ab61dd676 3,729 1.00/1.00 vMB 10
912,994 912,994 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db 4,045 1.00/1.00 vMB 9
912,993 912,993 000000000000000000016a9bb5f319ff1902ff927cfd4910ceff07268f197cf2 3,172 1.00/1.00 vMB 7
912,992 912,992 00000000000000000000011be26e1d679d472da8ef807d16544c4b8d661571db 3,205 1.00/1.00 vMB 4
912,991 912,991 00000000000000000001fc2def657f6138fb26285cb16652f78ccad2d8a21eb5 3,409 1.00/1.00 vMB 3
912,990 912,990 0000000000000000000162240497cbc99eeed5e7e4ff15c610af5a069ccbc724 3,088 1.00/1.00 vMB 6
912,989 912,989 000000000000000000016a33851ddeb3a4264eed7c83f01f4ca6a96c658cf623 3,952 1.00/1.00 vMB 1
912,988 912,988 000000000000000000019171f4f4e120a076cac9aebede9f183a9ecc7fb1c11d 2,193 1.00/1.00 vMB 5
912,987 912,987 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b 2,750 1.00/1.00 vMB 2
912,986 912,986 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6 4,041 1.00/1.00 vMB 1
912,985 912,985 000000000000000000004c1a5b2dad9ad6b72a40d5035c740a1eaf021b193ef2 5,339 1.00/1.00 vMB 1
912,984 912,984 00000000000000000000b84350826d7e485b2f5350f601518e19ec6e5a08d4e8 1,295 0.44/1.00 vMB 7
912,983 912,983 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84 3,929 1.00/1.00 vMB 3
912,982 912,982 00000000000000000000fd012ea049d25cf28e26aee7c7a1fa30d0c8cd0c6532 2,471 1.00/1.00 vMB 3
912,981 912,981 000000000000000000003ae45c1b132e52c11828e07175271eb6a18518b58f8a 1,346 0.52/1.00 vMB 2
912,980 912,980 000000000000000000004baec7b42e7a2786c4e3475c0f5b18e331c9c95a12d3 2,619 1.00/1.00 vMB 2
912,979 912,979 00000000000000000000cc6d598864331c67a34c85155866c526e1ea46bc0fa3 1,247 0.42/1.00 vMB 2
912,978 912,978 0000000000000000000104ebb6cf6aebc41ddfac20caa8800e7ab18605d6c8e8 5,402 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.31 GB
    • Received: 11.23 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.