Memory Pool Memory Pool Refreshing

2,282 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,270 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (611,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,230 296,230 000000000000000073960a94033ec4ffe983ff5690f7c5109970a5d9cbbfcbf8 0.11 MB 97 10
296,229 296,229 00000000000000005d5d44c91042ae605b2d604d486c11cd9386142d19ba631e 0.25 MB 635 40
296,228 296,228 00000000000000003149039b1383617f4c3c7d91fa86abcba8617ffcc848b121 0.03 MB 75 32
296,227 296,227 00000000000000003dfa162b346ea4a8e3ebe2e6dd13209aa47b1dbe85cf4802 0.34 MB 675 30
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
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.