Memory Pool Memory Pool Refreshing

49,644 transactions
20.14 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,742 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,879 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,741 (68,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,561 802,561 000000000000000000035308579a2de62d5587326db7c166fbe9c2b99e5d9c96 1.09 MB 618 13
802,560 802,560 00000000000000000003dbb0b0dbfedc376e07e85d6221b8eadf69c0f36720f9 1.20 MB 918 17
802,559 802,559 00000000000000000005449203452153a645dc912a9c4a20001d33632ad99404 1.32 MB 2,000 18
802,558 802,558 00000000000000000005154edfacc0adb75ae9c9d0424f8e2ab9c68642ff569b 1.17 MB 1,116 19
802,557 802,557 00000000000000000002baa37a9bb61d5dac14d45d14682d39f87fdebe0d33a3 1.55 MB 3,308 29
802,556 802,556 00000000000000000002561daf530ecb79d8beb690728ba56ae315911c2c1b13 1.16 MB 839 12
802,555 802,555 000000000000000000017ebcdf73651c93072ae109cb8ef1ed4c76a3d2df6287 1.57 MB 2,932 26
802,554 802,554 000000000000000000025e56b5047acd159b4a9f9d8caae8e7fdb8c1fec930db 1.41 MB 2,853 36
802,553 802,553 000000000000000000031bbb3e188432a9362e3622cba5b114e1347ada7774ee 1.61 MB 2,959 27
802,552 802,552 000000000000000000026e3ca934a162cf92c807284cd2aed58598fa5f4d100d 1.52 MB 3,641 40
802,551 802,551 000000000000000000045f44c68e723f1b2a3f9ce04907dcbe4c175356af115f 1.58 MB 1,653 15
802,550 802,550 0000000000000000000078ecbb504ecca8dc8d8e3cd620ebe496f217c2f1ac62 1.26 MB 1,691 21
802,549 802,549 000000000000000000001c6ea95d4e751e20ae475ffbe74b3e69748618d2cf57 1.56 MB 3,701 27
802,548 802,548 00000000000000000004917eea9686b1a25cf864d56f87e2905c5d292aa3443f 1.46 MB 2,219 26
802,547 802,547 0000000000000000000512c49e65f9e5ddcf85bd4e88cd5df7f7bdf7cf86846a 1.59 MB 3,375 27
802,546 802,546 0000000000000000000429a0b600e5a6b827e47e2c0264649f87f792b5d61d6a 1.32 MB 1,782 31
802,545 802,545 00000000000000000005214d5742ed47ca4eb37fc927df554908d9670c83518f 1.39 MB 3,084 47
802,544 802,544 00000000000000000000c0a2415b155a6792558d7dcb35b07e881bfb1a17135c 1.52 MB 2,951 19
802,543 802,543 0000000000000000000526061051e87a046fdf3a6767169a246042959c1198f2 1.89 MB 5,512 13
802,542 802,542 000000000000000000027bead92a73c5dde1ab17db08c460bc3e35482ea961d6 1.21 MB 1,293 10
802,541 802,541 00000000000000000004fa6b437127be6944cbfb28bc5e1921df2d7930acfd39 1.12 MB 960 15
Previous 10 blocks ↓
Total Size: 700.86 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,385.43 GB sent, 216.14 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.