Loading Tool

Explorer IconExplorer

Memory Pool

39,078 transactions
28.87 vMB
0.07315434 BTC
Random Selection Loading Transactions
Max Size: 146.04/200 MB

Candidate Block

Mining Attempt a72348b107c19ad8fa1ebb28e3e19e9b163f6e02dad001a3f48a7beb3c2d5915
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 0ee82452466e9fd1f9e566b824672507e44f92d88d0bf48b5c83541ae8041619
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.01710743 BTC
Feerates: 100.36 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (847,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,921 66,921 0000000000de6db0442aa49733076e2e26864e9404204b5b9709c2b2acd776c4 2 0.00/1.00 vMB 0
66,920 66,920 000000000038127a07f3e7b9d82fb356cd86b17be71684c1feec47765c673aa8 2 0.00/1.00 vMB 0
66,919 66,919 00000000056c5c63235517eddb3111d16b6c0b25dabaf4702577c990b46b3563 5 0.00/1.00 vMB 0
66,918 66,918 00000000021bf2bda0f30d8f3c4d1d6b9c8d8d7027565609afee097993e318f6 2 0.00/1.00 vMB 0
66,917 66,917 00000000016ff68a8b7c2d49dfeeab0280c7b515781afecf997e2581e3d4da98 3 0.00/1.00 vMB 0
66,916 66,916 00000000026032f4e4dc92c58774e0507ee6a6347adff86dc0a6fe7161482dd9 4 0.00/1.00 vMB 0
66,915 66,915 0000000000b7e3aa1c0ad5c4679f39034d7edad71d356083a02de67fb7136b29 3 0.00/1.00 vMB 0
66,914 66,914 0000000000a4e429aa21518e5c24d2c8aacdd96d536ff705ceed8b24d11ff7a8 1 0.00/1.00 vMB 0
66,913 66,913 000000000261a9ed1327fa32b25401584b1e76b79178d804669c679bc923b9a1 5 0.00/1.00 vMB 0
66,912 66,912 0000000001f7d24636d7721b5033fff21860aaf3e65a4f1ec1eac50025765563 2 0.00/1.00 vMB 0
66,911 66,911 0000000002bc5ca5411f18dc715afd4f50d5c9ec87163ad9a28d0ef895ab83cb 1 0.00/1.00 vMB 0
66,910 66,910 00000000004bcdc584497e698b71f1c9a4d44ed4bb941896361e15cfe0937212 2 0.00/1.00 vMB 0
66,909 66,909 00000000038ad536ff68ab936538777f5022cd9d8c54408c1db3a4f0dac93131 2 0.00/1.00 vMB 0
66,908 66,908 000000000490727250ec3c59d12d41e402e9c325870a53e2757185eec36010a8 17 0.00/1.00 vMB 0
66,907 66,907 00000000047b22238aa890982f0a6fc1802cba2c57b8d2e34f7330d135b66bfd 1 0.00/1.00 vMB 0
66,906 66,906 0000000004cc094534d1d1ea7ce912c403532a1706f31ef9699bade1929b7ab6 2 0.00/1.00 vMB 0
66,905 66,905 0000000001ea2a60de48fcb6ee1b75431d2dd13b611c0e1f8f420d31062d7a7b 1 0.00/1.00 vMB 0
66,904 66,904 00000000018aa51983f9782ea5368109164619a562c137d9a7f34bbdc64d52d8 3 0.00/1.00 vMB 0
66,903 66,903 000000000260c585255c8468746234e88ed8ecd3ef0a959f472e44893284a862 5 0.00/1.00 vMB 0
66,902 66,902 00000000006133f01a700963704da9093d2078a8705bf9a1f1a54fb2e3f383f6 7 0.00/1.00 vMB 0
66,901 66,901 0000000001f076d88e94d66545a1f979c1eb41b97116258907aa79e33313c6d5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.40 GB
    • Received: 11.63 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.