Memory Pool Memory Pool Refreshing

1,406 transactions (0.42 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,126 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,125 (832,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,364 76,364 000000000073090c4ff2630e6ba5e882f198a70501725642188ba90045bd283b 0.00 MB 1 0
76,363 76,363 000000000033648620d2c7b9fe8c25b8c7f9c561b0b785973a548ae1d29c6e19 0.00 MB 2 0
76,362 76,362 00000000000f3efed2572e4b2987f73c4c7326b4d37e6c7239c9c96166e97570 0.00 MB 2 0
76,361 76,361 00000000004642f021dc085b77d09a1238ffae1999c51fd4482d2ea6204470fb 0.00 MB 1 0
76,360 76,360 0000000000458d27785be45c41e23cb0006d925df3eb43d5d0505140144aada2 0.00 MB 2 0
76,359 76,359 000000000031819062f4959dc162dece090b1b4f01d5a852dd1c8dad034ce22e 0.00 MB 1 0
76,358 76,358 000000000026d4df6b38333c6b86257d2b9767266df9470ff10a30cf0b5bc089 0.00 MB 3 0
76,357 76,357 000000000072a771922e99d2466c66520d2d6c7f0072955cc963ff20f7e5efc3 0.00 MB 2 0
76,356 76,356 00000000002e5cfd28337a1fadf2033d342ecf65b0fb3d1a029d769bee4d4746 0.00 MB 3 0
76,355 76,355 00000000007a8bd24b4e1f634433515da01bf529207afd7a2125f21c7bd7ddc0 0.00 MB 2 0
76,354 76,354 00000000005d686866360d13b9940763ac449b8450a9f8d3b793eac5993c0219 0.00 MB 1 0
76,353 76,353 00000000000456c06c602c68280a564e85ef8c37c08c107c803e3ace8bd0f37b 0.00 MB 1 0
76,352 76,352 00000000004e0b322a374f0b81d2c4223bfac6b2ac4fe44193e955fffcd36704 0.00 MB 1 0
76,351 76,351 00000000001300904e5e4065f8b08e6fbb1545e37d142bcb2238faec5198dc9f 0.00 MB 1 0
76,350 76,350 0000000000559800931ac077c0c60cc30b0dda1c38996f781def287cd04668eb 0.00 MB 3 0
76,349 76,349 000000000040d1e93591609f5fac08428eb66a6120ff2997de0c23e35f8b7b2e 0.00 MB 4 0
76,348 76,348 000000000062a92970ebcebf7e8d8d2ef08fe01184c45e29d3c281c4cf73ebb3 0.00 MB 1 0
76,347 76,347 00000000000b1cb70935e176bf7107e408b15a528bf1682df25e78e5badfd623 0.00 MB 1 0
76,346 76,346 00000000002e466c28f1889bf4b8f8dbd8f80b6e79513fce22e579cb565498d7 0.00 MB 1 0
76,345 76,345 00000000000b60808cb00ffef71f12d2a8de3c10d9b2df89551dc42b2e4bfcc9 0.00 MB 7 0
76,344 76,344 00000000002a8ccc790d32c427b7edd45a72dc5eb50aae23641e4266e2780a0a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,936.08 GB sent, 106.44 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.