Memory Pool Memory Pool Refreshing

9,361 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (592,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,421 315,421 000000000000000008bb53f3ff10ad173c98d02ac542220bebd0656480a3889f 0.15 MB 198 19
315,420 315,420 000000000000000032bd3b7f89b0432a996aef0d8b53e6599aa14d633f8679f0 0.11 MB 157 18
315,419 315,419 000000000000000035397534eedb6b06884ec385e563789fc9fb6e79ca09e98f 0.67 MB 1,153 28
315,418 315,418 0000000000000000206a708f10c6469e1dd3348f6fef17d3f675504b069f1cb4 0.11 MB 145 14
315,417 315,417 000000000000000011dface2986f1f75884789895254c74a1d60e69809da268c 0.07 MB 74 11
315,416 315,416 00000000000000001e20bdb410b418861cbbecacd65201b38846a322398f8e10 0.14 MB 225 24
315,415 315,415 000000000000000013a885c5ca6333d18e139319aa1661d812052db50c026ce6 0.06 MB 109 21
315,414 315,414 000000000000000013251828ed26532c013bdd609168682d47ffa1f284327771 0.33 MB 447 22
315,413 315,413 00000000000000000b91a942e01bfe1b828724df8cc818a9aaf99ca9c51152d1 0.64 MB 931 25
315,412 315,412 000000000000000031d67eb56f5011a4201fb0f25c4adb57093078d79309b778 0.20 MB 337 25
315,411 315,411 00000000000000002990bc2e773207e594f798cf3532c2f54c5d1262df33cfd8 0.22 MB 329 25
315,410 315,410 000000000000000014a2fecaec810c47271a6841f2d9cff994a2718128163ef1 0.64 MB 967 25
315,409 315,409 00000000000000003797fd4726dd11f46519322e302bff22328ecb100dd2cad3 0.33 MB 447 25
315,408 315,408 000000000000000026a87c9f0b9e656b73b1c3769c94a65fb22c521dd224913b 0.53 MB 862 26
315,407 315,407 0000000000000000272b736369ffb23a22636f90e9af38dc670c6882c2f5f61a 0.54 MB 803 23
315,406 315,406 00000000000000001c378acfc9dc3421590f9453e9e3dccacad3ec28aa4adca2 0.09 MB 256 37
315,405 315,405 000000000000000021712f302edeee6cd52f43d5e4d8ddd98b9418f2dff11f61 0.11 MB 241 27
315,404 315,404 0000000000000000304ea26819593c60c2d5ea30f1e5cfc5abcc550593ac311a 0.51 MB 671 22
315,403 315,403 000000000000000011a3220da3bf63c9b95395b4fd658bbb356e3634072a27e5 0.56 MB 1,054 45
315,402 315,402 000000000000000023cd3b1eb548270303f8fafe9e80aab5ec5c453d7708ce2c 0.12 MB 171 50
315,401 315,401 00000000000000001d48fc0d84ba90e810cce1e2163befbd4f62d65aff528298 0.01 MB 32 33
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.