Memory Pool Memory Pool Refreshing

6,144 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (761,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,192 146,192 00000000000004da383656ad4859f05d0fd073db3856e50a86b83f98d3204bcc 0.08 MB 52 95
146,191 146,191 000000000000013a974b91e875c46a1c54f0b13c27bbb4775917e359c3de39a1 0.05 MB 147 36
146,190 146,190 00000000000000dc16afad705007c01544c17ad572a6ef8d5d1ab95e0a07f0eb 0.03 MB 83 313
146,189 146,189 000000000000056d24f801e11a93662a079a8d16fb2e9cf3adb43990cb8941f4 0.05 MB 151 38
146,188 146,188 00000000000001009d51e3b9b7d30f08792cda01aec5747bc68edf447f41207c 0.03 MB 63 61
146,187 146,187 00000000000002b082ab65265b72d7711d7796f37f7b8db4eba7ff1adccb7e92 0.09 MB 158 463
146,186 146,186 000000000000023b3bf0764047ea67161ad9630a018015f2abe017a1e04572a1 0.01 MB 25 161
146,185 146,185 0000000000000809719a2f00e413258bad1c0f7517623d5edd7853286b1cf70e 0.03 MB 91 164
146,184 146,184 00000000000003f64e111a6fb0f28a89ada934c5a0ef3739870c1e5fe10982c8 0.05 MB 143 227
146,183 146,183 00000000000003fd93f31c0aa5f88937d5e32929b7e5cccad8da8a5e62443aeb 0.02 MB 55 154
146,182 146,182 00000000000007a2e426309c38b2a651d8a67919beadb40ba0e39ca32496c7de 0.02 MB 71 20
146,181 146,181 00000000000002a4e7bf5bb3e2665e93e5ad1f56b9a5a11184c11310186f7369 0.01 MB 28 29
146,180 146,180 0000000000000443cd5810499fc3a6dc9db4c47b6d1c7bcfa5ea315b90fc4335 0.00 MB 8 598
146,179 146,179 0000000000000414fe4baefe513ab1e0a84c9c9fd4dd5aca577b75167fee3ab6 0.01 MB 14 213
146,178 146,178 00000000000002a2aeec9c776e0f3b1194f35668fb9f7f2c7ebe3a80dcb440ce 0.00 MB 16 119
146,177 146,177 00000000000009615203080209bfb7f6de4182dcef580e0cc08b370cb67ae5d3 0.02 MB 39 261
146,176 146,176 000000000000025f4077ed52847a19e74516080d10cef1bb8f602b7ae765b5b3 0.04 MB 62 164
146,175 146,175 000000000000030c505f26c31f52172d0d83c95a7845de9b4ac5f9961d674667 0.04 MB 109 195
146,174 146,174 00000000000004b130dda4a348bff486b2c4a804232649d32a36629168f627b3 0.03 MB 89 125
146,173 146,173 00000000000008697c4fc9b95375e687b108f17475d6ef0fe60f14eff91033e5 0.10 MB 30 56
146,172 146,172 000000000000042d99ddea613ff7ae287334a7c7d4f13ad7e20719cb56a59665 0.02 MB 41 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.