Memory Pool Memory Pool Refreshing

6,325 transactions
26.79 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,772 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,771 (235,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,098 627,098 0000000000000000000f85f6053b16d859903f125d79f40785768e990314db6f 0.29 MB 620 22
627,097 627,097 00000000000000000001f02ffff3263d90dd62afea7517bb6dffe5f66955c23f 0.02 MB 44 15
627,096 627,096 00000000000000000003cc16b988939b9ec14baf2894ace4b61359bf0e4dd7e5 0.81 MB 1,318 8
627,095 627,095 00000000000000000004631475da64dfdae38267def0f3d8014902780ac3514d 1.28 MB 2,568 16
627,094 627,094 0000000000000000000bab868483378725e621562799c79469b055f846ec56ce 1.01 MB 2,085 17
627,093 627,093 00000000000000000001dedd586936aa4ebb7e6c02d038350396fb9229703a80 0.20 MB 517 17
627,092 627,092 0000000000000000000684616771a6f55a76b09f05f9116bd52a607bf7f66a95 1.29 MB 2,657 17
627,091 627,091 00000000000000000007fd11fc82f07ac03ef62ca256ec24a5214c74298e6a60 0.73 MB 1,725 16
627,090 627,090 0000000000000000000ae8dfbf391551d16fa6a37dfa75960150caa16f527cb4 1.02 MB 2,289 7
627,089 627,089 000000000000000000025d66b4390abf34925dfca233ef38c25639290f342472 1.43 MB 2,575 21
627,088 627,088 000000000000000000042f7c5a21aeacceae719a767cf328ad6e5ec9fca23fca 0.00 MB 1 0
627,087 627,087 0000000000000000000c8fb240aa0da8069453ddc6c5a108c75efe1dc33b1857 0.43 MB 964 15
627,086 627,086 000000000000000000011bbe219f773534bc50167a7d2a7e2d050ce76b63e392 0.68 MB 1,218 16
627,085 627,085 00000000000000000007dd6fd4d65908a6761c31d16965da40eecbb48c8f6db7 1.19 MB 2,856 14
627,084 627,084 0000000000000000000adad105fc3c4a0b7fec96657d869b47a13e44cae7d9f7 0.38 MB 768 12
627,083 627,083 000000000000000000085369324385627407739a6248fa53ed442d944c741ec4 0.18 MB 329 28
627,082 627,082 0000000000000000000f1643d762229b9fcb7941df0be4f96de63fd1a9aed4b2 0.05 MB 155 16
627,081 627,081 00000000000000000007b8057b65d7022cd0a49495c43549ad717b415f8aea43 0.22 MB 610 16
627,080 627,080 00000000000000000009b24d5fd60ebbdeb968ec5cfeaa80baf10bd95bc61e9a 0.23 MB 635 15
627,079 627,079 00000000000000000005ace317ed31afeeccea3c74eed9606a096e310add5ac2 1.07 MB 2,232 13
627,078 627,078 0000000000000000000d5cd236286c097b114f7928eaa559c00ee4e870baf97b 1.20 MB 3,309 6
Previous 10 blocks ↓
Total Size: 685.66 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,396.57 GB sent, 109.75 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.