Loading Tool

Explorer IconExplorer

Memory Pool

84,637 transactions
32.75 vMB
0.08311794 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 8b0fa6f426a6f2b5870b1bf8f179330cd5b60b57d87b932f09faf0c4237d0343
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root aefa1e1e9b3ff0425e246c17c07a97deb20b47a2536f3fcad291fdf5cfb4b4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01818956 BTC
Feerates: 120.64 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (442,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,144 472,144 000000000000000000e03259f89d9c207695799f0e687204b99df1d462aa707f 2,196 1.00/1.00 vMB 158
472,143 472,143 000000000000000000e9a87048d41c2e28426dd0185dd5bee602c4cecd8e36d9 2,267 0.99/1.00 vMB 212
472,142 472,142 000000000000000000cfa221aad49515896648033dffa01f8e04eeca5db9975f 2,179 1.00/1.00 vMB 347
472,141 472,141 0000000000000000007f82137884f7fe9fe0f868586bbf15577b1cf21759d7ac 2,172 1.00/1.00 vMB 277
472,140 472,140 00000000000000000147065fd333980620fc63b8120851172ced35abbfeb09cc 1 0.00/1.00 vMB 0
472,139 472,139 000000000000000001235bb42df0e0c45adabaf39d9aab1a94e748cdf235c71e 2,171 1.00/1.00 vMB 391
472,138 472,138 0000000000000000006fef8ffb1c7ab1d2944435e93f4f9985f4a067f21e94d6 2,133 1.00/1.00 vMB 293
472,137 472,137 0000000000000000004a68b62a48ac477f9c2a8f8d1a58084545ce099e5a194d 2,289 1.00/1.00 vMB 292
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
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.