Memory Pool Memory Pool Refreshing

37,807 transactions
23.67 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,584 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,405 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,583 (155,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,629 706,629 00000000000000000004635473d454e8212160b056e42c93925ac41434ac46ec 1.21 MB 1,426 2
706,628 706,628 00000000000000000000bb171b6706d468e7bc8f7c09e7107edf2ef118a77d46 1.46 MB 2,461 9
706,627 706,627 000000000000000000005888c2e3455c7da6194527aa301804018c23076c2c56 1.40 MB 1,966 12
706,626 706,626 00000000000000000004f9bf73636a7b206aef1b3208fd828bb93dc494555429 1.55 MB 3,171 5
706,625 706,625 00000000000000000001a4972cd1bc8c25594fb08870d4965ec9ff3a1f365921 1.48 MB 3,110 17
706,624 706,624 0000000000000000000ba0573fec6384173e06f99df9380ae7abe0cde9c09274 0.73 MB 1,014 6
706,623 706,623 0000000000000000000d38feb3b4f618d6beedfc4c93c087dcb2fca62cd2c772 0.98 MB 1,213 1
706,622 706,622 000000000000000000007f479aeac06179a307b6be77fe20f181af4146a9682f 1.29 MB 1,628 6
706,621 706,621 000000000000000000006b9bf3d5589e4b255e15550c818eae8efed211123486 1.44 MB 2,928 19
706,620 706,620 0000000000000000000c90e67b28f8698b919873d755d946b44b1276e0098187 1.37 MB 2,666 12
706,619 706,619 0000000000000000000162f379c00029d72b99d2d1ea0fe95b9563c0d2898894 1.10 MB 1,787 7
706,618 706,618 0000000000000000000d4bb482252e36751d9ebe9b8b5d1977a07afc24c5a299 0.14 MB 336 13
706,617 706,617 00000000000000000005d30481b8010fd200ae4a4b2d5976a1e839ed09d52612 0.45 MB 853 10
706,616 706,616 00000000000000000004f6391a6a44c29726fb1fd904a44e24f9bd5038f8d64d 0.46 MB 953 8
706,615 706,615 0000000000000000000c91160654dda8dad7e248b3c1e3bc58ed41ca14e339a0 1.41 MB 1,750 14
706,614 706,614 0000000000000000000d30e9717da1d2b169ecf5ccd77d6c82399ead560eee2f 0.00 MB 13 9
706,613 706,613 000000000000000000054e49405183fe096fc3fe34c635072f8b82421a1083b5 0.06 MB 24 2
706,612 706,612 0000000000000000000d88241a192f7414d838f8957eec95017cf08059bdb458 0.10 MB 282 9
706,611 706,611 000000000000000000022a28ea6efc9a45cc8f89c32206c3a1ae647c281a7b64 1.06 MB 1,329 12
706,610 706,610 0000000000000000000445aaf00d4a39d770bba9d6c66ab0ba34ba94d5249946 1.11 MB 1,346 15
706,609 706,609 00000000000000000001c9f7f7a1f1862d78ed6a25686c7c06fcd3d322fac84c 1.31 MB 1,202 1
Previous 10 blocks ↓
Total Size: 685.28 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,376.39 GB sent, 107.49 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.