Loading Tool

Explorer IconExplorer

Memory Pool

47,282 transactions
22.65 vMB
0.11517015 BTC
Random Selection Loading Transactions
Max Size: 126.62/200 MB

Candidate Block

Mining Attempt e83aa3f7d35542787aef248886e93d6cf144eaecda169a6c4b0d84d5c702aa9f
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root d8326fe24180154c23e4c5c544439a52d645290b3c9cfff658bdde9d1d1c905b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.04833725 BTC
Feerates: 192.68 > 4.84 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (784,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,196 129,196 0000000000001b40e0f25142873d455f6ac96e667344ae6dedb1ac63804639ed 3 0.00/1.00 vMB 1,141
129,195 129,195 00000000000001c2e47e5150f3b1d511ecbcea8a244d84eebd096deecb4b38ed 109 0.03/1.00 vMB 140
129,194 129,194 000000000000045e0b842bb0a3049232e61fb8d587d9e53ef636bad671f31bf8 15 0.01/1.00 vMB 1,678
129,193 129,193 00000000000014c4106300968a1c42174daa28b02bd3e79a54c2bc40a49b5620 65 0.02/1.00 vMB 46
129,192 129,192 000000000000199ff6e2ca073e254b2881a079d25c292480ad5b290602927194 11 0.01/1.00 vMB 1,450
129,191 129,191 000000000000138d008342d025f9ef50dec3fcbc1fa30a5d9a7fa22c4a53e802 96 0.04/1.00 vMB 742
129,190 129,190 00000000000002dc833bdf6d79d27d60f15a09eb9af7d6c71d14cc23274fb8c6 16 0.01/1.00 vMB 1,030
129,189 129,189 0000000000000ca3b27c4f6065629908add446e9f2f95f93f5fbdffe4b97e62c 94 0.03/1.00 vMB 1,960
129,188 129,188 00000000000000528ed9e84fbf1ec91a9159155d9ed32ae7c9b8fd991543538d 17 0.00/1.00 vMB 235
129,187 129,187 000000000000091b1f05e7d8076d99fc8a14f06a2456b9a394244eb286b7dd3e 10 0.00/1.00 vMB 219
129,186 129,186 0000000000000c54b2f763aaf8acd78bc5d65e9131f969c27bbe77f823432969 124 0.04/1.00 vMB 198
129,185 129,185 00000000000017953e60f257e9355211a83d7b6371e19596807af1e9bbc82f04 16 0.01/1.00 vMB 1,424
129,184 129,184 00000000000015653ed1a20d0eb6f3d46337431e860fce94704fee95ebbaab53 47 0.01/1.00 vMB 832
129,183 129,183 0000000000000008b5150866ba8cef5221d461cb1d10fb02e52e2f20a20a4423 12 0.01/1.00 vMB 834
129,182 129,182 000000000000113acd8b46ce6c5a122fe3233755259fc406c5af5f2346064401 83 0.03/1.00 vMB 1,745
129,181 129,181 000000000000043600e0e7c3a59314fc3f34c175524863d5fbf8cfc0840afe10 12 0.00/1.00 vMB 0
129,180 129,180 000000000000123f7186dd59c3be854b6a5044a505cd29e587646eb6d65d2f09 41 0.01/1.00 vMB 573
129,179 129,179 0000000000000808edac40eab081f3140b47d5b28e5340590eec46cb3e7ad1e4 9 0.00/1.00 vMB 2,042
129,178 129,178 0000000000000ec9d107c1986a44ba4663246dc6f2729b57b96bedb07add31cd 11 0.00/1.00 vMB 809
129,177 129,177 00000000000002d392ff651658b6a923d7fa212b01d01a9fb47ae74b32101edb 9 0.00/1.00 vMB 0
129,176 129,176 00000000000014c31ba1cb7b1d140970c51762a84999d959bfbbac492ce55f24 51 0.02/1.00 vMB 926
Previous 10 blocks ↓
Total Size: 780.76 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: 557.92 GB
    • Received: 7.09 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.