Memory Pool Memory Pool Refreshing

25,647 transactions
27.85 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,295 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,294 (671,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,189 192,189 00000000000002b3340b325f7ddcf5140d54ac189b9d87d066bfbdbc7b873453 0.13 MB 313 131
192,188 192,188 0000000000000763efb32c20652758336620ba109ed3ede7020726260a072f6b 0.23 MB 423 161
192,187 192,187 00000000000000380a7fecc12ae6379a8e0e9c4ca4d60775ad039047826bd22e 0.05 MB 137 211
192,186 192,186 00000000000007141f4476fc13f82a5df6b1ff93331af5d637f2d77f0107caaf 0.08 MB 138 128
192,185 192,185 00000000000007e406a2aefd976b2b0bfcbab0050c07d7b0c252ef5e241b0321 0.25 MB 651 82
192,184 192,184 00000000000000e99a83eb9aa735e7e7778f621e9d04e1423d184748b372e248 0.00 MB 11 298
192,183 192,183 00000000000007f2e1cc4ff5f3b63199abf844f0041d6e1cff7944b9dc4fde4e 0.19 MB 512 105
192,182 192,182 00000000000001f46e0b1a7ce0f48942f82a44f7a9dcc925826342b0ae677d88 0.26 MB 458 178
192,181 192,181 00000000000003e9bc090794ba6bee1c81f63d46e2b554e8e9c2e8643de34d0c 0.01 MB 15 92
192,180 192,180 0000000000000331d8df165c855cb8a411817183b268692a2d9f8f061fa7cb89 0.09 MB 267 1,481
192,179 192,179 00000000000003dcf31c51b13ba51a607b54039bc323e21a884348740ab70341 0.41 MB 1,027 705
192,178 192,178 0000000000000674478a81b41eca8350be17e72d96e91db031e7edb13a5ff235 0.00 MB 1 0
192,177 192,177 00000000000007d88040ff238e17aa6d4d9031127d0519de7d6105a9b0b8d00f 0.05 MB 90 7,016
192,176 192,176 000000000000030131b09f15aa8ce27d8731b55d6ef84bae6e11a9591b1f964c 0.05 MB 136 1,101
192,175 192,175 000000000000028f613f3032c7634a5427715df4af201a40fb6d3c134e56901b 0.00 MB 14 0
192,174 192,174 00000000000002ef7a7f153da06665cf83ab858a2e10170d292ce1c5efcd17fc 0.25 MB 481 133
192,173 192,173 000000000000004c416d3fec5bff715a8701839ffab88289932ed1a6809c8383 0.05 MB 119 797
192,172 192,172 00000000000005ab94da5df196b3cd47c5843c202ba374624f34a2ad791fbfb5 0.00 MB 10 0
192,171 192,171 00000000000000c671fd64bf4d9738b97373c1ea4eeab34d8289b29156a06335 0.00 MB 10 325
192,170 192,170 00000000000004c99dc4be17683f56112545730d5e4f8caffeb3dae4ef552ad5 0.07 MB 227 223
192,169 192,169 000000000000033cdfbdfc755df89953a1d05cbafd53c3ce6418158602c0a5d8 0.03 MB 32 115
Previous 10 blocks ↓
Total Size: 686.68 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,486.20 GB sent, 116.24 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.