Memory Pool Memory Pool Refreshing

7,015 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (755,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,508 152,508 00000000000002354b6ddc096782c8e5ccf9737157de40ff154eef244ab572fd 0.02 MB 58 85
152,507 152,507 00000000000000b4306faa495b6ca34b7e10ad00ab07f8d29ddddcab130a78d6 0.00 MB 13 16
152,506 152,506 000000000000070aff4215899caf01503cb6b2efdd47b8a0b77ad7020fbb449c 0.05 MB 130 39
152,505 152,505 00000000000002a31e57424f564c297f7d5bd08fd90dcc8ba43a8204408ac0d0 0.02 MB 71 157
152,504 152,504 000000000000044c17ebf3327ea0eee3972d79d9a950a78097318bacce9500e1 0.01 MB 26 125
152,503 152,503 0000000000000351f4f47eac306c1c9d3fa858cd43235c8d0f752da72d9e5d2f 0.02 MB 47 286
152,502 152,502 0000000000000c0d208fd4dc55bbad362d185d7f117d67f6a1a7ea81746ab66a 0.03 MB 40 84
152,501 152,501 0000000000000c695dd00019702cac28244192faa2baf641810904280dc4aa07 0.01 MB 25 91
152,500 152,500 0000000000000d96acf6528f443ef2c4695a1f54aa044f315c3c176b78bf1443 0.00 MB 16 220
152,499 152,499 0000000000000b30e1df8fe11cea3c021674c04dbdfaaea96e686fcc672d41bf 0.00 MB 7 53
152,498 152,498 0000000000000169f0c622e5e2bfcf7f7a4251980843d2a7c7eebfb18c60d251 0.03 MB 75 118
152,497 152,497 00000000000005d80fda046ad30eae0296b1e50863d02f519c16f15c1b62c6f0 0.03 MB 59 20
152,496 152,496 000000000000046961e2512cd06971a5bfab72daa467507b82e2f4b102fbcfaa 0.00 MB 1 0
152,495 152,495 00000000000000c8a9ed79f7e22f15f738806966887861a253f8ed9be11c2a7d 0.02 MB 33 137
152,494 152,494 000000000000020375a8e1e93fce96f3f7697e5d66766cd1f5c51da719559a63 0.00 MB 15 348
152,493 152,493 0000000000000932214357d16e1a072085b14e840ac97cb4faeafe317692160d 0.00 MB 6 1,120
152,492 152,492 0000000000000b653a879c49c8d4f5d542c095b880469a9be2a280849fb6b60c 0.03 MB 97 11
152,491 152,491 0000000000000d62bd3b32268221537928d89d98a7ac2836a5cae2da94465809 0.04 MB 88 272
152,490 152,490 000000000000099846b784d482ad78710ee9bfd2108c4a395d3425edce0be6d8 0.00 MB 1 0
152,489 152,489 0000000000000b799f531ca77799b32e55a8c87d61f4b286227af944e8302f89 0.02 MB 44 279
152,488 152,488 0000000000000983e8fe9af47eaa1b9ecbebd4adddc47c8c72924abfe8b038f5 0.01 MB 22 54
Previous 10 blocks ↓
Total Size: 769.51 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,647.37 GB sent, 95.50 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.