Memory Pool Memory Pool Refreshing

33,916 transactions
24.81 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,621 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,620 (521,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,250 341,250 000000000000000006a56f4c6ad33f67d8169f2f3cef80d5ba942427ee8e37d7 0.21 MB 383 27
341,249 341,249 00000000000000001177df5e8ed1703265de857a4b60e5644698872df6d617ec 0.15 MB 248 23
341,248 341,248 00000000000000001393c5c50b5038ea8d862b6954c19ed947270134aad48834 0.11 MB 163 17
341,247 341,247 0000000000000000088f8f2399b79e31090dddc62dad99b6af9b4f92b392aa70 0.72 MB 1,217 23
341,246 341,246 0000000000000000140feae0932df34e9d0d9c16a0382b708623ed290f33512c 0.67 MB 898 22
341,245 341,245 00000000000000001128a9c3a7fd2100b46cbb739be10853b10829fdd50e7eea 0.08 MB 148 28
341,244 341,244 00000000000000001745499ed94beb0ba2ccad8ae2d340a654643e6be259c39b 0.03 MB 95 30
341,243 341,243 00000000000000001a6ad7328df5753a4a2aec1a862b7383e9654e39551efebb 0.16 MB 251 22
341,242 341,242 00000000000000000350d9ed2dc990b980f0bd1fecc0e25fe60a62ff252e24a5 0.10 MB 256 16
341,241 341,241 000000000000000016bedda38f0fa3fcb042e99903772a9951709bda5b42cdc5 0.43 MB 433 14
341,240 341,240 000000000000000004c81b87095663edb8dc31d3ac78aff06e6adc0720ff9f3b 0.28 MB 573 26
341,239 341,239 00000000000000000485f472bd8232a79ee48659fd2106bbc15e7408a75deca0 0.58 MB 1,063 25
341,238 341,238 000000000000000005793ba838daf6c93f29daace14a6eceb27ca485c82a4c6e 0.02 MB 45 30
341,237 341,237 00000000000000000a2895437bc77fdfcd85a5ee58b45c7b98cdf5d36046eb85 0.04 MB 73 18
341,236 341,236 00000000000000000af0fad84fd0c0b2e456ebc42c2bc56e12373586f29b6e24 0.84 MB 1,001 21
341,235 341,235 0000000000000000004c4cd218a552f416602f43d4b58acd8fab3519bea62a9d 0.74 MB 781 18
341,234 341,234 00000000000000000ec97f30d536d804d2e24fb44a18d7aa51fb618d09183787 0.42 MB 1,115 38
341,233 341,233 0000000000000000067376556313227596430810cc8173bdb7c325e281b4baf8 0.21 MB 343 22
341,232 341,232 000000000000000005d995157e008cf9557a3b3e2d386498b2f49125f555a038 0.20 MB 374 26
341,231 341,231 0000000000000000158757619a135df232542a28b746ce767ea4b9ed0aa2f5db 0.10 MB 191 22
341,230 341,230 0000000000000000138cf527a14bc6f35e6c418f79e70d17d7defdc4def8d52f 0.28 MB 267 17
Previous 10 blocks ↓
Total Size: 685.35 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,380.32 GB sent, 108.01 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.