Memory Pool Memory Pool Refreshing

3,555 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,790 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (749,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,728 158,728 0000000000000a9c53d5cac3d05563848f196c113dc48e0b806c3721252368eb 0.01 MB 9 64
158,727 158,727 00000000000005f419b2d01dffd9e6c4dbf449deaebda403f361f78c846f9b40 0.01 MB 19 165
158,726 158,726 0000000000000904cd83c4a408a898961e063d47128a00692e94e03df2fd6549 0.02 MB 27 29
158,725 158,725 0000000000000a7e42275743cda3e7dbd5d194b9900f029d19a1d356f8a49a69 0.02 MB 50 126
158,724 158,724 0000000000000add3735abb441934c7a578446a533a350db8799acadabaa0d70 0.02 MB 68 5
158,723 158,723 00000000000007875f3659dbfbf2548bc112202c4e50aec08e8f7c32e98acdcd 0.01 MB 30 26
158,722 158,722 0000000000000c7436a21088e53f75c6f108689ecf1436f72c0f4fa55e5df50f 0.02 MB 63 201
158,721 158,721 000000000000042643c78877a5adf299a7b1cf280efacce00fc6a90bafa64047 0.02 MB 40 60
158,720 158,720 00000000000001b45cb8d23badc0536ce75e553bf8ba7a123c732ae134906f1f 0.03 MB 93 40
158,719 158,719 0000000000000566c172b062d1a1e7a52d4898a98fff77fc620bff4f7f470c79 0.02 MB 40 159
158,718 158,718 0000000000000e4360652c6c56c4e83971dcef64d39aca024b93c51eef5a6207 0.05 MB 140 70
158,717 158,717 00000000000004a5db2b6e95cb14ba5add0442c1984f7527496ed5cec11ccb5c 0.00 MB 11 0
158,716 158,716 0000000000000421a5b6d7f84a886e736c9d551c486df13f18b5996307a27d07 0.03 MB 69 101
158,715 158,715 00000000000004cde7b7a4a40dc9b6cbca4c6415e599df30e101f25c3940fb64 0.01 MB 24 1,216
158,714 158,714 0000000000000c12625274a1d7af0ee0a01076a5cc79743a8eadef34308ef706 0.01 MB 35 148
158,713 158,713 000000000000083f3fae1324020d2f3102b0d3c00fb8c83d4e905a4e2587820e 0.01 MB 16 159
158,712 158,712 0000000000000bc27a43924310dd124176eee139be53ced291b4fa4e4bf8d90a 0.02 MB 90 8
158,711 158,711 0000000000000a75df4251cb733ec3b6fcfd2e4fc5a9f6f21c1f2dbae23b4319 0.00 MB 13 324
158,710 158,710 000000000000003ecf54a881b71e636ac3c43f6ed78cd23044fd50939f750e9f 0.03 MB 80 148
158,709 158,709 0000000000000e7b78ee89a3f7968dbb21a6df2d9e54c0c0948423f408d87021 0.00 MB 13 0
158,708 158,708 00000000000002e0f5beb3ea950f76af5c6423302bf0084e0bd1f3d7f394ad20 0.00 MB 5 75
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.