Memory Pool Memory Pool Refreshing

45,489 transactions
18.70 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,047 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,046 (59,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
809,429 809,429 0000000000000000000341f9f2a0cdc8aa74950f4dc8e493088a91a68fe3ed8c 1.59 MB 3,327 31
809,428 809,428 000000000000000000020e7eb3a49c7d3b63f23b1ebd1849e20f6a467183fb5c 1.66 MB 2,903 24
809,427 809,427 000000000000000000040bbc4ed2fe2ca971ec64cd980aff87429341a815f879 1.47 MB 1,774 20
809,426 809,426 000000000000000000045bd739ece6dd9c0847121e01cd84a8d48918363f1373 1.79 MB 2,528 30
809,425 809,425 00000000000000000000d70f0c72a807728f61be70bcba5b8ec420fbff0d73d1 1.71 MB 2,988 19
809,424 809,424 00000000000000000003eddbf976ddafe527cc4e681f88cd2b18570f939480e5 1.74 MB 2,951 16
809,423 809,423 00000000000000000001b991d42180fb7ae97e3bc73765abf14729462e267edc 1.54 MB 4,053 35
809,422 809,422 00000000000000000000560bdb50e5de2edd53003ebbe6db54278c24f0ad759b 1.73 MB 2,176 13
809,421 809,421 00000000000000000001eddd401fa456caf039c88fec59835a116b74e5a9ee94 1.57 MB 2,754 22
809,420 809,420 00000000000000000001f88f566833fbebeb0dbdaa3e4342cca7174c4bf925b5 1.67 MB 2,814 22
809,419 809,419 00000000000000000000e2273aa881a376f95412f47a76c2452b89a8c01b7626 1.80 MB 2,322 18
809,418 809,418 00000000000000000002a036f1c425b8fb43b135831d210efc44e5b5d1306ff7 1.44 MB 2,830 31
809,417 809,417 000000000000000000002a9c1816dcd5b28e45627f4ec6b2f23fb534e751c5f1 1.95 MB 3,097 13
Previous 10 blocks ↓
Total Size: 697.65 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: 2,058.36 GB sent, 195.78 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.