Memory Pool Memory Pool Refreshing

4,907 transactions (2.03 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,967 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,966 (840,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,360 68,360 0000000004169b0e02ead14ded69185e3665413737d03f3e1e178f375c9dccd5 0.00 MB 1 0
68,359 68,359 00000000044cbb39f49350111d97cd61dfca3ceac408bbf4d5fdc2ab9fb0ceca 0.00 MB 1 0
68,358 68,358 0000000000f6f9a5b738ef9c502becec24be5d70e29a76599848ef8a0063d526 0.00 MB 2 0
68,357 68,357 00000000059e3498c1caa4de7e5c3e3dfb055b06fe1d975d7eafb9ea47dbdffd 0.00 MB 1 0
68,356 68,356 00000000036f0f8d062a27e01d65db1638b57d6e40ab69c4ccf5331b3775b12c 0.00 MB 1 0
68,355 68,355 00000000011b9b522c5735203f31b766044cd8dfadf456b9560d5654602907ec 0.00 MB 1 0
68,354 68,354 000000000003d823e23768752cafeb9b03392b2bbce1cce4a6e492287983bf4e 0.00 MB 2 0
68,353 68,353 0000000005313c34c2e32b3bf5194ac874dd18897c15a9ed4389b9f51f9d7d48 0.00 MB 1 0
68,352 68,352 000000000318989f4e1b0e16f00a17e4f9f3197b6122b03010e949c85a42f180 0.00 MB 2 0
68,351 68,351 0000000000c0bdba1d14a5d51b611536e94c264c84fc160907ace267bb60d6e9 0.00 MB 1 0
68,350 68,350 00000000037381f89ac40c75dc6a0047884504f14308a7e1803dde6e19fc7976 0.00 MB 1 0
68,349 68,349 0000000003544dd56efacb83377050811650c6233e3a02e5710378fbdd63a5d3 0.00 MB 2 0
68,348 68,348 000000000420f889ea2f7271bd466c058df13a6c750dbbabe59326cb7ff91352 0.00 MB 1 0
68,347 68,347 00000000025ad6203f2349e152f31b8e74c7d59ddc6b764b935e574fa4df6979 0.00 MB 5 0
68,346 68,346 000000000397a6244c8f79ab91607afc611fc6b0146a357f221aaed08063ccb2 0.00 MB 2 0
68,345 68,345 00000000030748a8e51a777149ca948cbb53786a7781e935626aab8f409c7063 0.00 MB 1 0
68,344 68,344 0000000000b6aa1a37c99369bec3f684568d7490b30b4d08343b04678bb3e60b 0.00 MB 2 0
68,343 68,343 00000000011f87df203cfd39c0f9f91873223c9e3f8eb09eb7d42ef08a9b8b80 0.00 MB 1 0
68,342 68,342 0000000003ff41b6a171ae998f879572d31360841124f2981a5c4b90e3323cf4 0.00 MB 2 0
68,341 68,341 00000000052943233dff6412f20bc274f3d44fac361e353efafa6babe2a7620d 0.00 MB 2 0
68,340 68,340 0000000004aeefe41609d55f06fa75f2fc5cd035939c731043e7d9931a6951ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,866.64 GB sent, 104.81 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.