Loading Tool

Explorer IconExplorer

Memory Pool

73,835 transactions
28.79 vMB
0.06987747 BTC
Random Selection Loading Transactions
Max Size: 174.57/200 MB

Candidate Block

Mining Attempt a58ff5d17007aecc133de884e754184ac56770752f9bc163e8fd29ba9c0a7367
Version 20000000
Previous Block 00000000000000000001f8608b89867cd81e6ca76231bc810599037dafa06252
Merkle Root 547b87b0813e052da9e46bc9f0da93c50483e47a42cb1ebc78e672718334be58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,029
Size: 1.00 vMB
Total Fees: 0.00630528 BTC
Feerates: 100.42 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,430 (27,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,263 888,263 0000000000000000000018d8f9aef0467162c69c4e471026b4181f7f76cb9edb 3,324 1.00/1.00 vMB 3
888,262 888,262 0000000000000000000146c966b28df7069a88dece09c769c5e264644cc6cadc 3,280 1.00/1.00 vMB 3
888,261 888,261 00000000000000000001defc6da438b53b60ce548d66d6f45cb7a552b6d7229d 2,538 1.00/1.00 vMB 3
888,260 888,260 00000000000000000000f05ec49bf0cbce5d89d4b32ffc11664e3f31fe0988ec 1,649 1.00/1.00 vMB 2
888,259 888,259 000000000000000000024ad1030a6751c4daf5d26a991f0d9eb6a2dad54d3639 2,392 1.00/1.00 vMB 3
888,258 888,258 00000000000000000000e2f6aa0f00f5725946f4e3d9497f87dcb794064461e0 2,625 1.00/1.00 vMB 2
888,257 888,257 00000000000000000000ec9bb86421cded4599206bcc998e954c042b487e98c4 3,122 1.00/1.00 vMB 4
888,256 888,256 000000000000000000023c9e61be6583d2ec041dcd9fe35c4dbd91646135ffc0 4,058 1.00/1.00 vMB 4
888,255 888,255 00000000000000000002538112339c8790babcb0a859d9f6024e8e0ee567d262 3,522 1.00/1.00 vMB 6
888,254 888,254 00000000000000000001c712403d4e8d93ebf9ac2512d061be512a1275af235e 2,931 1.00/1.00 vMB 3
888,253 888,253 000000000000000000017fac3e2f6f148cd5af53b2989d989c080c133a1bd7b1 3,756 1.00/1.00 vMB 4
888,252 888,252 00000000000000000001c2f449e472891a0584a0d0ad64bba6f6a65b737c2d26 1,082 1.00/1.00 vMB 1
888,251 888,251 00000000000000000000abeb45f7d870e6ddc997f4fd4b0882fc971bfe8177d7 4,558 1.00/1.00 vMB 1
888,250 888,250 00000000000000000001e699c4ca694fab510bfcdfd1a2d0eb32d06f75dd15f5 2,628 1.00/1.00 vMB 3
888,249 888,249 000000000000000000002c5b8a033dda492aae4612625a275c598246169950ec 1,870 1.00/1.00 vMB 2
888,248 888,248 000000000000000000023d71af67de9a1b99976c6eb3146090bb334cd75148b3 3,547 1.00/1.00 vMB 4
888,247 888,247 00000000000000000001a52cf3513976851ff0027abe40e682b2d5d0f7afeca2 2,783 1.00/1.00 vMB 3
888,246 888,246 000000000000000000004660f0f9545bfddcb7cfec8626c23a7d22f2c39f49a6 3,814 1.00/1.00 vMB 1
888,245 888,245 000000000000000000026e81379c9e2db9bb3e75944bc3d49c2b35340c732e8d 1,833 1.00/1.00 vMB 1
888,244 888,244 000000000000000000012e68ee5fd479083c4d1229b129ab9e012ff56df9fbe7 2,671 1.00/1.00 vMB 3
888,243 888,243 000000000000000000018a79f74e87e23742a6e29e678ebe1d39b135d73a8dfc 2,891 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.13 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: 742.00 GB
    • Received: 18.65 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.