Loading Tool

Explorer IconExplorer

Memory Pool

81,127 transactions
30.05 vMB
0.09381180 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt cb1313add44f007c0866c4a05a860523ffe4267aac2c0043ee2f83337ab63132
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (124,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,453 790,453 0000000000000000000470980b94803f2256b22542ad540e4d26b62a9b3e17ea 3,955 1.00/1.00 vMB 88
790,452 790,452 0000000000000000000171f7cc749348929c7543b5248a54b2eb9519f32723c6 4,065 1.00/1.00 vMB 90
790,451 790,451 0000000000000000000060b9cad0e38d44894af689e42421911c9c532ce74981 4,039 1.00/1.00 vMB 98
790,450 790,450 0000000000000000000583a493c013f37b52420671c19d92dae8e62fdaafb22d 4,313 1.00/1.00 vMB 127
790,449 790,449 00000000000000000004a1a26fbea8b6112015f3b09154aae13bd573f336ea29 3,922 1.00/1.00 vMB 80
790,448 790,448 00000000000000000000118365baec7dd735bfe17c6b89bc7f59809825a35467 5,158 1.00/1.00 vMB 106
790,447 790,447 00000000000000000001a16e3e43523fae6f72c1a775635a316baf47aba2208b 4,321 1.00/1.00 vMB 83
790,446 790,446 00000000000000000004d48b52236632e71c8a0ccac7efdf17f98384c2a3201d 4,843 1.00/1.00 vMB 106
790,445 790,445 000000000000000000012b8bd8d81b45d0ec3d52d01973bb7567da7059d350a9 4,870 1.00/1.00 vMB 120
790,444 790,444 00000000000000000000208ecb041601198e9d42bdf72ad7db8b028c4a598c7f 5,080 1.00/1.00 vMB 109
790,443 790,443 00000000000000000000887219c6d594acfc9bf3091aecc3ceb99a81b68e26e7 5,126 1.00/1.00 vMB 113
790,442 790,442 00000000000000000002df4a6ea972bf9c61662d901cfba17d6d0866b66a7893 4,553 1.00/1.00 vMB 119
790,441 790,441 00000000000000000003b55e0965e3b651df5e921a80141dc96ea6e4ad5be213 4,159 1.00/1.00 vMB 99
790,440 790,440 000000000000000000020c14012dd2362c12d4c0bcd0d08f9aecbc21436fb46b 4,721 1.00/1.00 vMB 66
790,439 790,439 00000000000000000002e98756b76020224d5e8ceb02ad7b02471ac53adb6374 4,373 1.00/1.00 vMB 96
790,438 790,438 000000000000000000039cf43eec3919a6c57acd120b422998fc33360ee567b0 4,313 1.00/1.00 vMB 63
790,437 790,437 00000000000000000003269811c1bbeb5c42221090f505defedfb32d0b22cf4d 4,220 1.00/1.00 vMB 62
790,436 790,436 000000000000000000038c514f956454417cc72e26dbe0c2147bfe896b0db5a1 3,988 1.00/1.00 vMB 94
790,435 790,435 000000000000000000008b1c7fb411ac3d7b2f09f1d235c2e770b529f6c401a6 3,848 1.00/1.00 vMB 42
790,434 790,434 0000000000000000000520627ee4a5db968e9dc2e090986966d8e3ce6b86a9cb 2,862 1.00/1.00 vMB 42
790,433 790,433 00000000000000000003bd066d96718b0602a5928317e646e91be9d2f51d72b2 3,471 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.