Memory Pool Memory Pool Refreshing

1,723 transactions
13.12 vMB
Show Random Selection Loading Transactions
Max Size: 53/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (865,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,355 42,355 00000000098eefcb4325f80402ed8f95139bfe0662c46510f6818b78d6b66f34 0.00 MB 1 0
42,354 42,354 00000000115738372311cbf9ffa63855090d0b294021906a4373ac7dbcc82e48 0.00 MB 1 0
42,353 42,353 000000001b97b39c33356393f49129cc5e3a8360204432a39ccfc234a55257cf 0.00 MB 2 0
42,352 42,352 000000003019bc060193126ce716981061e984e165bc6951731f26a1e79f90db 0.00 MB 1 0
42,351 42,351 000000000fbda8ebd91f83bdc574dcbb75b73470bed313dea80a62d59c4b03eb 0.00 MB 1 0
42,350 42,350 0000000040faed0fcb588eae1f49bc76214417d15c265b60e5bb031cc1bebef4 0.00 MB 1 0
42,349 42,349 0000000000e648f7a2509ba4aee27f069a833ad0f0f20ce0d677353688a00afc 0.00 MB 1 0
42,348 42,348 0000000041091b0bb2203103943d4d40f496e3bdaac1ab55f7c7c81ce4921135 0.00 MB 1 0
42,347 42,347 0000000039fa28b47dfff6f6e3166ce687cff97a37570b94a60e8f448f32eac5 0.00 MB 1 0
42,346 42,346 00000000042a54f4dc5fd6003511201300391d88d71ec7773ac4ac1c7abf43b1 0.00 MB 1 0
42,345 42,345 000000002da71c2cab4ed503d1a0b621cc50a5329f3721324e547b6c8453a63a 0.00 MB 1 0
42,344 42,344 00000000280d485d25b729af9cdbe007a1cc4394d86d0030f14f3dfd006e49ca 0.00 MB 1 0
42,343 42,343 00000000327625a35d7ad9a6783bddb58bc3da102a7433131686a3b1a251ae86 0.00 MB 1 0
42,342 42,342 0000000040417f9ae9f03a3417e7ee4c3b38d59db047365578058fb4481274c6 0.00 MB 1 0
42,341 42,341 000000002095d88088e8afd56ef4b5fa0f9de5190bfe96b216179260c6944212 0.00 MB 1 0
42,340 42,340 000000002a9ab43ee73579ec6c9b4c3cc2085384f8a30f15f2010bcadcadc022 0.00 MB 1 0
42,339 42,339 000000000a3433b0ab1ed1153ec6f758c258b5d736f289f277463f29ee50db52 0.00 MB 1 0
42,338 42,338 0000000006218d11601066ead6bd3a72a4ccfd94b63fff4c6808c3c681022d74 0.00 MB 2 0
42,337 42,337 000000003366626d75953264e24c0e46eab5e9893a6bb5354a542371b9a0f806 0.00 MB 1 0
42,336 42,336 000000000b0078371753a9813d3f902008cec296451cf5d721e4660a2fba9612 0.00 MB 2 0
42,335 42,335 00000000308496ef3e4f9fa542a772df637b4aaf1dcce404424611feacfc09e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.13 GB sent, 98.46 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.