Memory Pool Memory Pool Refreshing

7,860 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (530,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,288 377,288 000000000000000000adbbb8c61531b639ed237c4c2433f928eb10e5893c43eb 0.24 MB 491 34
377,287 377,287 00000000000000000b37222609237d6745382f325add6548c22e25dcb39fd30f 1.00 MB 1,818 32
377,286 377,286 000000000000000008d35c13336ed6f263ac795faa1c2552400c2bddc623de6e 0.27 MB 614 38
377,285 377,285 000000000000000006269f019e87fa170e1d09ebed184f01b06dc1adfd90d058 0.15 MB 300 32
377,284 377,284 00000000000000000a2e5a563ad71037ba967fc59257d4b6d6899b254f3dbcfe 0.17 MB 373 40
377,283 377,283 00000000000000000607c7487eb107c86fe4ee67e1ab342dd2fea8782b3b614b 0.57 MB 1,378 37
377,282 377,282 00000000000000000e5eb2c1db16b40b3ad06931860c627b7b99737a606ddfd4 0.79 MB 1,087 22
377,281 377,281 00000000000000000ff53a4f09b9e748850b45379bd2e9822203f4b9440b390a 0.95 MB 1,223 22
377,280 377,280 00000000000000000f06f6052a3bf4a34a5f66ec073950c712048caa4693903a 0.75 MB 2,248 51
377,279 377,279 000000000000000005019cf2e52903f0278f1381d958216461cb7499f702a76c 0.65 MB 890 24
377,278 377,278 00000000000000000df58da37b05d06126c9108ba44d3a19e724b9e2e1072a9b 0.64 MB 1,227 36
377,277 377,277 00000000000000000036c0220a0a0887cde23352e80fff3e1a5278789eaabd32 0.93 MB 1,164 23
377,276 377,276 00000000000000000a8962142d9079c8f39d58cb8ce63f513eee4ae160187975 0.81 MB 1,329 28
377,275 377,275 0000000000000000104e2fd344de9f81bd63add36776b31ad13a59491b5163a0 0.72 MB 1,111 25
377,274 377,274 00000000000000000262b5b47ea7470bb2700080d2ec5472d71362655efb1e5d 0.87 MB 1,797 34
377,273 377,273 0000000000000000052cf2bc83d6fcea7f5e5016929348f9ee458dbf3d2ab47e 0.40 MB 891 36
377,272 377,272 00000000000000000464f5fa984616638b517f86f81f43712e6b27f6860227cc 0.16 MB 375 37
377,271 377,271 00000000000000000465080bfb29c7ac37ce15b3d3121e95cb07b74ab5a32521 0.34 MB 574 34
377,270 377,270 0000000000000000023845925ca254cf7976c6e8ecd144a0a8a7a2d16fef970c 0.31 MB 852 37
377,269 377,269 000000000000000000bbe85d10095e7b6017d30499e36f4ca70526d18bc0ba83 0.30 MB 458 33
377,268 377,268 000000000000000003062b71d38f31b32104f716d4dbf7408297391f28e4f13f 0.08 MB 223 42
Previous 10 blocks ↓
Total Size: 769.13 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,631.64 GB sent, 93.56 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.