Loading Tool

Explorer IconExplorer

Memory Pool

75,465 transactions
30.21 vMB
0.11767134 BTC
Random Selection Loading Transactions
Max Size: 174.03/200 MB

Candidate Block

Mining Attempt 1aaf5ca0e601893dff49e2806bf59c9b3eb05632d42dad5c9ae45600917039bd
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5f069d37a0a847d1e5f8c1460add6d4cdbd4749a3e11473e2430622afb9bee4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,972
Size: 1.00 vMB
Total Fees: 0.04055145 BTC
Feerates: 150.36 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (293,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,558 621,558 0000000000000000000c227aa4e3257f7047d45750b50ef983f0118a5475c955 2,088 1.00/1.00 vMB 19
621,557 621,557 0000000000000000000265cda07022a691363552d66c04aec2896e3adce7dd46 2,412 1.00/1.00 vMB 33
621,556 621,556 0000000000000000000906b3ccfc018ce5dd3d842af8a8c8ab748445feaf89b5 1,779 1.00/1.00 vMB 39
621,555 621,555 0000000000000000000e4d00f157b9e9afab4441a68e0c3a1ba7383ca5e58347 1,908 1.00/1.00 vMB 25
621,554 621,554 00000000000000000009787cd8fdc248d9a7ab09c7a65015f4f2b6217151eeaa 1,308 1.00/1.00 vMB 28
621,553 621,553 00000000000000000009bd1a33811eb031a40cdc1e7f4ab5da06ad6bfc0d3ac6 2,582 1.00/1.00 vMB 40
621,552 621,552 0000000000000000000ecc3decc512231bc1f72c82cae10d6a9e08f38b489f6a 2,142 1.00/1.00 vMB 45
621,551 621,551 00000000000000000008f4b31bb6f45fa9a48ebb304b5f024666d63571ca1870 2,252 1.00/1.00 vMB 30
621,550 621,550 000000000000000000065f82b067b7e086bf0e322f0e108374bc57290c1aedcf 3,057 1.00/1.00 vMB 29
621,549 621,549 0000000000000000000343ea151557eedf3f03d5bea52a3f6775ae2d14303a3b 2,309 1.00/1.00 vMB 51
621,548 621,548 000000000000000000076e8b34337eb113691486ce96888bea2f5357dea18aff 3,540 1.00/1.00 vMB 33
621,547 621,547 00000000000000000003f5f90517e533537b836815f7a41c71384e934f86e88e 1,759 1.00/1.00 vMB 75
621,546 621,546 00000000000000000003049e4c8e3695849df849d14840fbaedabd98641b4b8f 2,595 1.00/1.00 vMB 71
621,545 621,545 000000000000000000027a75db5444788593f51bd50e0c072ef41f413699600a 3,269 1.00/1.00 vMB 56
621,544 621,544 0000000000000000000f9ca0bb52b7b9fd672d87c1e9b9087d25ef75c6cb5c40 2,436 1.00/1.00 vMB 84
621,543 621,543 0000000000000000000357960f194b3792e0e5b0183dea97d3e88c16cfec6a08 2,893 1.00/1.00 vMB 34
621,542 621,542 00000000000000000000f0b0ef229d75c24b1900a535a8f832af42d369859fab 2,770 1.00/1.00 vMB 43
621,541 621,541 00000000000000000005d5379efba8dcacbd3d245373067f9b95e0d0fbe1f4bb 2,817 1.00/1.00 vMB 43
621,540 621,540 00000000000000000004dcf899b8b14e0eb4adda03098abdf8eabe6a4be3906e 2,751 1.00/1.00 vMB 45
621,539 621,539 0000000000000000000abe733cca6ac1656f68a72e4f518667ae6daf8c320802 2,779 1.00/1.00 vMB 81
621,538 621,538 0000000000000000000516151409e0501c1096c8d3f12ac4a6ad9719f66ac61f 2,346 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.