Memory Pool Memory Pool Refreshing

19,288 transactions
6.15 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,288 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (776,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,436 131,436 000000000000034052c58a188e4645487feb19de7cd3cfedc90c498553d4822f 0.00 MB 8 1,455
131,435 131,435 0000000000000b5744a494297277ecaec2632f24b473bfade8ead513dfc76215 0.05 MB 37 231
131,434 131,434 00000000000000fdd42eba1cebd651fd037c42bef52791367f8aeb4f81c571ee 0.05 MB 110 640
131,433 131,433 000000000000057e700c63863a6e29d77b3e65a822b98ef333e4d260db85238d 0.02 MB 54 1,263
131,432 131,432 0000000000000d756a7a70f928d12cec4d4ce23b98f07a3512cc047a4bb8b1a1 0.00 MB 8 69
131,431 131,431 0000000000000cd9352a66d6a07d27686339d65038944dfb38ac99d877fe7873 0.01 MB 28 1,265
131,430 131,430 00000000000004a060dd60ba1871c8fe37620f8858124472015712e1b1e7061e 0.02 MB 43 1,285
131,429 131,429 00000000000006d6df44038e9143d9369df5607cb196b8924040b33f91ac747d 0.02 MB 55 1,368
131,428 131,428 0000000000000977a29c4ab608eb4d54fec159e5bed4d1c410c85fafa8be22e6 0.01 MB 19 1,024
131,427 131,427 0000000000000716ca6ad069893504943d0cd2bdae490fe74cc7ff422b63a08a 0.02 MB 47 1,253
131,426 131,426 000000000000076dfc8fd348217e2533544023c4711634cfe7efe631688a1509 0.04 MB 72 337
131,425 131,425 00000000000009f8e0b92f047016a085368fd6937dde2ba4428dc03b900105d6 0.05 MB 60 531
131,424 131,424 000000000000087cbda7165a87015dfa1cd4cb989388b85f468b8baf98d87159 0.02 MB 37 1,737
131,423 131,423 0000000000001221dfdb6317411d44e7b2f1f76d99085ae54f0049e6116d2a27 0.01 MB 16 1,170
131,422 131,422 000000000000018ec1f9b86be7e6c7dca95a5adb503570817b3974e115c4033c 0.04 MB 109 1,082
131,421 131,421 00000000000005385f39a5b01d39053f47dd93065ab552a3bd4109f16b636835 0.03 MB 62 546
131,420 131,420 00000000000005c9c12664590e6a936b526a1f580054360af31cc52d0e0fb635 0.03 MB 71 655
131,419 131,419 00000000000000dce54ae9f5485ddddfaf5d46698fa2321402ea8d1150794903 0.05 MB 150 427
131,418 131,418 000000000000098444048edc683a41d26be975e302019a51a7ca3c2cc21d4813 0.02 MB 46 722
131,417 131,417 00000000000001fadc1591d85b11e593f6cf6244fc0a1024cebe9b0ae96691e5 0.01 MB 17 958
131,416 131,416 00000000000011ede390a0f292917ca2bc1512529d1d6d30e54b37f00f1a1398 0.01 MB 16 197
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,624.47 GB sent, 93.00 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.