Memory Pool Memory Pool Refreshing

45,494 transactions
22.25 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,511 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,705 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,510 (263,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,123 607,123 000000000000000000123fa3e4aa2c211450e17a4e14f9a895da4aef997595f3 0.56 MB 1,625 12
607,122 607,122 00000000000000000014b13ce9ef6917fac3bdba7e5cd28686c373aff20781ec 0.10 MB 303 13
607,121 607,121 00000000000000000001a933c045563ebc5c69c6c94b4194539bcf1fc23fadb5 0.11 MB 145 11
607,120 607,120 00000000000000000007f3314ea7487330109586b1a2a9bedb3225c91f26cb26 1.22 MB 2,756 13
607,119 607,119 000000000000000000100cdca69b4f26907b9de30ff8919cb5f6348a106c0630 0.45 MB 1,098 8
607,118 607,118 0000000000000000000433d471e76b1528f2984a9923e758b07838e97b80aed0 1.34 MB 2,832 11
607,117 607,117 000000000000000000150e8c7e2caf6c9213793216953fc9a7c67fde39811b5c 1.40 MB 2,774 13
607,116 607,116 0000000000000000001582aa1edf4cc5d11fc261123fd370feab50f8b47b563c 1.50 MB 2,329 22
607,115 607,115 00000000000000000006de43c6f3ef4761652f2ab4b72e99cacf3958dfd82f95 0.88 MB 1,985 14
607,114 607,114 00000000000000000013fdee952c24257c5de8ac93af973ffb12728432658a8b 0.87 MB 1,367 11
607,113 607,113 0000000000000000000bdbda575424a1d196f3491286e6e15db365a5f9a81710 0.48 MB 1,250 10
607,112 607,112 0000000000000000000937b3a5799787592a6901de5da697587ee7938db4b750 0.48 MB 1,032 16
607,111 607,111 00000000000000000015b1588cf02beed1e5c2e985eafae735a394a9f5b1d439 0.93 MB 2,372 11
607,110 607,110 00000000000000000004271754f20557797af290df67f0807d59723ab90292ee 0.12 MB 362 15
607,109 607,109 000000000000000000092acd65f35a6d74a0612e7415bf97cc2d028873a442dd 0.47 MB 1,226 11
607,108 607,108 00000000000000000012787c793eb3dd07eaf9dfad4985110c901e38de425cdb 1.02 MB 2,262 8
607,107 607,107 000000000000000000097b75b067edfec054d6166400a520da000c95a362959b 1.40 MB 2,559 16
607,106 607,106 0000000000000000000653f140d16acda1024af3a73ec1a46e40be86c85d376c 0.98 MB 2,099 10
607,105 607,105 00000000000000000008ad149b8394746e25ddd71af6ad1e6fb6160ef3e4eb81 1.30 MB 2,732 10
607,104 607,104 0000000000000000000a6117cf66547f6b31b449950487f41c597b4f2cd757ab 1.26 MB 2,578 8
607,103 607,103 0000000000000000000ce1ceab1b1c042c3db2c1749ddaaea7b96c2e084b71c9 1.49 MB 2,456 16
Previous 10 blocks ↓
Total Size: 700.41 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,309.81 GB sent, 213.33 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.