Memory Pool Memory Pool Refreshing

454 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (852,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,426 56,426 000000000378cb8b1401fd33c8ee8a06b60ec01d93015b32e38900f28752f4a6 0.00 MB 1 0
56,425 56,425 00000000134959b965ec12eea3e08a1802df2028698795c1bee701e502b9845e 0.00 MB 1 0
56,424 56,424 0000000011e8179d3b9b723688bb569a20b0afadf08fabaa5e72f2d24d8852d1 0.01 MB 2 0
56,423 56,423 000000000162c17d773f70a55d4cfbde553e47b9f4db05ad63e35f4a53c97f92 0.00 MB 1 0
56,422 56,422 000000000fc18d0e2673f0cc80de061da75f88577a4c623aefb59fbd259602a0 0.00 MB 1 0
56,421 56,421 00000000125d71fd60b87c9947934edec05c8564555e040ff5453b0b13e2c7bd 0.00 MB 1 0
56,420 56,420 000000000aae952c66cfd214a1f7571e1e47d77c5fa0b58ea3a7799151886574 0.00 MB 1 0
56,419 56,419 00000000065655f3b2ec48d7e219bcc2686d21c59a4142916e1a188e9d743b56 0.00 MB 1 0
56,418 56,418 0000000000322c77718e71b8d890d73435838aac11c2c8862536594d995e0296 0.00 MB 1 0
56,417 56,417 000000001352daf68c8736cd6ac6c19a827e01fdfa90250eaef2173fc5dec837 0.00 MB 1 0
56,416 56,416 00000000035dcca0627ff0d1210e1d8d1f96a5e3355bf866db1d215664ccac22 0.00 MB 1 0
56,415 56,415 000000000e8af8ce5bcfcf0fbec709f5bc6c5c8853b86562f7b0c3320b2c4f22 0.00 MB 1 0
56,414 56,414 0000000009bccdbf5ebaf8b61fe29188fb2a6873fa7e44c98e968e8cdda54895 0.00 MB 1 0
56,413 56,413 0000000002d4a2ccd6fd41f2f1b89cd373b0c8d5c779b499489ea857b0c2d6fa 0.00 MB 1 0
56,412 56,412 0000000005e8a2e656a590b2f4429cc0a429b4382e3d13a966618f86b94f1fb1 0.00 MB 1 0
56,411 56,411 000000000829464c8f57249a670509e79d6b704f527cd711f98f1473f18a8394 0.00 MB 1 0
56,410 56,410 000000000c1ce7bdff1272f77282ae7e4aa59aae64f69de91f2cccba27fc2c41 0.00 MB 1 0
56,409 56,409 000000001361677e423fa3778fcdd16aa311ff0b31675ceb52c2576fba336020 0.00 MB 1 0
56,408 56,408 000000000341333504d254161eda96e87f333a19c1bc8a405f5e46bcd3f64438 0.00 MB 1 0
56,407 56,407 000000000c7e6c84c86fe13a5f3a4d0a42a619120b333c4b15c02435c4acc217 0.00 MB 1 0
56,406 56,406 000000000f862bb1dcbd8c82474e7a86272220dbf5752d3aa5e715cd9a2ebd6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.