Loading Tool

Explorer IconExplorer

Memory Pool

44,822 transactions
27.29 vMB
0.09052411 BTC
Random Selection Loading Transactions
Max Size: 152.47/200 MB

Candidate Block

Mining Attempt a0b8c5a26f368361e6a39201b42a249370dbc6c76920b04c7c5153cd260fbaea
Version 20000000
Previous Block 00000000000000000000228bc0efc0a07809b604e5062b253d925dfdc65ee4c1
Merkle Root 68063c245fb684b21c2357915e74f0f8ee155189c147a798b9b6f948e15df43f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 1.00 vMB
Total Fees: 0.03965027 BTC
Feerates: 151.10 > 3.97 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,198 (20 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,178 941,178 00000000000000000001228ae0742e94e130fcbd0ee69194272bc3e2ec1a98f4 2,046 1.00/1.00 vMB 2
941,177 941,177 000000000000000000005c2eb0998e43c674cc306fe8e0d5c70653f4f4f45e5d 929 1.00/1.00 vMB 2
941,176 941,176 000000000000000000002fb03c8cd8524da1934079ea02257cc07a9ed9c528bb 3,201 1.00/1.00 vMB 1
941,175 941,175 000000000000000000003a3fc418595fad15b1a6e5dabc64f1622842c6f2cf13 1,673 1.00/1.00 vMB 2
941,174 941,174 00000000000000000001d7c618b888ae5b3426bfded19710ad626406fcd46ab2 1,373 1.00/1.00 vMB 2
941,173 941,173 0000000000000000000077b8eacf1fb5c3c50855c9485bdc12c5a5dc2768e321 2,388 1.00/1.00 vMB 1
941,172 941,172 000000000000000000004e1266bb5c278422dfa7c1c5fd8442c4c2b88d853940 2,550 1.00/1.00 vMB 2
941,171 941,171 000000000000000000014ea18c7a588b72d6023a0d9fc209e4ef5932017d59cf 3,078 1.00/1.00 vMB 0
941,170 941,170 00000000000000000000579da3e37f335fc2b7afffc37e3d2a44b5609f1b36a0 2,595 1.00/1.00 vMB 3
941,169 941,169 0000000000000000000157774b3d6c9aa8f458eeaf745dad3a9a9786e1c1427d 888 0.39/1.00 vMB 3
941,168 941,168 0000000000000000000063a63a23459215288e5693e842929fcec2da0b91dbb6 3,153 1.00/1.00 vMB 2
941,167 941,167 000000000000000000006a6695f573094b815ce967ee275aba668700befb96a4 455 0.16/1.00 vMB 2
941,166 941,166 00000000000000000000b2105191f2bee7d29ae4a3d24139615a0cb82869805c 4,530 1.00/1.00 vMB 1
941,165 941,165 00000000000000000000a28923657d49daf0ac1d1064ff5d1ee6918f62fb0c97 3,643 1.00/1.00 vMB 3
941,164 941,164 00000000000000000000f85137cb62085ddf48fff4c6f39739de76dd933ebe0d 4,472 1.00/1.00 vMB 1
941,163 941,163 0000000000000000000108f1d4fcb7e1bfcde9d93e0395160bebb63767f2dff7 4,066 1.00/1.00 vMB 1
941,162 941,162 000000000000000000002419fd7bdd20a91989951cdece91af8610d051fba6b9 3,603 1.00/1.00 vMB 3
941,161 941,161 000000000000000000015e259d4eefe8486728293532aad412475db1cf2523af 2,810 1.00/1.00 vMB 2
941,160 941,160 000000000000000000002fd9c4fffddf0661bc483e60ad8a1c6aa9ca00543489 4,565 1.00/1.00 vMB 0
941,159 941,159 0000000000000000000166e16eb8a7c941fd366b0af4f11b03c22ed6fdb57b9a 3,371 1.00/1.00 vMB 3
941,158 941,158 00000000000000000001a9db968cf8f6b2ee8578b4bb281f01355ced725d7c4b 3,880 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 828.91 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: 4,621.21 GB
    • Received: 249.55 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.