Memory Pool Memory Pool Refreshing

2,709 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,577 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (611,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,226 296,226 000000000000000079e12c2dee55d7d1434d284ab5252a6529111f650755a822 0.03 MB 64 40
296,225 296,225 00000000000000006000bf9b3ccc4ccbfb319a9c41d7c7212e453312e654c3e1 0.35 MB 857 48
296,224 296,224 00000000000000002df62a4f100e0f9e6b96678ee800f5c527a2712a017f4dd4 0.18 MB 397 33
296,223 296,223 00000000000000006a5b6ce87462f0ce3c5e88fce9d8bbe372dccf4a7fd1aa17 0.16 MB 305 32
296,222 296,222 00000000000000001084986f70575c8857d0e3b2e70ba12d6d0a792c02001298 0.14 MB 164 21
296,221 296,221 00000000000000000836cb26ef9af05d3e73cfbc4217a167e48c745745957c8c 0.21 MB 359 30
296,220 296,220 000000000000000027329bffa1cf89ef9f16845fbb82b6ee1bbd2f972f374cbf 0.10 MB 105 7
296,219 296,219 00000000000000009097819fb4aa2f302775582515be98c369e4716d0678fc54 0.34 MB 660 38
296,218 296,218 000000000000000047483f1a3f02ae3edd60751e71582527598e55fc09759d73 0.33 MB 674 42
296,217 296,217 00000000000000007dfd9b6a9a4ed2a61ea74f29afbf33b50b2f28b34f860fa3 0.28 MB 463 29
296,216 296,216 00000000000000007fc1f7e086b94886d3f83bacffd25365d263ccccb167b73b 0.20 MB 512 53
296,215 296,215 0000000000000000950e77fc74c8e6b36c40572f5ba5fbda2d3762275cd0a539 0.20 MB 383 37
296,214 296,214 00000000000000001cd5c0f306d828f30767076992f08d439751ad2bae43933b 0.48 MB 833 24
296,213 296,213 000000000000000031e73d5dfb03e4c65f7d335335315b361befb928857679a0 0.35 MB 1,047 54
296,212 296,212 0000000000000000666235fcf691491c8ff444e5cfb642be3f15cfb073b23e42 0.26 MB 510 40
296,211 296,211 0000000000000000a435795e0b4864b82190ecfe6e0faa9a5d30d19ebbab28af 0.08 MB 162 28
296,210 296,210 00000000000000003a71d89d6d7c0db06b5736bd93101fdfbffafe00f7741a33 0.04 MB 83 10
296,209 296,209 00000000000000003aaebcc49d1f8deb72a73116468bf35e097f8a2e420d31a0 0.26 MB 174 17
296,208 296,208 0000000000000000201cdef67807b9fe8f3a26dd5eb3305bf768b0c41feafe5c 0.48 MB 1,024 35
296,207 296,207 000000000000000080a2604b3a3cb4a392ae4c122cebac3393ec9ebb5e2995c4 0.13 MB 77 11
296,206 296,206 000000000000000079941368bef5f67b79e1ecf636d0c9c98cd29b300c6109ad 0.35 MB 455 29
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.