Memory Pool Memory Pool Refreshing

13,343 transactions
4.74 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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
907,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,997 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (185,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,341 722,341 0000000000000000000266eeb84cba6437da25b312026bfe6b0716b8551d98d5 1.42 MB 1,235 10
722,340 722,340 00000000000000000006fbaaa3a0c9d5c93998fe24194dc80fb4a40c540046c0 1.74 MB 507 11
722,339 722,339 00000000000000000008b31dd9f22a3da33b23c15e7db8ff5b56313483936e07 1.52 MB 2,035 17
722,338 722,338 00000000000000000006f1db2947c48b05a3689bc831aaebebdbddd5ef8a6e91 1.77 MB 690 14
722,337 722,337 000000000000000000059ea16320ec8cdd6ee1cd2bd46a1cc0de05c5e1c6c491 1.42 MB 2,764 15
722,336 722,336 0000000000000000000a7a11648d820fee6dbf88e4fec32ccaf2685fad680603 0.35 MB 686 10
722,335 722,335 0000000000000000000008118e75ef408da4cdccf124847385156b114e9a1698 0.59 MB 1,041 3
722,334 722,334 00000000000000000002655035e8db5fc823a00c3cf2760fcee7d572e2dd2302 1.43 MB 2,352 12
722,333 722,333 000000000000000000082995a2b2be080366e266bda4c3d595c0197d94ffd747 0.30 MB 536 10
722,332 722,332 0000000000000000000a554d11fc0785be4c272aecde7f47f6b59023630f574c 0.30 MB 378 8
722,331 722,331 000000000000000000049666f4f27f752f1f690de1ac07d2eeea932a852b7f3e 1.38 MB 813 4
722,330 722,330 000000000000000000054888771087627eb90259b330eeab46f1d15d6b5f1c0d 1.19 MB 1,361 11
722,329 722,329 00000000000000000002f5c19a296a82aff57921d01637e81908ef649008693d 1.35 MB 2,639 9
722,328 722,328 00000000000000000001cd7c7f18970d18ebaaec14e3425cc7906b0a535fbb8c 1.52 MB 3,098 13
722,327 722,327 000000000000000000031b1bb46f022c8bf37fb59dda59f37de6bffc42b913bc 1.11 MB 2,226 11
722,326 722,326 00000000000000000009093130f1fb3ad66a3cd6d75bd0ef34781598efa6f365 1.37 MB 2,538 10
722,325 722,325 00000000000000000002a3fd274e6ef10665ca577090b059e9620dc30ff6c903 0.31 MB 656 11
722,324 722,324 00000000000000000008a072e6d8f542c8c23db89bde77477e6a09db5e289558 1.41 MB 1,842 4
722,323 722,323 000000000000000000053cc10a59e6ab46e971b16f7e70334accf89ca9339eca 1.53 MB 3,340 7
722,322 722,322 000000000000000000044f02d95d1894b3ddc24f64d1688576e3558e1cca73bd 1.37 MB 2,604 7
722,321 722,321 000000000000000000018b592fae88ab7846fb9d60e84ff43b3324c437803ba9 1.50 MB 3,019 19
Previous 10 blocks ↓
Total Size: 769.02 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,624.70 GB sent, 93.00 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.