Memory Pool Memory Pool Refreshing

5,149 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,748 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,410 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,747 (898,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,279 10,279 00000000edb8f3284ce9754fbfa62560c038c07cdda8a2de2c0bca84a6013cf0 0.00 MB 1 0
10,278 10,278 0000000055af3659722a30e8c4a66f07537008856f5250ad7e50eb0c0f56e280 0.00 MB 1 0
10,277 10,277 0000000003ca64a6cc2a832898f662cf5e8d5969acec55fdd863d54e3761fa37 0.00 MB 1 0
10,276 10,276 000000001cd994281cc809d5e02296cbd2bb48047ec287b41bc6ce2cf16850d3 0.00 MB 1 0
10,275 10,275 0000000051190cf7c7ab6c0d79bf04c7cee98c08da018d3b89a42b7e5ffbf0f6 0.00 MB 1 0
10,274 10,274 00000000944d9d751d99d9722048afd9c35e7e67aa3e319eb04b77167da434e7 0.00 MB 1 0
10,273 10,273 000000003172fbc9e9a91643c52e624d59685bbd4f0171f123377e37525d12dc 0.00 MB 1 0
10,272 10,272 00000000c6679f2e331b83bb2b80d4e0a06dce253791ad58fc1d9aa2b24d2c58 0.00 MB 1 0
10,271 10,271 0000000049e6c9049676cb9d328f3e4ffd71bec98769d2841e01cda8fb74d653 0.00 MB 1 0
10,270 10,270 00000000fe83b6fd2883fd216c7d8675ecedf25ac4bd155e663c9e9c2ae8ac33 0.00 MB 1 0
10,269 10,269 00000000c81c54860c418160f8ce6f2bf9a1f129d7f5418ffcf63503c919cf95 0.00 MB 1 0
10,268 10,268 00000000bd673e884317d15c24c1ac21ed0f4f9b60bf533238fa0864101f3021 0.00 MB 1 0
10,267 10,267 00000000ff20f675735d528e99acd31c5eb2c2df4c2594734321453bb5c1f3b4 0.00 MB 1 0
10,266 10,266 00000000814c741110d0e8949de00110af86b6a580bd0eaf53cf51da2c63e783 0.00 MB 1 0
10,265 10,265 00000000a9ac03299b3f328c5cca1d220b33f5b4b29d97cad3d4a8d56b2e3d79 0.00 MB 1 0
10,264 10,264 00000000506835b63cfa9a612eb5de12191fa2eb04f88067ce76f6c07184f03a 0.00 MB 1 0
10,263 10,263 00000000972d6ae90848def1ef19f9fc61e417d180e0ac51ff1c90169e4ea173 0.00 MB 1 0
10,262 10,262 000000003ae0cff5b198f2227ed90726a88538e602b3d719c9e90e8dcf71b2b4 0.00 MB 1 0
10,261 10,261 00000000a212ab180a51a8859a11baab25bb02888487e16dbfb995f8bdf19bbf 0.00 MB 1 0
10,260 10,260 00000000dbd1f50644d0a5aaffc8757e2b77025f148738a0b1a17d5957af30d1 0.00 MB 1 0
10,259 10,259 000000005e8113845200162ba15a0b3cf8714f257614faa1e9a6b61555d7dafd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.05 GB sent, 102.47 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.