Memory Pool Memory Pool Refreshing

32,846 transactions
30.43 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,260 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,726 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,259 (104,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,230 758,230 000000000000000000078cd6e0d6fbf9cd7160fe2d22ac87ac86ddba53e9958c 1.73 MB 2,051 2
758,229 758,229 000000000000000000074f34697904ab9cc2c594d156139ad6ec903f5ec7814e 1.24 MB 1,484 9
758,228 758,228 00000000000000000006d349cb3a6dcfe3fdc267f9612baea5171e63640a19b8 1.39 MB 2,190 11
758,227 758,227 000000000000000000027e67f3be08b0e790152a744b8e18f99bd155e5f07908 1.53 MB 2,636 7
758,226 758,226 000000000000000000052810f6a8c6806904ac208ddb3299223e7b6e915dd036 1.90 MB 960 2
758,225 758,225 00000000000000000003458487b2fabc6388b7cf18b1983b911594826f21d0a3 1.52 MB 3,051 12
758,224 758,224 0000000000000000000613d41649b83df86ef6bb0b4459707eaa0e8bbc2a8e6e 1.64 MB 2,787 8
758,223 758,223 000000000000000000044f329437cd8173043709673d78996f7f93ef2d4d795b 1.67 MB 1,838 5
758,222 758,222 0000000000000000000306183315b5267f7efd26ad6b3561647eab1eff7863d5 1.54 MB 3,020 6
758,221 758,221 00000000000000000006a9506fdcba855045ec79770289dfc17faad463203761 1.57 MB 3,721 7
758,220 758,220 00000000000000000005d7e2c810e28a1447d3b463627e48384eaf71df286e87 1.48 MB 3,256 19
758,219 758,219 0000000000000000000742a1456c46601ab71bfe2288d19d142ac1f799d7acc7 0.09 MB 234 10
758,218 758,218 00000000000000000001ffd915e96b6dee998a588b26bf0afbb41762eba0508c 1.58 MB 483 2
758,217 758,217 0000000000000000000746ebebf62cbd87ba1dde48eb223d7f5ea91228510cca 1.70 MB 2,205 3
758,216 758,216 00000000000000000001400f8add83930e2347f3c4903ffb3d28f3cfbe617db4 1.21 MB 1,615 6
758,215 758,215 00000000000000000000b8796ad72a2ca51bdf50da82533dacab24cff7a59597 1.35 MB 2,393 16
758,214 758,214 00000000000000000001e26fe6c26d09e43396cd04617d0dd20b6f37d82b92b3 1.62 MB 1,949 2
758,213 758,213 00000000000000000003d37af8453f5a457f4e05982fdfe36fc83f9ad4b62ec5 1.58 MB 3,118 4
758,212 758,212 00000000000000000004e55d37de4eaa9e50e4b9b100592d6a17e158bea62d1b 1.55 MB 3,303 15
758,211 758,211 000000000000000000031959b931df7257dce9d9d4d2b55f7e3c39e0d90f8fd5 1.78 MB 2,548 15
758,210 758,210 00000000000000000007dd699b8097c53cffde2843f41303d493e627e872814e 1.57 MB 2,759 8
Previous 10 blocks ↓
Total Size: 684.66 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,360.23 GB sent, 102.71 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.