Memory Pool Memory Pool Refreshing

29,742 transactions
33.38 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,846 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,962 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,845 (67,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,247 795,247 000000000000000000042c932dcecee57b910bb489744e84642b5f0e8df196cc 1.64 MB 3,310 26
795,246 795,246 000000000000000000020fd59a3f812c7d3d3b714f08f8df0e61c54a3afa09c6 1.60 MB 3,851 23
795,245 795,245 00000000000000000003f8c3fa07387e32435c830d08301c92637a237b6923b5 1.67 MB 3,230 29
795,244 795,244 00000000000000000003f3d7725f0ee1ccbbcec8bef5adb1676144a8c8c82af1 1.53 MB 3,174 24
795,243 795,243 00000000000000000004bf8495db9037276de8d214956dd3d06466bc256d1e1e 1.61 MB 3,216 26
795,242 795,242 0000000000000000000469f1fe0a55714d7278ecfde906754c7af297ac245233 1.69 MB 3,980 26
795,241 795,241 00000000000000000000b8408b1eab19e7a9f4e1af0855e6b5c557c79a1f5199 1.32 MB 2,098 25
795,240 795,240 00000000000000000001ad126d0a417fe00314314090762bab3c47f7a4f5ff3b 1.45 MB 3,027 32
795,239 795,239 00000000000000000004f1b649d2662f25bbaf842209b30d46807daeebbb75cc 1.56 MB 3,582 41
795,238 795,238 00000000000000000002c9c2062b8011a194ad8e407159337500487f650af5d7 1.45 MB 2,867 51
795,237 795,237 0000000000000000000041e3c2f9aba203b194306dd60c504b83403ae0c148c1 1.50 MB 2,205 26
795,236 795,236 0000000000000000000509a87dd3ede1bc989bb7b19e709306507a96cf6f2556 1.62 MB 3,296 28
795,235 795,235 00000000000000000003ca1f1bc4d7a0d9ba9394fe0ca00f5f7abf66b2795b29 1.52 MB 3,277 31
795,234 795,234 000000000000000000043682ccec637fe9287353ab48f4689abad19b1717f1bc 1.63 MB 3,244 35
795,233 795,233 000000000000000000008e4cdb0d268b551dee70ba944b8cc57c4c3e13120da4 1.53 MB 3,713 41
795,232 795,232 000000000000000000029097dab626bc53ab3d7942800219ce6384d0e96b43ae 1.46 MB 3,028 57
795,231 795,231 00000000000000000004c5fe715704f77539e1658b5093147671bf38d550992a 1.45 MB 3,017 48
795,230 795,230 0000000000000000000198343ecfca117c4cb5a239fafabdd47faa18f4f322fa 1.77 MB 2,964 25
795,229 795,229 000000000000000000025ec46114436c1cd1d002e94ac6e799e8c8895c5533c8 1.62 MB 3,690 28
795,228 795,228 00000000000000000002fa8c191186f8d156a275e4c30de1e92ba5f6625edfc4 1.44 MB 2,400 39
795,227 795,227 000000000000000000019c7a2fb654ebe6ebdb00ba94fc92dd2fac05fca49b9f 1.42 MB 2,829 25
Previous 10 blocks ↓
Total Size: 685.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,405.11 GB sent, 110.63 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.