Memory Pool Memory Pool Refreshing

17,975 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (611,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,237 296,237 000000000000000058f185e67ae6c283c48040c1a3a6b89238b97ee5fb1ca165 0.16 MB 256 30
296,236 296,236 00000000000000008a5a3602188e59963d75aba846110c9939a872dca8c84fb0 0.15 MB 367 31
296,235 296,235 00000000000000003bcbf4f2683341aaac719d375a909a3d88cffe5613fad2c0 0.06 MB 135 34
296,234 296,234 00000000000000000627d9c13532b00c20e1eaa26b73f3b9d1fde15fbd4212ec 0.29 MB 439 20
296,233 296,233 000000000000000005a94a5efe90f98a87dafb1e3e9e9f44c6188b9e52a3e644 0.35 MB 670 62
296,232 296,232 00000000000000002f521593f7c28dfbea2f04bd3caf202da05308eac0a50541 0.37 MB 660 29
296,231 296,231 000000000000000038f732ab1a271ca31bbafa6aa75adcdce7d1acf09587002d 0.90 MB 1,387 27
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
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.27 GB sent, 92.99 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.