Memory Pool Memory Pool Refreshing

3,345 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (646,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,500 261,500 000000000000001681c5a82b0a0f6a8d74cb92a9a6b13b0bb7812a237c123907 0.38 MB 246 28
261,499 261,499 0000000000000013471ad40b452056277314ec9ed79d034b324aea679304439d 0.25 MB 390 63
261,498 261,498 000000000000001910b9ea7831bd50d0c5414581983551b6a3fdf86896349a90 0.25 MB 480 152
261,497 261,497 0000000000000014c68eb2fbcc7a255dbeda988a66572093e65317340e079c60 0.30 MB 719 112
261,496 261,496 0000000000000003b578ad267b17ccdf8b0094e914965103a45ec4a56e980a93 0.22 MB 61 22
261,495 261,495 000000000000000758a1cb9cac131fd555207a42ef32366c93b2316246e87d65 0.45 MB 469 54
261,494 261,494 00000000000000172350080c4353406fca38c3d37f82e6b71ce9384d1c58b29b 0.25 MB 425 124
261,493 261,493 000000000000001ac8a9c5852171a473ae538220c14f5ff34802f6941e582a32 0.25 MB 493 115
261,492 261,492 0000000000000018211ab7e4faf24e3139a9e3c72c82c3c0ee2b9f0043204776 0.50 MB 746 111
261,491 261,491 0000000000000006b71277fb9b9ba550b61ec0eeafcb24b14832e0db282e5a6e 0.25 MB 739 186
261,490 261,490 000000000000000a0556645f35ccc3c8470a968e223a697b9a12cae8e54dce32 0.03 MB 17 18
261,489 261,489 000000000000001b47c7a8c848949f78841cc5e3592f667697139dfa80ac3d15 0.07 MB 88 40
261,488 261,488 000000000000000f597056442e6b1173b1ecf6bce73a36fa5583137dddc69458 0.15 MB 284 100
261,487 261,487 0000000000000019e7ee80d1b8caf6e9a59a4c5afaa1460c1319ee5c54c53f93 0.14 MB 38 2
261,486 261,486 000000000000000243e3e566aec9f08a9769509037ef83a725b27901c589731d 0.15 MB 397 136
261,485 261,485 00000000000000141884d07023aac1ebe5d045193a97a71ad2ef7017a14ba978 0.41 MB 534 70
261,484 261,484 00000000000000155c1e7c66f35fb2675f6134523178f252c9fa9907a8fcc11d 0.15 MB 134 19
261,483 261,483 0000000000000017d32cb7ff2ed725403e0b7b0eadada4467e62ebf994d86042 0.08 MB 64 34
261,482 261,482 000000000000000f633ff475bd018271c9cf8d2325b612f9108c31ca78d4a6d2 0.23 MB 292 62
261,481 261,481 0000000000000015e2859b2146a117d8ba7f727581bfe6681fb2f0ea6eae9978 0.24 MB 382 86
261,480 261,480 00000000000000056244700c0659a3b6daa2a5a292fca3e324dd41c465ea8165 0.19 MB 520 134
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.