Memory Pool Memory Pool Refreshing

9,165 transactions (2.87 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 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,863 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,617 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,862 (873,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,426 35,426 0000000021faec976cb7abe0b262f9348befdf83c848546b786bc64646d823c0 0.00 MB 1 0
35,425 35,425 0000000044d85845d83318ca853a5624dab1c536a7428cb5263b09b9fce7742b 0.00 MB 1 0
35,424 35,424 000000008fea6c942ba88e475cf5c9e06d64959b3e8f10b4745e2c6056f673fb 0.00 MB 1 0
35,423 35,423 00000000af5b04e15e4f591701588a5055315cdd6a3683ce53f31c9ffceef6a8 0.00 MB 1 0
35,422 35,422 00000000333963e7da4e7c859c1cac69f9d409814f8fe953180987a395dfc062 0.00 MB 1 0
35,421 35,421 000000009f2f1e0daa2bc6788dfb76af513b129b0578cc9b74b896bc4f28d384 0.00 MB 1 0
35,420 35,420 0000000070ec75f49e704b532b17883bd971b0dd62c663e8cec07d5fbf1132ee 0.00 MB 1 0
35,419 35,419 0000000043936df85347e38716c2f9e6d60dc6575988ab2aea267efbb0852ab0 0.00 MB 1 0
35,418 35,418 000000000e715cadf6781766c3526028611c74b47c836e46c0c81c0b2fc440f5 0.00 MB 1 0
35,417 35,417 0000000077ae35d2f9a1b037bbeadb6e3c4be34a77af7ac494cca00b7bca6c36 0.00 MB 1 0
35,416 35,416 0000000070d1a312a8d01b2f19b370f7488e8499a76bf47ad573c23fe819f457 0.00 MB 1 0
35,415 35,415 0000000032c3b525032eb57940b79c19be87c954f11d74da9132f7e5e3127051 0.00 MB 1 0
35,414 35,414 000000006cce9391694e19b3c918081d5f1392b39f00382e0ba8192059be69e2 0.00 MB 1 0
35,413 35,413 000000000950297cf2b4e2091a17cbd7fa6ba40321a4969fd9a507cc3f72725f 0.00 MB 1 0
35,412 35,412 000000007d556f28dcd608b5f51dfcf1f7694a9d8fab5b663851b6177f84f427 0.00 MB 1 0
35,411 35,411 000000008acaf1ee0ccb96d70e90c21cd3aff327c0f9e2fa3d79400b938046b7 0.00 MB 1 0
35,410 35,410 0000000021297594fc2fc9ba8085098392dae5fd89ff9422ccf2b1ac1c2f2c34 0.00 MB 1 0
35,409 35,409 00000000315a40b7d1c8f87abec6e0c1ec4b0ae907fadcee4809976134c05c51 0.00 MB 1 0
35,408 35,408 000000001248d2c5afdecc2d22fc1d790306d7a109d43a4c515cb349c35e9aa7 0.00 MB 1 0
35,407 35,407 00000000b2324cbc6ba941dad435d8e9c20c4e8e8f4a58b9c0124b64700136b7 0.00 MB 1 0
35,406 35,406 0000000046ac85e1bab1cd5b456098c52f94371e8fa445075bed50221c54606c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.29 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,861.48 GB sent, 103.62 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.