Memory Pool Memory Pool Refreshing

62,750 transactions
27.22 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,425 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 1,851 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,424 (216,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,061 656,061 0000000000000000000b8319170ac2dd084b83c579f39bd3039c0690b08d886d 1.25 MB 1,442 48
656,060 656,060 0000000000000000000533ce5a088a732f5d09cd6a90486132c655daecb8df09 1.48 MB 2,324 121
656,059 656,059 000000000000000000108cef60ffdb1ce2af332f1ee0f6798e35927864597be9 1.11 MB 354 17
656,058 656,058 00000000000000000005659ffd98745619cf1afca297beef28a52ec7a7b9ab27 1.29 MB 1,346 44
656,057 656,057 0000000000000000000dbb61e24553b4b40f7bcc270156367ba2b48318b1e92f 1.25 MB 1,599 66
656,056 656,056 0000000000000000000dcbfd0de730957b0d46fb43a55fde10f5982eaea5a9eb 1.26 MB 1,894 100
656,055 656,055 0000000000000000000d4ca3debe326d85b5b8cfd7477ed5256d097745371e9c 1.49 MB 589 58
656,054 656,054 0000000000000000000baf2bd858ec87188603d6932a14e1db69643f46d1ece9 1.53 MB 972 70
656,053 656,053 000000000000000000032b3e948a406ec1657577fe5644331d5eda54c7c9c4d1 1.42 MB 1,248 66
656,052 656,052 0000000000000000000e980bc3df6b7fd81c5cf757cdf2464c02001dbccf94cc 1.81 MB 97 2
656,051 656,051 00000000000000000002b2297a8c429cf2e72a523da807b509aadc58d29217b5 1.67 MB 325 14
656,050 656,050 0000000000000000000f8b53519e69f5af7068d738b073ccdaf6c4e7ee6758c1 1.73 MB 347 14
656,049 656,049 0000000000000000000288f0e8e72fc6a080c783717c6fb61697f3bb93fa079d 1.60 MB 187 8
656,048 656,048 0000000000000000000ae937670f50dde0ecebdf678bf03238894e2de9d5847a 1.50 MB 1,200 107
656,047 656,047 000000000000000000036526f127a87470bb5a64feaaef3bf34838aba4af9439 1.36 MB 886 23
656,046 656,046 0000000000000000000d2c83f0d175066c0f8b01836fc28304ab099e668d5daa 1.33 MB 2,628 118
656,045 656,045 0000000000000000000806bc38de5f60c389b280b04162097af88bafb6ab5204 1.18 MB 1,478 49
656,044 656,044 0000000000000000000fe5c36db540eeba31697b5ddd05e00d68d4fc09b59c44 1.07 MB 713 22
656,043 656,043 00000000000000000006937dcccb190b2e33fb428e200d8fa9de316033ce4062 1.20 MB 1,510 4
656,042 656,042 00000000000000000003960e7f28aac80b8a7a0198ba446cebfb84e6ca7eb339 1.52 MB 2,356 71
656,041 656,041 000000000000000000072d5b17d3da1268d233e5af10f636a521256e68c64fcb 1.27 MB 2,480 36
Previous 10 blocks ↓
Total Size: 704.00 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,635.00 GB sent, 238.02 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.