Memory Pool Memory Pool Refreshing

1,987 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,970 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (902,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,258 6,258 000000001978dacbef3f057db050b68d683ba1fb63bf8ee58556b136bc95d798 0.00 MB 1 0
6,257 6,257 000000002352d625810ae3828c2e051b453e9cf73fbac54707e18d9a3127e670 0.00 MB 1 0
6,256 6,256 00000000484f3bae55c16d61a0b40f355de3da86026348ef4edf1a32c24dc6c8 0.00 MB 1 0
6,255 6,255 00000000a08c6cbcd6c90029c8130ad54eccf7472f2abd2d3f4312624fc8d40f 0.00 MB 1 0
6,254 6,254 00000000f66b5cec27ccfd92c190803a556b4c0341622eb8340c13fc62cb6265 0.00 MB 1 0
6,253 6,253 000000001d092804b3398f698a251344220679988fdb0e8ea986343a23897f8b 0.00 MB 1 0
6,252 6,252 000000001a5940544c28328371f6252db962f0540cfdc30db2bd1aa334a72d6a 0.00 MB 1 0
6,251 6,251 0000000055546a4294b2d4f69f88820b64bf4c09b4a35cfd90a1592abe6b2826 0.00 MB 1 0
6,250 6,250 000000006e770b1ca94980e21a70ecce08431b2a15079693d099d7b7a94a14c2 0.00 MB 1 0
6,249 6,249 00000000b4b914dc7346ce28f26e0c67dfd728cdb1a1c13fc3941138ad261a8c 0.00 MB 1 0
6,248 6,248 00000000b032d6ca616df20b1c993ec5ff58b856ac76ed8c43a967b688e0c28d 0.00 MB 1 0
6,247 6,247 00000000cf4d5db0e86593924cd37beade54cd8085942f83248d1f5fa3871284 0.00 MB 1 0
6,246 6,246 0000000061a39096a7d96eefd98961e4c82fc750e9a5ebef9fdcb8706f6ed828 0.00 MB 1 0
6,245 6,245 0000000011bcb964387316b6ce0b1942980c0a14b7ad3220acc1fe407bb44e71 0.00 MB 1 0
6,244 6,244 00000000d5b191939be02a3657d5c784bd713d3389602765791989ba9cde529b 0.00 MB 1 0
6,243 6,243 000000009a7cd048d59081828decc229eb4ea671f0fd10b1ed8aee3b4c2759fd 0.00 MB 1 0
6,242 6,242 000000004e99495b7d628aaf118be591159fe24e62b9e579c54b13fca19cbaa2 0.00 MB 1 0
6,241 6,241 0000000066ab69d5eb23879a8936c198019bba98cc01d58703c2ebfaf1e837bb 0.00 MB 1 0
6,240 6,240 000000001c3aa07efadd82e5e49117a01ccaa50634522c93f20c4479b6785558 0.00 MB 1 0
6,239 6,239 000000001d1cca193a7055038fae6e5eb81b8cf60b600767f85d0fc87d9086d8 0.00 MB 1 0
6,238 6,238 000000000049d528e1ff957e93e089491752d69a924e4de2b5a6ad2f2c05f446 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.