Loading Tool

Explorer IconExplorer

Memory Pool

45,465 transactions
22.03 vMB
0.09037866 BTC
Random Selection Loading Transactions
Max Size: 123.06/200 MB

Candidate Block

Mining Attempt 2fd5cf89c61e1cf3af9cd24c6dc03c8afdfefa60176e923abe631ada0634fdd7
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root 146489fdc083036338268a875c9a4d433c7579a1b9ed9d439c134fef63762bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03399106 BTC
Feerates: 175.14 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (912,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,001 2,001 0000000067217a46c49054bad67cda2da943607d326e89896786de10b07cb7c0 1 0.00/1.00 vMB 0
2,000 2,000 00000000dfd5d65c9d8561b4b8f60a63018fe3933ecb131fb37f905f87da951a 1 0.00/1.00 vMB 0
1,999 1,999 00000000a1496d802a4a4074590ec34074b76a8ea6b81c1c9ad4192d3c2ea226 1 0.00/1.00 vMB 0
1,998 1,998 0000000062436dec026b8c8fcf9aea8554312de16d35888f05d2b41710850477 1 0.00/1.00 vMB 0
1,997 1,997 000000000f84cb6d276c94f0d8b9ad3d398c164d9eda53491a1102cd4d16ef0d 1 0.00/1.00 vMB 0
1,996 1,996 00000000f0876346d33d67c16544d3fe99d6898ad114c59f78dfd8c5f41611b9 1 0.00/1.00 vMB 0
1,995 1,995 00000000379bf01707cf13f4e35dd30493b254508937f7d6b4fcb35948b9afbc 1 0.00/1.00 vMB 0
1,994 1,994 00000000a2c8ede8616565cf6900e5bea3b4f29734b88c31c06462b6327f87b3 1 0.00/1.00 vMB 0
1,993 1,993 00000000bfebb625430b6483c7f19d2886d1970cda683971fcccca292cc9b7f6 1 0.00/1.00 vMB 0
1,992 1,992 000000007e95b1d5a9603874ddbae14c6eacf7dcf86429efb91947ea27ca402e 1 0.00/1.00 vMB 0
1,991 1,991 000000002a90502d96e8baa75b749b2fb4fa6491e115314bf7674f1e26ff726e 1 0.00/1.00 vMB 0
1,990 1,990 00000000675bcdd144e9e266ab737f9dd2f62f039074dc1afc174a9d69acf41a 1 0.00/1.00 vMB 0
1,989 1,989 000000002ace74c47a24e92806aeefb968258359c2988f1bfd134f4bae233be6 1 0.00/1.00 vMB 0
1,988 1,988 00000000785992b7d5ee630a7aaf650461ca6a5d176d96e8f1d83054132f0bf4 1 0.00/1.00 vMB 0
1,987 1,987 0000000073ba0d47c8458f2dafd7d7ed616fcb43e6b1a6c8a87236c7d991c89e 1 0.00/1.00 vMB 0
1,986 1,986 0000000000243dfaef0a3b85c3b9c13c958ce6bed9fd4cb154c1df109c1ef884 1 0.00/1.00 vMB 0
1,985 1,985 00000000c7b984d0429b8e9ffa044a776932944d3761eedee5d8b7bedb7a1eb7 1 0.00/1.00 vMB 0
1,984 1,984 00000000d46ffd1af121ae116adaba61d44fbb8ce96d75143016583052715b33 1 0.00/1.00 vMB 0
1,983 1,983 00000000f13dc76883b73f677d3a63b85f75f580e404a390da41db64885d8ca2 1 0.00/1.00 vMB 0
1,982 1,982 00000000714040eab6eca36be421e51514f98b8759cd30a60b9565f875ca1b82 1 0.00/1.00 vMB 0
1,981 1,981 000000004dec691ab72b197449efed660210c7bd2d17ffe3db263c3fea2da653 1 0.00/1.00 vMB 0
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 557.79 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.