Memory Pool Memory Pool Refreshing

5,551 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,637 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (98,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
809,450 809,450 00000000000000000003f5431e32eeae940b3a89c27ff10cebb2b5bc45cf2916 1.57 MB 2,746 50
809,449 809,449 00000000000000000001b035d353d599df6fa46122c07cf2036ae9959669a4b2 2.04 MB 2,103 15
809,448 809,448 0000000000000000000072a8a509b8cfbcac0d821dfe51bc1c9e2d700a2d9ace 1.60 MB 3,497 29
809,447 809,447 00000000000000000001788cdb7d3eee9263e79c29e59bd15fed7ce7e827724d 2.00 MB 749 10
809,446 809,446 000000000000000000022caa2cb15b6808407eef094802677effd92ca6cea5cf 1.97 MB 2,994 17
809,445 809,445 000000000000000000001e0a4bdacb590556e18ec83eb7f800cbaf565b8a347b 1.60 MB 1,808 13
809,444 809,444 0000000000000000000366d1eb6f8e065f17504226250055afc9902a02cc99eb 1.52 MB 3,092 26
809,443 809,443 00000000000000000003c798cc86f9aee5cda5bdca006e72d2a4411c4fcd246a 1.61 MB 3,284 35
809,442 809,442 000000000000000000011c0de52aded1481e8299b7b81d6903725f0359c6a1d8 1.56 MB 2,593 16
809,441 809,441 000000000000000000019839cb490a216659a18ebdf0980462ec953deee1112b 1.59 MB 3,109 30
809,440 809,440 0000000000000000000445410fd05e27093368530c99e605ee6e7c766bb76ad8 1.72 MB 1,604 16
809,439 809,439 0000000000000000000146a8f5bc0a0f57925056be7710374bd2bc72d4ef3bf2 1.23 MB 1,430 29
809,438 809,438 0000000000000000000488f5fc69c09ffe86badfcc5776181154e0814c4c330a 1.83 MB 2,226 19
809,437 809,437 00000000000000000003baa5a7b8a3eaf9974a396a03c3bacb501fcc64c6281f 2.00 MB 887 8
809,436 809,436 00000000000000000002ff2e2ee668365febd47cc8f2ba0b57a632d0c65f7473 2.05 MB 1,451 9
809,435 809,435 0000000000000000000142be32d901108d77f17f2dd69f122eec1ddf931e320d 1.66 MB 2,750 23
809,434 809,434 0000000000000000000374e57d728c021b55e1836353ad4b2ed4a53ae70a0af1 1.69 MB 3,152 19
809,433 809,433 00000000000000000002ecec6e60cd3160fb8a77e0c5b8dfea0a313875c0b7ea 1.49 MB 3,495 35
809,432 809,432 00000000000000000002c050e3d955cae6d654d6ff40938a6d18ec108140e58c 2.19 MB 1,760 11
809,431 809,431 0000000000000000000449d230d52e65914689b7ced2e84fb65c8b18897a6635 1.50 MB 2,063 15
809,430 809,430 00000000000000000004cc52dfbee3cbecdc195bee68c709efa83adf1ad812cc 1.44 MB 1,723 15
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.87 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.