Memory Pool Memory Pool Refreshing

9,026 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,378 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (805,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,310 102,310 000000000001dd62d990e4a8051b414c4751d0a10e871d6ed4ca144f77689527 0.00 MB 1 0
102,309 102,309 000000000003038b1008e95cdcda89321a4198a93f2bf43012fab70f42396147 0.00 MB 1 0
102,308 102,308 0000000000015c01aaacccf3f538ab9f93ae1cfd564b93b10fec5f8773aa6bea 0.00 MB 2 0
102,307 102,307 000000000001681f7f468c1ef83898d6eab1b8f5b4bdfab385c153e34228b29b 0.00 MB 16 0
102,306 102,306 000000000000e7f7563a02521c99e4937a6d570cb8b2e486b8ce037bc61e6529 0.00 MB 6 0
102,305 102,305 000000000003571a0112b7729a531b2ffef648bd4282da6cb57f540af434080e 0.00 MB 14 0
102,304 102,304 000000000001a55fcab004794e43488f410b4bc896b68ad5fa396099a9e34cf9 0.00 MB 14 0
102,303 102,303 00000000000123da240e5bf53e74c1ef3492235e26da35f4cf4fb8a1ff74569e 0.00 MB 12 0
102,302 102,302 000000000001b4d35676e7682370f672294e97b98f5ead516732a9a0eec119b6 0.00 MB 14 0
102,301 102,301 000000000001ad089eb9f9baad765c3955e4f479e52723a2d505276d885d754d 0.00 MB 13 0
102,300 102,300 000000000002aaa83b402d164af74b7c9ecc970069027cd828e382541139a20d 0.00 MB 14 0
102,299 102,299 0000000000034dab1053e309236f47fd495dae957be53004e5eed43703ae44b6 0.00 MB 14 0
102,298 102,298 0000000000004e86969aa21eea5b5a180421a67eb537ca75ff235cacf68a2350 0.00 MB 13 353
102,297 102,297 000000000003719bd961b8de2a17366612a56b1611033d12f970df17101cddd0 0.00 MB 12 345
102,296 102,296 000000000002cf49121e0998398b9c71cdc4d5ee2223a86e0c03e064590e2dde 0.00 MB 9 347
102,295 102,295 00000000000297f7ccdb34f1b79fce2136b72d16bffd358a169c42e368aa5673 0.00 MB 7 0
102,294 102,294 000000000002c82ecf0bd5eb382e4b3c0ecb0ddf3cb35b4b1302f274746c0823 0.00 MB 2 0
102,293 102,293 0000000000001d5ab0ffc99dacdd1e18bfdb48c3ecc7818e8e75eb16a8069e27 0.00 MB 4 0
102,292 102,292 000000000002764afe9dd396045fbf21d11f0a52f5450660a9177d5ca94f22e3 0.00 MB 6 0
102,291 102,291 000000000000f0941cb182eb8629611478e30d7d1329e44f509fcfd0528c2c06 0.00 MB 10 349
102,290 102,290 0000000000016d61e6d02a86e4102fb4f405e73c69a84741ef2d3801665de88c 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.