Loading Tool

Explorer IconExplorer

Memory Pool

46,199 transactions
28.65 vMB
0.06928956 BTC
Random Selection Loading Transactions
Max Size: 152.66/200 MB

Candidate Block

Mining Attempt b6deeae88a50b3c2d4ff442ee2d8af94aacfb50d9aec8d307426903b6e2a5693
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f4698694f3e43a513968129ad068a66b5a50e2f917b41ed57e289d2137519220
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.01498383 BTC
Feerates: 73.20 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (599,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,479 315,479 00000000000000000c4334265cf0b853c0f17f1a2364cfec392f6f514b2e89fb 1,827 0.75/1.00 vMB 36
315,478 315,478 00000000000000002a3b0954fbfe59cc39c1b09e79f0ca34e460a26fd0530bca 901 0.52/1.00 vMB 30
315,477 315,477 0000000000000000291c45ab93d99dd92b7ade1370933e9e83019a7c2f9f508d 120 0.07/1.00 vMB 24
315,476 315,476 00000000000000000cdf8a8a8ebf2514b1d9de046d103d88d685c2b3544dfc2f 368 0.36/1.00 vMB 21
315,475 315,475 00000000000000002666bd485f3cefe3cee362cc2085e68a30feb85410737b71 288 0.13/1.00 vMB 18
315,474 315,474 0000000000000000321c2de98b557bfc79e4fa803b086df6e2fb192a5cb5b212 140 0.16/1.00 vMB 14
315,473 315,473 00000000000000000c5e1fc7c6e94679ac71e6fe5b38b67a0e4eef7ba3194940 1,581 0.93/1.00 vMB 26
315,472 315,472 0000000000000000142893bd78a46bf8d1ff82ed34bfc4638535abd53351f2f5 512 0.15/1.00 vMB 62
315,471 315,471 00000000000000001864d34af573fcbd2c8892e301d618bfcc394b6adbf68cbf 228 0.21/1.00 vMB 16
315,470 315,470 00000000000000001f5e2d1a75ea0d8817e516857a3c637de051dc8951caa66c 32 0.01/1.00 vMB 0
315,469 315,469 00000000000000000bbdf22de08f944f94c16fd1b47e85310d6ab301d2e46c46 525 0.32/1.00 vMB 23
315,468 315,468 00000000000000000f59b29978922cc90bcd8a0d95889093ddccad1c0e6296b5 1,231 0.75/1.00 vMB 28
315,467 315,467 000000000000000007f10490721f39a23ad765d8a0dd3fe5c9d88d00e41c588e 41 0.01/1.00 vMB 34
315,466 315,466 00000000000000000e5d4d3aa3d7df34e5ad3b9f32313ca0c64641edfdbd9a86 223 0.13/1.00 vMB 23
315,465 315,465 00000000000000001f863bae86f131f6b884242fe03c1a9302d6fb0af31bdb14 949 0.60/1.00 vMB 24
315,464 315,464 0000000000000000229fdab053b7f3384760c5663628f6993000b7eb0cdc8a3f 116 0.75/1.00 vMB 10
315,463 315,463 0000000000000000092f06d0f2bac393be04c8d0d4571b0d83a467eb8c66ee28 1,419 0.75/1.00 vMB 29
315,462 315,462 000000000000000018323d03d50f627a2bfc26cc70163d631d0879c471a28e40 201 0.50/1.00 vMB 13
315,461 315,461 00000000000000000ccb2a1acbb7270dc15c2a31b6dcacded600232b11b8800b 1,324 0.75/1.00 vMB 28
315,460 315,460 000000000000000023b29e31a24e8d6b5a3a1249335409e252f0032715dc37b1 426 0.35/1.00 vMB 18
315,459 315,459 00000000000000002bd306a5acea88e2b614fe0332137af4a50e3b37e36f9152 1,556 0.75/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.11 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.01 GB
    • Received: 13.68 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.