Loading Tool

Explorer IconExplorer

Memory Pool

45,613 transactions
27.93 vMB
0.09168418 BTC
Random Selection Loading Transactions
Max Size: 146.73/200 MB

Candidate Block

Mining Attempt 51569457643a712bd6103b595efda9404d6af2c395c89eb7a6fa52412f23f80f
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2812b2658c91691b4e6c66c7d2bdeef9981176af2ed258e37e3d60560ba2eb8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03623818 BTC
Feerates: 197.49 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (442,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,136 472,136 000000000000000001866482f7617e253079b18ba0e3b75ce0e8b28d73391cc1 2,065 1.00/1.00 vMB 158
472,135 472,135 000000000000000000fa9921f80f9ceb6b4162a024eaeb6d1ea11d30a651d341 2,129 1.00/1.00 vMB 320
472,134 472,134 000000000000000000b36e1d3308c5feb3a9984ce738fed946cca67329139442 2,324 0.99/1.00 vMB 347
472,133 472,133 000000000000000000094f602bc7fb9bf6fdaec572a367344905848413585772 2,247 0.99/1.00 vMB 314
472,132 472,132 0000000000000000014e65fc90e482af5602cd2d7abc579efc337fa83e79268c 2,062 1.00/1.00 vMB 333
472,131 472,131 000000000000000000db0415082d0b26d0c304e987ad3393a75de3144598afb0 1,899 1.00/1.00 vMB 197
472,130 472,130 000000000000000001388ff232051e059a37e1deb3d58c6ab6828fed95b2dfb1 1,759 1.00/1.00 vMB 204
472,129 472,129 000000000000000000a996940de76088a1dd5abca6e98473d43c0c6c8062763b 1,714 1.00/1.00 vMB 210
472,128 472,128 0000000000000000008d7daef7028143057691a4199c7f20e583e5c5e0a6c6f3 2,589 1.00/1.00 vMB 344
472,127 472,127 000000000000000000dfe7ff8ff6fe05b42af200e69f26f5585f8444d00464fa 1,783 1.00/1.00 vMB 274
472,126 472,126 00000000000000000097f81e6654ae7a8a84034a674060b7e032bcce2f7088d9 2,608 1.00/1.00 vMB 402
472,125 472,125 000000000000000001520944f2e9d19656e0e76089c55f29da45871ec67135d9 2,075 1.00/1.00 vMB 242
472,124 472,124 0000000000000000000f56aba9b0721215e72f9dba05d25b17c4da3eeda832c2 2,318 1.00/1.00 vMB 132
472,123 472,123 0000000000000000012bb2714d801604716b0ad059a72c982b10dc23b81ea2a3 2,386 1.00/1.00 vMB 248
472,122 472,122 0000000000000000005d04cd9b4a3c3da2d6680bdab1dfe8c58cdb30215420db 2,152 1.00/1.00 vMB 161
472,121 472,121 000000000000000001799af043dff03da81933a79b1fc87ccff124902e282f53 1,991 1.00/1.00 vMB 262
472,120 472,120 0000000000000000008d3c89e9bd54fb0d31a8495c3d36ae43fc6663f4bfcaf2 1,633 1.00/1.00 vMB 155
472,119 472,119 000000000000000000586e69c4bed1def917b68c8069ed028b9299e2ea72731d 2,431 1.00/1.00 vMB 365
472,118 472,118 0000000000000000017efd148b1ef1755a17c22b730729f105a4a45a0565de5d 2,023 1.00/1.00 vMB 171
472,117 472,117 000000000000000001754d9169e9f9be6ccfa4af9d1e814ad330827cda4f0045 1,117 1.00/1.00 vMB 148
472,116 472,116 0000000000000000012dccda5230dc5527e10a3a54c357f7d945459cca914ce9 1,550 1.00/1.00 vMB 293
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.24 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.