Memory Pool Memory Pool Refreshing

1,429 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,422 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (160,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,449 747,449 000000000000000000079b3b9d6c82bb69b6c7c5832a588f09a6702fa9455f74 1.55 MB 1,967 11
747,448 747,448 00000000000000000009104c48a5f6013e2a2dd22c2e23e35360f6f8eaa9f567 1.49 MB 2,132 5
747,447 747,447 000000000000000000073d807d2a7947d49e6842917d2bc8d578c569e2acab8d 1.26 MB 1,381 7
747,446 747,446 000000000000000000086c5d4224219f5b4f46d4e885c44d755abfe7d6b33996 1.51 MB 2,915 13
747,445 747,445 00000000000000000004ff9bfb04fc5fa7fc1b1e8ea1d768ad1daab6a8403823 1.50 MB 2,236 22
747,444 747,444 00000000000000000005ec7acffd99406c96918e4fa6924b1e0240efbbef7455 1.56 MB 2,569 18
747,443 747,443 0000000000000000000821ac160f88b20f6d8741f88e92ff34cd8362bce7bf58 1.55 MB 2,093 9
747,442 747,442 00000000000000000007283b2cc84c066d7464373283fa0a13f76e8d48f506fd 1.12 MB 845 17
747,441 747,441 0000000000000000000935d44c0b96543b2d3946510d87c926ccf18cbb843b41 0.01 MB 31 12
747,440 747,440 00000000000000000007f721c9acef6d6a329388fc50d827f3872e1d5c36b99a 0.08 MB 133 10
747,439 747,439 00000000000000000000fef3c081bc8cd4ba208672d186c86b36883781c3934e 0.45 MB 689 11
747,438 747,438 000000000000000000048827f6f940af1e4d813f7eb37b69a75d529816cd8fa9 0.77 MB 1,230 11
747,437 747,437 00000000000000000001573ffefd7a913f4a1f70e83a622d485ea62e7b7cdde4 0.55 MB 1,058 12
747,436 747,436 00000000000000000001cd06e77dcc0b4b97ba19ebd63b1b2fbb2db550f39eaf 0.47 MB 682 11
747,435 747,435 0000000000000000000031eb1b064a725c13597be1ae14f9503a4c77af6ca4c1 0.77 MB 1,053 11
747,434 747,434 00000000000000000001e1a0818155633b88bbd63f7018828b186f863140abf5 1.82 MB 735 1
747,433 747,433 00000000000000000002133e2ea37eea9cecaf83bf16c268ab7bc323a9345815 1.54 MB 2,741 6
747,432 747,432 0000000000000000000789a536390fc37ed343da8dcd60b6b1a4dc6a0ed27ef5 1.40 MB 2,466 14
747,431 747,431 000000000000000000054d287d33b81dc818103e9473f5d21e86c0c24fcb00ef 1.54 MB 3,052 20
747,430 747,430 00000000000000000002a41cba7cf1c6332d722759bcae2d0cc7798613536a02 1.29 MB 419 14
747,429 747,429 0000000000000000000538eb4cf7e4bf5d127bfac7a110c59310e49f9195b6bf 1.32 MB 2,091 27
Previous 10 blocks ↓
Total Size: 769.10 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,629.11 GB sent, 93.41 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.