Loading Tool

Explorer IconExplorer

Memory Pool

46,329 transactions
29.80 vMB
0.07503321 BTC
Random Selection Loading Transactions
Max Size: 154.74/200 MB

Candidate Block

Mining Attempt 56ea2852476b2a82b17b7d7822eab05e0acfa1d5c6e8c6a6e3cf71aa8bd3dc29
Version 20000000
Previous Block 00000000000000000001ca0b1a4f597dd26771b73005a426a646eb201578566d
Merkle Root 69edb5effa643c6d1d13ec1137b9cb59241bb1352bbbf579116d1c059a6930b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,765
Size: 1.00 vMB
Total Fees: 0.01622171 BTC
Feerates: 150.98 > 1.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,591 (248,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,906 665,906 0000000000000000000c77b3bb9ed478fbfaa149e3db1ebf3b408133e6fa984e 832 1.00/1.00 vMB 59
665,905 665,905 0000000000000000000640a73daf8e6450f2a7b7b30f872939ea0256941cc090 992 1.00/1.00 vMB 54
665,904 665,904 0000000000000000000427c0128b859d1a957e689969374a1d8fe8defdac0cb8 2,013 1.00/1.00 vMB 53
665,903 665,903 0000000000000000000b52d71a60b9340c7d36c1dde1fc6754308e16a4c74331 2,115 1.00/1.00 vMB 87
665,902 665,902 00000000000000000001c2e8325a8cd20cc5196d61cb07e25ed93c631ac8bae0 2,886 1.00/1.00 vMB 66
665,901 665,901 000000000000000000049d8b3d060ff7ff45550982e913cc50e78bf7c1621f7b 3,115 1.00/1.00 vMB 90
665,900 665,900 0000000000000000000b82ff39de0c3325b4cd9bcd7a5ee456c18ff4583e9726 2,875 1.00/1.00 vMB 139
665,899 665,899 00000000000000000002ffaf13d5a296be16059bc1dc5a8ba46455149fe8fd2a 2,999 1.00/1.00 vMB 112
665,898 665,898 000000000000000000010f32aa4a0a862d4761ae7a997fbf8590ce2191dfc064 2,558 1.00/1.00 vMB 137
665,897 665,897 00000000000000000004d1ae86cfc0011e614f9f43502e94563376302b7965ea 1,011 1.00/1.00 vMB 136
665,896 665,896 0000000000000000000d00238358d747e31e25a73de4dc7bb78c2555967baaa2 2,244 1.00/1.00 vMB 65
665,895 665,895 000000000000000000066638733b69d6e891693070bcfd7db1372b502635844a 2,243 1.00/1.00 vMB 94
665,894 665,894 0000000000000000000a9cebbf58af68b0c4d8fb786ddf3920676239097af257 2,430 1.00/1.00 vMB 114
665,893 665,893 00000000000000000003c565854e5a94f8b8dba681e1341cb6b2569794a0e728 2,333 1.00/1.00 vMB 52
665,892 665,892 00000000000000000007003b0a5044a1f442eac2751167b4fee3b611e298b522 2,353 1.00/1.00 vMB 103
665,891 665,891 0000000000000000000cf430c8d49e0decfebcb55231786353e38a326da451b1 2,632 1.00/1.00 vMB 144
665,890 665,890 00000000000000000000546ba706b3e7a476758f6500b31ee15550f8f1bd634d 2,508 1.00/1.00 vMB 125
665,889 665,889 0000000000000000000118929e01649b6aba13ba81ebe8057bbff4903a2c62d9 1,576 1.00/1.00 vMB 72
665,888 665,888 0000000000000000000b9160575c2bdade3bdcf4b211ab54c144525f95f20df8 2,542 1.00/1.00 vMB 59
665,887 665,887 0000000000000000000a1b3afd29b93f53b892129894e795832f701f04b8f1ac 2,377 1.00/1.00 vMB 141
665,886 665,886 00000000000000000003f31072b4cbeaea9550e01cfbe57ff45ef80fd155c205 2,793 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.86 GB
    • Received: 11.77 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.