Memory Pool Memory Pool Refreshing

52,854 transactions
22.64 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,856 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,044 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,855 (154,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
718,446 718,446 000000000000000000011a81288c4e72a86ce207190bb43d50c385821c655a4d 0.66 MB 880 1
718,445 718,445 0000000000000000000017414529083bcb4044ac74e22bd37a87c17678f768fa 1.49 MB 3,571 12
718,444 718,444 00000000000000000007b5d97e549ffee25b2107cb0679212057d46a258d62ec 0.63 MB 1,250 9
718,443 718,443 0000000000000000000134a55047f367aabfe230e8ba755bd2b0141ec15ce2bd 0.26 MB 585 10
718,442 718,442 000000000000000000026cf8d71050ab06a39b36e6dac2c31eb6659de6d69c1b 0.23 MB 459 12
718,441 718,441 0000000000000000000a3067c4a56460e6f443277d48fa12bc13993cd8c3c7bd 0.30 MB 503 11
718,440 718,440 0000000000000000000a40b40acbec970a5e960773081008b7e24e2b91aec7f3 1.07 MB 2,044 5
718,439 718,439 000000000000000000021a8a0fb346c2c60b72e8c001ccee0d57dd2a47aad1de 1.57 MB 3,058 12
718,438 718,438 00000000000000000008b5b8075e2b3fa3fb29c67ddbd05858dd185b80e97d66 0.60 MB 629 7
718,437 718,437 00000000000000000004b21b77c37345948632ef868a7d8507e94d90bc4796b3 0.42 MB 454 6
718,436 718,436 00000000000000000008cb363bbaebfcd0d74a3f4b3dfd4870cce627096540a9 1.85 MB 1,863 7
718,435 718,435 00000000000000000006e34faaabe80aaecdbf7687b3bf13bd84eecf93597d85 1.81 MB 1,361 5
718,434 718,434 000000000000000000012d30cdf4452493b13de83f36ad05d602f68a4cccbae3 1.28 MB 774 4
718,433 718,433 0000000000000000000b11da462a487afee46c423497e95ed3f6a14a6ebfbf5c 0.14 MB 291 9
718,432 718,432 0000000000000000000a964f67085d2c4e1047199672e00f880a8a0a172ba0da 0.63 MB 882 5
718,431 718,431 0000000000000000000a68ba03465c3d6b4399a5640e1b32bf132a99f576fb37 1.37 MB 2,182 7
718,430 718,430 0000000000000000000a7e5399ae16401fc8319c6e10a76cb27efbff4acf7220 1.29 MB 2,446 8
718,429 718,429 000000000000000000038012ff9d15a84ff925f81a528a1bdae84e50dde040e6 0.18 MB 484 7
718,428 718,428 00000000000000000008883c281e4fc141a18940c7f6ed397c39ff008a40407f 0.63 MB 1,056 9
718,427 718,427 000000000000000000040aeca500f2d3bb7258672050ea697f0b4122855f4bc7 0.32 MB 669 8
718,426 718,426 00000000000000000001ed41273f13d7496b69076968c356ebdd44a54f91c2c1 0.23 MB 491 11
Previous 10 blocks ↓
Total Size: 704.79 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,659.86 GB sent, 243.54 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.