Memory Pool Memory Pool Refreshing

63,496 transactions
33.92 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,733 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,839 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,732 (330,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,548 542,548 0000000000000000001065a14bb4e59dbea6c41dabf78ef7a3686df87b943a88 0.00 MB 1 0
542,547 542,547 0000000000000000001e2422d1c0ee8f5e5390af07ae89105328cc9da063b3b2 1.03 MB 793 64
542,546 542,546 00000000000000000023a7f89d3d56d64ccb28fdcaacee78f15fc6fc3985eced 1.11 MB 1,926 12
542,545 542,545 0000000000000000000db9e63e5f14ade6e06229daf047959caf552c9f21309b 0.02 MB 28 7
542,544 542,544 0000000000000000000c151b6f30b553175508eeb39220dcfb630d4bb6a0c1af 0.04 MB 58 11
542,543 542,543 00000000000000000006c75b966c61b2dcfa6c1f7203e43cacae59f8300eba6a 0.57 MB 1,209 18
542,542 542,542 000000000000000000133010a1efee013f0f2ceb971e545b453fabb6c7932445 0.12 MB 142 13
542,541 542,541 00000000000000000021eddbeb66a621b990b5ec27fca991f634cb080c6ed26c 1.17 MB 2,164 14
542,540 542,540 0000000000000000000c5d304adacb3e90448c82f8021dcba31158fa63a2b38b 0.12 MB 212 18
542,539 542,539 000000000000000000202d062c4069db3a4c63e7f234372f022c40366e23f0ba 1.17 MB 2,649 17
542,538 542,538 000000000000000000210b3e15ae1f347ad8d78e035fb98f3e4130193286e20f 1.17 MB 2,647 11
542,537 542,537 0000000000000000000d1317a42db8083df7deaaa4242c7bb2eea398848812f4 0.18 MB 285 48
542,536 542,536 00000000000000000011b828cff4e0e9f066acf2e32fcbb0ef648ed801c764a9 0.29 MB 622 13
542,535 542,535 000000000000000000266907ec3214c30a69cb9ce365464cfc65fe438d643927 0.00 MB 4 3
542,534 542,534 0000000000000000000ccf0889de8e96084f5ce40510a02075576b3cc3cdbb8e 0.51 MB 917 17
542,533 542,533 0000000000000000001ac1738fe99d9d98b55e650891a4a38b8304594a1f8d15 0.07 MB 136 11
542,532 542,532 00000000000000000000eaa367911dc2bc16f1f530c924879ea235ff8a97f7c1 1.13 MB 2,024 17
542,531 542,531 00000000000000000022f1dafcc76c11816412e519c135f50bf497077c7ac225 0.14 MB 220 10
542,530 542,530 0000000000000000001a26036c0e6db41d92fc80acb5df6c9cd214652fc5012d 0.92 MB 1,269 5
542,529 542,529 0000000000000000001fab54c8ddbfcd0894fe49878d40122e99bc623aa7ff99 1.18 MB 2,631 25
542,528 542,528 00000000000000000010ad5d2be0703a35bb0c5532482c9dfbfcec5f1792dd73 0.00 MB 7 27
Previous 10 blocks ↓
Total Size: 704.56 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,654.20 GB sent, 241.64 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.