Loading Tool

Explorer IconExplorer

Memory Pool

80,593 transactions
31.29 vMB
0.08478468 BTC
Random Selection Loading Transactions
Max Size: 189.15/200 MB

Candidate Block

Mining Attempt ba5a174f57321cb2f03908ce15cd5c4c5dcd2f997a20374599b70f310028e1ae
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 8ca9c7a93ca450eef89409e62391d82ea4f35aea0a642ce0fd7700ba91a777c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,255
Size: 1.00 vMB
Total Fees: 0.01667549 BTC
Feerates: 100.25 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (767,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,438 147,438 00000000000006f154d2aed0c42c9c5deb028204bdea60d6743c697a4b451566 6 0.00/1.00 vMB 0
147,437 147,437 000000000000064a335301d4c70c872b14f4bfd42637174f33364aae55320f75 9 0.00/1.00 vMB 49
147,436 147,436 0000000000000870027082a3af5a68ed9924b627e79e3ab61635c27d74dba2e5 134 0.04/1.00 vMB 15
147,435 147,435 000000000000012520edd9cdd2f3be71b8d28355b5d8c456683dcb1b51f643c1 121 0.05/1.00 vMB 216
147,434 147,434 00000000000005ddcf8cfc326f0d9d103c333c7fdf37e04418c6b7c9eae5cc2d 23 0.01/1.00 vMB 127
147,433 147,433 00000000000001427a54d78e714d0aa8e8b938ff57a0a46f846ed35a229cc4fa 2 0.00/1.00 vMB 193
147,432 147,432 00000000000005cdb52e98c67b737131f4fcd24fd3cc82f2f928b1053368aa09 83 0.03/1.00 vMB 75
147,431 147,431 000000000000009a406cc0ff4c460e173bd2c2f90ea29e24bb0f7c8f3d46f3cb 107 0.03/1.00 vMB 141
147,430 147,430 00000000000009c663e3d606a7b58e5fd176a7541783d455a80ebb2c26850c56 17 0.01/1.00 vMB 197
147,429 147,429 00000000000006ae7e4b90ba47a658eb0542cf1a8d2793c5b4ee0eafe9c761df 13 0.00/1.00 vMB 15
147,428 147,428 00000000000000d9888816b6c6545a28dc15a20603b67a040dd08aba4740b9f2 46 0.02/1.00 vMB 487
147,427 147,427 0000000000000615f93dcd5ce22b7f736a57f8d28352b9a01cd47c30f23603af 15 0.00/1.00 vMB 519
147,426 147,426 00000000000007036fb512a1ea4af65af4bd94462c09493cdc618d84b4c1e710 67 0.03/1.00 vMB 126
147,425 147,425 00000000000001f533567912c013e9e43e67f52956ececd0175306a27ff195fe 34 0.01/1.00 vMB 48
147,424 147,424 000000000000044faeb6fc6a4faf17502f20a674935ea542a622aa7a301efaf6 54 0.02/1.00 vMB 111
147,423 147,423 0000000000000498e010bfb6e3e158ccf6a80fbbebbd97d964163fe0335585af 95 0.03/1.00 vMB 9
147,422 147,422 000000000000036fa321daa2d7ccabd137183aa218791bfbbd5458c575d5d3e2 22 0.01/1.00 vMB 278
147,421 147,421 0000000000000583ab11e6b0abbc992d084ed6ebb22e6ef1757210380a09f707 11 0.00/1.00 vMB 58
147,420 147,420 000000000000049ea3e66326ba5307428da15fd31ad37c8d979997b0aab799d4 41 0.02/1.00 vMB 240
147,419 147,419 000000000000066f3a93acea65facc28cead7121e1ef8d78231724eda31c7eec 42 0.03/1.00 vMB 162
147,418 147,418 0000000000000081cf8c3dd0faac331cd7c86f2f7e3276057a84fce092683857 22 0.01/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.