Memory Pool Memory Pool Refreshing

6,628 transactions (2.96 vMB)
  • 1 sats/vbyte = (12 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: 16/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 908,965 (840,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
68,339 68,339 00000000025307237ee52fb3c6b637327d93a4fe9e5dba346be2a29617091221 0.00 MB 3 0
68,338 68,338 00000000049b8766156bf65ed5d33fce183721cd6dcdeed16c65d0b160d03643 0.00 MB 2 0
68,337 68,337 00000000004eb25a26aeb8c8d7a7883d8638629029736a62052a394c05be7d97 0.00 MB 2 0
68,336 68,336 0000000004d32537e0d40dad6bdbc462393d2a92b2265859162dc24cf8b6c924 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.48 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,866.63 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.