Memory Pool Memory Pool Refreshing

988 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (872,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,449 36,449 000000003c02d0291ead529a7dfbdc54d59cd03e7d31d0f3c6a20c38f5826f48 0.00 MB 1 0
36,448 36,448 0000000080217f89859a8da730efdf91d4108ac05057396fb6710dd68f25e783 0.00 MB 1 0
36,447 36,447 000000006b586d6d71a900474169aa604a72971e69c4037481d712f4b16b5616 0.00 MB 1 0
36,446 36,446 00000000712aaa8d05fae92a7e7c008dba5cf36900d859205ca38fed97fde207 0.00 MB 1 0
36,445 36,445 00000000a2cb088a638e636de103d8bfd7f8850e74600b707aefbd61c748ca7a 0.00 MB 1 0
36,444 36,444 000000005228b5130d58ed5695471d76846f8e6e2c7d66fc94bef98eabd152f8 0.00 MB 1 0
36,443 36,443 000000002dac203118db8e47dfcb4c0c1a0b8058343affb17668b85a9c877688 0.00 MB 1 0
36,442 36,442 000000003f3eed62599637eddeb112ac4faef9e9598aa85d08afab089b4be856 0.00 MB 1 0
36,441 36,441 00000000a256141b201f091e1c45995214e5405aadc6af40e24b34a0990071e3 0.00 MB 1 0
36,440 36,440 0000000056470d95399afd79e8643d8cb16224eebd72c8dce5eed1206b3c106d 0.00 MB 1 0
36,439 36,439 000000007fec3419aefea0b90c815d4c640d2407f9cb7ba3b7b2eca5359bd50e 0.00 MB 1 0
36,438 36,438 000000000ad21f65f6bcc14664f9cad2d9f78aa7add3ceec0cf7581f8d32ed7d 0.00 MB 1 0
36,437 36,437 00000000693edb1e6f2e54cb3f294000570e531b13734f1927fdad49a23f1f20 0.00 MB 1 0
36,436 36,436 000000007b4da0a3bc63323814230919bada4d34efa708e0fedf334937a792ad 0.00 MB 1 0
36,435 36,435 00000000a49fb30f4b63ebdaf4312564a2e883701648bfbf985ce00183d9470a 0.00 MB 1 0
36,434 36,434 00000000b92c0338f5d81827eacfd61418897f8d3e8f1586e4f257986232d15e 0.00 MB 1 0
36,433 36,433 000000002d7284ee9d60b2d6831b6cfc2187e3b540c4914aa516ff2a6e6375af 0.00 MB 1 0
36,432 36,432 0000000050320830771be119e5041603fac9a1fe4359c6dc66f51662354c7e91 0.00 MB 1 0
36,431 36,431 00000000bd6ce59c0bf46f229d18b60860e371a7a07d8e136077246bd123c864 0.00 MB 1 0
36,430 36,430 000000000639c6f7608abd6afc2ee48c50ac05a5dd78db5d0c80742b795212f2 0.00 MB 1 0
36,429 36,429 0000000039b4c825738bb00b4016dd06b8eb0d817a3a233402f8a2c84a7c5b04 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.