Memory Pool Memory Pool Refreshing

38,740 transactions
29.99 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,541 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,385 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,540 (333,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,082 529,082 000000000000000000283a4cff83f4a8f7e567de6e83279ff7fa6e9ab2886976 0.71 MB 1,458 29
529,081 529,081 0000000000000000001a9f8d30cc5c944d53059b31903e6203b375583324c6ce 0.49 MB 1,044 35
529,080 529,080 0000000000000000002d308395ef901bc7efa5c2d9b9b02d610c3d8bf43ea31d 0.19 MB 485 34
529,079 529,079 00000000000000000004766832604e3b0f61d28bcf90166050beaf37033147f5 0.36 MB 758 38
529,078 529,078 0000000000000000002c352daa8f53fb74e8658b98cb5d7d58ab9b5facc23ea5 0.02 MB 61 27
529,077 529,077 0000000000000000000312392a864ad3ed0b2a3a2cd7ec1aacde5de01fc2b309 0.21 MB 576 30
529,076 529,076 00000000000000000010fff4c1f7c58d4fc7855ad751d7f5493aebb361aca7e1 0.98 MB 2,140 29
529,075 529,075 0000000000000000000cea2522c34b7e2ee9fb1042e94a17d811f393ed1226bc 0.29 MB 565 39
529,074 529,074 0000000000000000002d49aec3d5cdc6ad6703519ab11433821825d20316b20d 0.80 MB 1,403 31
529,073 529,073 00000000000000000030b06db66c89b9549c7d24fd1533bcdd29d4d5bc858404 0.65 MB 1,267 28
529,072 529,072 0000000000000000001160456114a06a71ced9851055d5918f45c10c2e2aed39 0.06 MB 185 38
529,071 529,071 0000000000000000000f9740895f575aaa01b3803eece0693ea5512666c8cea3 0.41 MB 755 38
529,070 529,070 000000000000000000238541f81ca017330ab4f56734b5390a30a386531be97c 0.23 MB 472 29
529,069 529,069 00000000000000000017e074db0356bf145e7098dbf153548038eafeb60e18b7 0.04 MB 105 41
529,068 529,068 000000000000000000018dd52680cfa51ccb531dd47e1f615359cfacaefa59c3 1.09 MB 2,452 35
529,067 529,067 0000000000000000002329d4333ea433a25c82a9af70d1abeb5b615e8dc48434 0.19 MB 383 51
529,066 529,066 0000000000000000000899118d29d98529ee8e723caaab577841dd5d5f8a291e 0.19 MB 464 28
529,065 529,065 0000000000000000001ebb2f97c16ce5735743eded06a5bd37e169a988b92d3c 0.33 MB 750 28
529,064 529,064 0000000000000000002bf827a02d139b3105e60d01c9f28996506f458e6c2b10 0.60 MB 1,310 38
529,063 529,063 000000000000000000025d6edf9f6b569360c87c7a3391c3924ca80870b3d8ea 0.75 MB 1,632 52
529,062 529,062 0000000000000000001e4f5e2f5421b0043cb374a99c903eba6668431dc0c359 0.26 MB 631 27
Previous 10 blocks ↓
Total Size: 685.20 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,373.25 GB sent, 106.77 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.