Memory Pool Memory Pool Refreshing

20,711 transactions
34.22 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,115 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,180 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,114 (155,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
706,608 706,608 00000000000000000006ca3ee822d8ca2a74022721d37f04ffaf5c218b14625c 1.25 MB 1,686 3
706,607 706,607 0000000000000000000843e96d7018b2d4ff86b1d43c6b83bcd3b80a804ff666 1.53 MB 2,518 20
706,606 706,606 000000000000000000040f544b88bca5c24719080586c142f257ffe0e6082849 1.34 MB 1,976 12
706,605 706,605 0000000000000000000701f3598fad2947ee9f7744a7b7d0b62dcfad761bf384 1.50 MB 2,979 11
706,604 706,604 000000000000000000037e4524467b91d05c21dc55c4257567e6239f86c5a81d 0.16 MB 325 11
706,603 706,603 00000000000000000008d612298da29074946b82e00f182e992eef4154d47886 1.08 MB 2,114 9
706,602 706,602 00000000000000000000c9c1579701291f13bdf1bce7aff3265e3228b46c37bf 1.14 MB 1,511 5
706,601 706,601 0000000000000000000abab76893c4dc4edab809aac8c68790784128964361f5 1.48 MB 2,798 10
706,600 706,600 00000000000000000008ffde4dabc8b3e70291ef794dbbcbc4c789667e5e76ae 1.44 MB 2,758 16
Previous 10 blocks ↓
Total Size: 684.38 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,338.26 GB sent, 100.84 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.