Loading Tool

Explorer IconExplorer

Memory Pool

42,120 transactions
26.86 vMB
0.06601970 BTC
Random Selection Loading Transactions
Max Size: 140.65/200 MB

Candidate Block

Mining Attempt a196b825a050bd964027c4524b897e88ba21c6ad220b4cb7bc03bd7c90f4dfdb
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 56bb0f8ec9e2032db498421678145ac2bfef033e8f461a3fcf1a0a916099ef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.01605637 BTC
Feerates: 151.03 > 1.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (538,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,571 376,571 00000000000000000a1d8fa10031af1dd80cfe4856d9e2315604a3b5b6e8cc54 282 0.15/1.00 vMB 48
376,570 376,570 00000000000000000e0f691e17c7a2cafce20c0b6659e00c97b2c38bf4fad155 1,190 0.61/1.00 vMB 37
376,569 376,569 000000000000000004f87d687e792359a24731bad729bdbc397f3fbb1901cf2c 115 0.06/1.00 vMB 36
376,568 376,568 00000000000000000fc03ec4f1ee2eba75e1b1c1cd903e8a79d35acbf468da74 1,130 0.69/1.00 vMB 32
376,567 376,567 00000000000000000cb0e6165db660d1a7b48cb4b389a4ea6d53299cf44264fb 1,248 0.62/1.00 vMB 38
376,566 376,566 00000000000000000417a94371b18b98dabfffdc0e9a29a84998d92cb4a3db0c 871 0.41/1.00 vMB 39
376,565 376,565 00000000000000000e6567d4733b2304bab0e76073b796e8acf8ffbb81afa347 938 0.82/1.00 vMB 15
376,564 376,564 00000000000000000842e61231ffd29652e67b49d451bf6a8b45e30f2e2427e6 2,206 0.95/1.00 vMB 49
376,563 376,563 000000000000000000e4f0ee3580732b57b60f510c4749b293be103e2c77d4e9 186 0.09/1.00 vMB 34
376,562 376,562 00000000000000000d78ba6828972a1be2c5c8d0ea61dad80292384e6957e440 409 0.21/1.00 vMB 41
376,561 376,561 00000000000000000b8f2d397a08aeef34884b35279ca03e55647bfa86941191 267 0.17/1.00 vMB 31
376,560 376,560 000000000000000004c3e41b3e1f2aae37f4580b523ee7e765ae18834220683d 585 0.28/1.00 vMB 36
376,559 376,559 00000000000000000fd7f8fcdb58725b1ce0fe14a7d6e87a946aaf5a06ed8033 708 0.50/1.00 vMB 27
376,558 376,558 000000000000000006b779269d067af7dedabed1324932cf9fb037a8bd11967e 1,854 0.95/1.00 vMB 37
376,557 376,557 000000000000000005d1c67e1aeb205eb37c248c99306933daf1080dba69529b 853 0.53/1.00 vMB 33
376,556 376,556 0000000000000000014ef767cdacbadb2b36f35c37d40ba23bd003f17b9a1761 1,055 0.63/1.00 vMB 36
376,555 376,555 00000000000000000c00b453139ab0534e9cb66f2e9a8e183db9b620feb1c052 519 0.34/1.00 vMB 29
376,554 376,554 00000000000000000146951d380b72eedabaab06d240c0a93437dd3784e2c5d1 461 0.86/1.00 vMB 7
376,553 376,553 000000000000000000be98e21e83c88f791a3fcaf9be217aab127c4a8e7a9341 1,280 0.91/1.00 vMB 22
376,552 376,552 000000000000000003b3869146ecbf4c62cc80e346e77e0a7a58e78f73220cdd 1,866 0.93/1.00 vMB 34
376,551 376,551 00000000000000000d1908b17140bc19176db377693f873e170e87e244cd14fc 2,548 0.93/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.