Memory Pool Memory Pool Refreshing

14,113 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (606,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,823 300,823 00000000000000007021f52ab7097a65bf1b65e949d2cd29f3c56557095e2737 0.35 MB 564 29
300,822 300,822 000000000000000050ed6ab70d884ae6615df345df869231a10aff0987e1a803 0.02 MB 32 14
300,821 300,821 000000000000000068d7ff7f10a3907030390ba07009628f4926b2412f25177d 0.22 MB 413 53
300,820 300,820 00000000000000003ca153b97da687ed73302d440499fc635587bc555021c78a 0.02 MB 44 36
300,819 300,819 000000000000000046d54ed924f0174d5a49914cc065a7e108ae82febf48530e 0.07 MB 122 40
300,818 300,818 000000000000000070adb9d9295949651f5e7515e348e9ab5bc948ceb4a5fe69 0.02 MB 45 39
300,817 300,817 0000000000000000283a1f29b7460e568bfab7aa1a84ba73a6c4990d920f8de4 0.06 MB 114 30
300,816 300,816 000000000000000032cae99e3caeefa638ff562454a9009aef01b24c10c6862f 0.14 MB 259 31
300,815 300,815 00000000000000003ce0ff409021a73bcc5ec03d0c8a3e995707e6d20fc01d32 0.07 MB 105 23
300,814 300,814 00000000000000004e9b67ea660835d84b3f8b8deba6d163b6ce603dfb94d4aa 0.15 MB 266 29
300,813 300,813 0000000000000000691393d92a750e4b93c0e3c044e398de3ea2350eeeff33b8 0.12 MB 256 34
300,812 300,812 00000000000000003e79f0a3e523b2efbbafb00562efbf8b143d491d4044713e 0.10 MB 201 45
300,811 300,811 000000000000000057e1412ae916ca0dc93874d4b9e83cac93401c97bb49f474 0.17 MB 376 33
300,810 300,810 000000000000000023454abbb93c502f3076bd374073a6b44833d29b8eb3551e 0.35 MB 690 30
300,809 300,809 00000000000000002ab48b67094499d10b3226d5397708062c7433a37427a138 0.35 MB 637 31
300,808 300,808 00000000000000003d8b48e0cbcb3ea9882e652ac20bcd9ce716958a83d42d26 0.05 MB 107 30
300,807 300,807 000000000000000008ce560644157563cb7cd89a7a79b9d901a916ff8971aff5 0.30 MB 301 16
300,806 300,806 0000000000000000652f91e1d6e14639584b293cf32ec82b155a68fceeca8e0e 0.02 MB 36 19
300,805 300,805 00000000000000005af5f69162a6b109dfe05e01e1cbd9487c4f1dfcebad6038 0.21 MB 384 30
300,804 300,804 0000000000000000392da88d05d0b3fab453a58eb53263d551cf7035af9ca289 0.13 MB 539 42
300,803 300,803 00000000000000004f7fdc0fdb2b18ef43ced46c97e28667a1666edb96235b6b 0.55 MB 1,259 37
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,622.95 GB sent, 92.96 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.