Loading Tool

Explorer IconExplorer

Memory Pool

80,697 transactions
30.23 vMB
0.15141945 BTC
Random Selection Loading Transactions
Max Size: 182.20/200 MB

Candidate Block

Mining Attempt d9b90e75cba1fd444322f78b65ca36fbe6c00ef136c4989d3bf9c5f8ccf4ff94
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root cf04ea8cd1f900e702eaccbedbe779f71ef1e6191d3cbcefcf4ed6ce699d1a7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.07786471 BTC
Feerates: 251.00 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (300,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,673 614,673 00000000000000000000ee695d541de15768168c619b5d1d93bc2196fe7f4d4d 3,359 1.00/1.00 vMB 11
614,672 614,672 00000000000000000004980432f71def5ac27de365b0c6497bf7db299762c724 897 0.24/1.00 vMB 10
614,671 614,671 0000000000000000000f6743dce251a4e5718059f96e96bf2c0740344a2bffdd 1,399 0.38/1.00 vMB 13
614,670 614,670 00000000000000000002a1a9b8a4a47f2ebc31859e1f12fa9cb773cc2f15dd4b 1,814 0.61/1.00 vMB 1
614,669 614,669 00000000000000000002b1f187bf7ddd11937ae07f7452c9306f7413ea37cf8d 3,295 1.00/1.00 vMB 12
614,668 614,668 0000000000000000000d7f2b761df474c750c009349c20a04428204c6a315827 3,398 1.00/1.00 vMB 4
614,667 614,667 000000000000000000084de6674efd31a9756673ccc182733bc7b29efa8825a3 3,609 1.00/1.00 vMB 16
614,666 614,666 0000000000000000001019f7f1f8ce91dd97209dac81589e864e7b3ccb4a4558 3,693 1.00/1.00 vMB 7
614,665 614,665 00000000000000000001f58abe02c8a8f7b75cf3bf8f2228198932dbc05584d4 2,318 1.00/1.00 vMB 9
614,664 614,664 00000000000000000008d0fa5cf73053f8e1d3da25a6a61330319250fc203969 3,568 1.00/1.00 vMB 16
614,663 614,663 00000000000000000007e8cd624ac1c77d26af008f5b2ac2cd2b49d50cf3a83b 2,795 1.00/1.00 vMB 3
614,662 614,662 0000000000000000000dbdd23f8d958899455f1809d041bdd0670272e568dad1 3,350 1.00/1.00 vMB 10
614,661 614,661 0000000000000000000092c11e184ab285d46e61fb406807925685e22ee9827e 2,960 1.00/1.00 vMB 11
614,660 614,660 0000000000000000000b297e100831e2ea8b092d8b1cc121b4e7e2b68ce83b88 3,132 1.00/1.00 vMB 27
614,659 614,659 0000000000000000000ca92cc9973be6025f2533e0818e014a457fb6aba5753e 2,817 1.00/1.00 vMB 13
614,658 614,658 00000000000000000012855674a11155c23debb3f10d9c2d39e6228f12f3eac3 507 0.15/1.00 vMB 11
614,657 614,657 00000000000000000007e1f2651414a76d10e4a0a1ca96ae3f98f54fa0969bf2 540 0.15/1.00 vMB 14
614,656 614,656 0000000000000000000fbb7b09ea3c7c26bf6ed3146b0e26c183b86705c58c45 2,194 0.75/1.00 vMB 3
614,655 614,655 0000000000000000000f86d29fc3bf67c9d15ba5afcb15a7f562c7684faa4959 2,811 1.00/1.00 vMB 7
614,654 614,654 0000000000000000000b5bd42a29f322d15fa1d5c78fe726179be76bb1c63c08 1,682 1.00/1.00 vMB 6
614,653 614,653 000000000000000000072f30253c0ed0b7012748dbdb2a56ef3e894c9a05e619 2,790 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.