Memory Pool Memory Pool Refreshing

29,759 transactions
32.78 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,833 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,832 (307,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
555,365 555,365 0000000000000000002b6d411868e0e1d5b0fb69a14ec8e92d2daf6db86c034b 1.07 MB 2,819 6
555,364 555,364 00000000000000000006ccad7358ece33c1a9f2c7ab7a585a40ab4c719dc690e 1.20 MB 2,978 22
555,363 555,363 00000000000000000010cde0e434e7e19f80a4da65178216da558eb294c7acc0 1.29 MB 2,878 29
555,362 555,362 000000000000000000367a419460e32154bda826b430031a262152427b3dfa14 0.99 MB 1,368 10
555,361 555,361 0000000000000000002eaec791991a0307477ac1106e860e862fc9de6388573e 1.09 MB 2,861 10
555,360 555,360 0000000000000000001ab70da9917b074b74927e78bc2751906c18d2575780b4 1.32 MB 2,971 31
555,359 555,359 00000000000000000030f210da4d0661d77f3122ddcd0eccc087a8a1fbaf7d5c 0.61 MB 936 9
555,358 555,358 0000000000000000001ab2456185a7d8dd9e837668b4e983ad4db302d0703834 1.17 MB 2,831 16
555,357 555,357 0000000000000000002ebe65316cde8b4c31d2524dd951a947a1adc7cfb51ec7 1.15 MB 2,401 15
555,356 555,356 000000000000000000339674a36b4d8fd3ced554c9832a4a1d04ac7851b43e2f 0.73 MB 1,336 28
555,355 555,355 0000000000000000000599b55ab3842c0035f58ab528a82d927c65e0529177ce 0.19 MB 299 8
555,354 555,354 0000000000000000003162a349219ec02cbe63776acce9f482ca52a2d87f1a0e 1.18 MB 2,792 16
555,353 555,353 000000000000000000115675f0fb61f7a9cdb771ad50c51294c5cdc0d3356aca 0.50 MB 309 2
555,352 555,352 0000000000000000001f2b15c8191e69f159116e46546b7437e197676aedbe54 1.20 MB 2,942 18
555,351 555,351 0000000000000000000c6972c9032f22ad83c09f80911a554e57a50a9b99eb69 1.24 MB 2,681 19
555,350 555,350 0000000000000000002fc6f239f4efdf7c732643bbf6f7be10107442aecc2271 0.92 MB 1,940 11
555,349 555,349 00000000000000000002e99f2ee250c0cd672a055f424d438e76790db0a65e69 0.32 MB 551 13
555,348 555,348 00000000000000000033d7a70099cd8972770044da2176a8cd0dac4edefd0c68 0.26 MB 547 10
555,347 555,347 00000000000000000024382a2e5f3e29fe61086588c22838b3d53fbe9987a894 1.13 MB 2,159 12
555,346 555,346 00000000000000000023ea2e32f4f658bc2b1fd94e6f77487d085ba4dbd69889 0.39 MB 529 12
555,345 555,345 0000000000000000003162bb1794c95cec4f307a8932e1f4cee4b49d060e911b 1.06 MB 1,551 18
Previous 10 blocks ↓
Total Size: 685.78 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,404.41 GB sent, 110.51 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.