Memory Pool Memory Pool Refreshing

52,441 transactions
27.89 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,607 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 5,776 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,606 (611,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
260,862 260,862 000000000000000c782e43d43465ea0fed8b9455d46ea107b71262519f49a0e8 0.15 MB 352 112
260,861 260,861 000000000000000c4f499b0d153e3aa6d190ca6f06a9c7e9e95447818859708d 0.15 MB 321 103
260,860 260,860 000000000000001032c835fc24eb4f7b4a4870b6a03e470f5f99a05bc6fa12c2 0.10 MB 143 47
260,859 260,859 00000000000000150d3fcb63d3e8623a6713a436e99f2d453fa4a1f2c70cff5f 0.03 MB 64 84
260,858 260,858 000000000000000d23a1eb2938f286f71b2fbe7d0b58292401a653ccad5761e7 0.11 MB 233 112
260,857 260,857 000000000000000f9e722784f45a56b95ebcc939d39bdf6edf3f4a9a50d22d8b 0.18 MB 371 64
260,856 260,856 0000000000000011fac79d2ca4593c2c84983a018d1e98700e2ab342a0f2a1e8 0.11 MB 267 133
260,855 260,855 000000000000001b20d05a0796b7d02ab0d3d706a0d993e4f2c05f9e7a9441d4 0.24 MB 484 47
260,854 260,854 00000000000000052a0155ab90220e922f34af87e2bd5467c27ae42e2be8782b 0.25 MB 617 132
260,853 260,853 00000000000000106274918a5339056f968d2231325f8609a9d426cb27c0face 0.09 MB 199 102
260,852 260,852 00000000000000038bc1823cb7c4785ec6bb218c0d9adf5ce9f810a2439de7a4 0.17 MB 369 99
260,851 260,851 000000000000000280da3c4f8d38d6028a811f8be5f61380431d371cd5a139f4 0.12 MB 249 110
260,850 260,850 000000000000000aaf888df5a60cacc36696918c0eef8656ecbfd46dae81b73c 0.13 MB 246 89
260,849 260,849 000000000000000b0cb7a585f01d4ef8c429d67167e5baafc443496ca890b9da 0.03 MB 86 90
260,848 260,848 0000000000000017d3dbf30fbc37db5bd461c159d36ba2b705fddd564bcac3fe 0.16 MB 347 87
260,847 260,847 000000000000000ad9b81eedae0a8b56ffc8273e40fd22c80d2e4f8838226a26 0.03 MB 42 51
260,846 260,846 0000000000000004fc5f7a93dd18d2be9afc7885405b0efd90dc3645618f1bba 0.02 MB 32 70
260,845 260,845 0000000000000003a225df23cc837dcbe5c5ec7b880a923777600fb6a4faccd8 0.06 MB 142 135
260,844 260,844 0000000000000004fcd27657abcd38d70a7c2e542fdf210638cc86ec49023fc0 0.15 MB 209 65
260,843 260,843 0000000000000017c1b17e9566a99429e862b440ac3935515b9a1a71035f95cf 0.11 MB 195 83
260,842 260,842 0000000000000011af2be372c371953cda12aea2779872f1a8872abe9aca26c4 0.01 MB 26 77
Previous 10 blocks ↓
Total Size: 704.33 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: 2,648.77 GB sent, 239.97 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.