Memory Pool Memory Pool Refreshing

41,478 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,227 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,226 (389,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,084 474,084 0000000000000000013b202cc8d47c37e0ee4ad705a8c823bdd26a94bc2f0292 1.00 MB 2,545 241
474,083 474,083 000000000000000000997086b6dfda64226329ec03136184a5aadd0a30e7666a 1.00 MB 1,902 282
474,082 474,082 0000000000000000014ea97e4a353b3febafbbbd465a8fd0a02bfc7fb93793f3 0.53 MB 784 73
474,081 474,081 0000000000000000003abdb615343edbac5ab8c53ae22671ecdd9c6cae4bc7d9 1.00 MB 2,354 291
474,080 474,080 0000000000000000015145196c3e8421d7fa2df35e8ce1caf2db9d203985a698 1.00 MB 1,976 219
474,079 474,079 000000000000000000115a0a82c28117802f5fe0e9282fb77273d1000f6f990a 1.00 MB 294 12
474,078 474,078 0000000000000000001a9a87e0fef7342ef54db058bbac81fdab538dce33c9db 1.00 MB 1,491 145
474,077 474,077 000000000000000000b298dcabc87e1628fb479bf93b371723cf8425db80aa4d 1.00 MB 1,812 45
474,076 474,076 0000000000000000008d6cda54bb575315943f60cbdefb3a558bf010301a2204 1.00 MB 2,429 155
474,075 474,075 000000000000000000fd5ef73bb05c6be8d6563dad138c526ba0ae4e37cb93b1 1.00 MB 2,204 108
474,074 474,074 00000000000000000085f6b4933795174e70ebf48f44adbbaec6386a60b8573d 1.00 MB 1,373 302
474,073 474,073 00000000000000000033f0a92b4ceac6d3cad29fca86ca188ad418e3e3a38af7 0.00 MB 1 0
474,072 474,072 00000000000000000104caa873a1f54e3ddbb535d5bf35adae136159b3d45936 1.00 MB 1,840 292
474,071 474,071 0000000000000000005bd351f8ddd456c2e4bb03a0a21915b0970d483dd829fa 1.00 MB 2,271 289
474,070 474,070 0000000000000000017e4bc88241c09267aa49a1801089bade8049c5f056f654 1.00 MB 1,287 251
474,069 474,069 00000000000000000037903363f36de12447a7a7a4afb7bcc8f1c849836374c5 1.00 MB 2,043 397
474,068 474,068 0000000000000000010bb8d227ac16a5f6bbda724080aad1fcec55cffc07168a 1.00 MB 1,854 95
474,067 474,067 00000000000000000012b4c3f05b728924c71a0321a9a6ad630101514f756fb3 1.00 MB 2,012 319
474,066 474,066 00000000000000000008480f6870ef71fb169c3f07cfb49ee3e8cf2cf7398d80 1.00 MB 1,966 306
474,065 474,065 000000000000000000175a62ce0136d92997798619c412d92f85ed0d521b8f37 1.00 MB 2,092 210
474,064 474,064 000000000000000000934a47c277057aa777e336e313ef113976d376a333ec9c 1.00 MB 1,266 129
Previous 10 blocks ↓
Total Size: 686.55 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,477.99 GB sent, 115.46 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.