Memory Pool Memory Pool Refreshing

1,184 transactions (0.47 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,111 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (883,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,995 25,995 00000000ece32631804d5846836ce2c407ab1244de02d497cd32fd546f9442f8 0.00 MB 1 0
25,994 25,994 0000000068893617b305a744ecacd0a948bac44eae940d0902548ec2dc96723d 0.00 MB 1 0
25,993 25,993 000000003da739a178c5c9c1192ca8cfce3bc1091ebbdc0a8d67a1dc0647c04e 0.00 MB 1 0
25,992 25,992 0000000055f03aa024f1b1d2af60a3afa9c427c4a686b0dce4a02e2e723e9c19 0.00 MB 1 0
25,991 25,991 0000000075cd580de1136a86dff189e3d1b830311606555a12b69647cd6514c5 0.00 MB 1 0
25,990 25,990 000000005b2cbfc0e8d37e7ce274f22b0c68cc81452101a7b474f1fcf9894325 0.00 MB 1 0
25,989 25,989 00000000026e97c0faa5cf87e5f79bc0e950a97db2958c3573e651fab5850f7b 0.00 MB 1 0
25,988 25,988 000000008505e8f8420c651e8755773735d63d80701c59c7ec34c7c25d619bcf 0.00 MB 1 0
25,987 25,987 00000000c646821cc7315a0210052e750e1cc2b22edf554d2a5415f706b6d15b 0.00 MB 1 0
25,986 25,986 00000000e48804969cd932e3c9a0d226d5509352f150c116cb2358cb88457c90 0.00 MB 1 0
25,985 25,985 00000000bff6d30b10454f5facfac6d01465f6180cfed066e08a8738b1a7e183 0.00 MB 1 0
25,984 25,984 000000003c1a1082fb121cd3cf7383a9fbe1a7fbb99f90b9dc1e5fc112a64a59 0.00 MB 1 0
25,983 25,983 000000003a6d585cee34399dcc8344478b10a195cb9ca2e9638ef34e69420b0b 0.00 MB 1 0
25,982 25,982 00000000f6af3abacbbc6992db3a307fb938cee2029a8eca6310a90e1ca57a16 0.00 MB 1 0
25,981 25,981 00000000068383a36d2aa21050cd491fca4bc70bc14881f760fe50ae304578aa 0.00 MB 1 0
25,980 25,980 00000000a19654a4080b5801ac27016cd3deb18528e96ef7a754e1458cefb1a5 0.00 MB 1 0
25,979 25,979 00000000c0d1322f62115fb924b48c8fb325f0dc29edf3436961bc282ad2c589 0.00 MB 1 0
25,978 25,978 00000000a2bf7d1d5c75ec0cbd17bf75d26a60830ffca0f593c97b034eb25338 0.00 MB 1 0
25,977 25,977 00000000944e124003ff1f02aaddc3aceb26bf5d662f633d281ea57a03b70e12 0.00 MB 1 0
25,976 25,976 0000000089af54fbc8bc20b83fbebcbd24866a834d0e6eba4a25426047985f32 0.00 MB 1 0
25,975 25,975 0000000084b9771dddcc40de9e35caa40117aff780c896291a550740692132fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 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,951.68 GB sent, 106.58 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.