Memory Pool Memory Pool Refreshing

4,656 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,801 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (54,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,284 853,284 00000000000000000001c569e99c774d7fac3353011ad908bbf943db980eec7b 1.37 MB 4,020 7
853,283 853,283 0000000000000000000193a2e672364d906f178891ebfcb78541cdd2418f8c2e 1.49 MB 6,641 5
853,282 853,282 00000000000000000003652fa35a12e2a1788cadfd3b976da41c25f9a79da728 1.56 MB 5,156 6
853,281 853,281 00000000000000000000a336d36729f0146781a533308210ddd0b14bccd19c6b 1.59 MB 7,246 4
853,280 853,280 000000000000000000032b86281343262854d17d0b8b3b978336908bdb2e0a6a 1.47 MB 6,073 6
853,279 853,279 000000000000000000006998a7b0107673e67e152bdd96416ed82a04ef69dbeb 1.58 MB 3,496 7
853,278 853,278 0000000000000000000077814e5164c637df27df9948257d492d4b5ccb755aa8 1.66 MB 4,851 6
853,277 853,277 000000000000000000013b9cb9f72b0de4094df5a892d32fe02bbfdc7d016980 1.58 MB 7,286 4
853,276 853,276 00000000000000000001276a6e8a16ebfbdecbda1e41d43887e771a47d0ea98d 1.57 MB 3,995 8
853,275 853,275 0000000000000000000305d546b9b6f4503157c384c3c463664b3c7635c67f30 1.67 MB 7,031 4
853,274 853,274 00000000000000000002f3cac3ac6d84ef56953b197e1f92dbaeeef10fe25716 1.59 MB 7,731 3
853,273 853,273 000000000000000000029b8f279b6d60c706d1156de702585cf3a6e784b23a48 1.60 MB 6,207 5
853,272 853,272 00000000000000000000f4ad33108bf6bec028322a3a4b1e9e12a2441aa657cd 1.98 MB 3,528 6
853,271 853,271 00000000000000000002acb1346650b3cefaf0e3473b181691e22cb27de1b585 1.77 MB 1,961 5
853,270 853,270 00000000000000000000749d8a3ea1cc7552fba335de82c2d25b58ec826322fe 1.56 MB 3,719 8
853,269 853,269 0000000000000000000326f04c34cb0c6e44d5274bea5c36df5ac82cc479aa31 1.70 MB 3,735 13
853,268 853,268 00000000000000000001add5bf0cc00113c02ebc4e625a4170b347f2a3386b66 1.68 MB 5,363 8
853,267 853,267 000000000000000000006b052666d6ecc9923fc92e4e3c94b9ddc14de3bcbfef 1.75 MB 3,963 7
853,266 853,266 00000000000000000001c1f0800c72ca56954584f612f7d3f186cf46ef197f68 1.72 MB 5,090 4
853,265 853,265 000000000000000000025db0f8d92e8cec0de37bbda4f13f9b00d3f002ddfa10 1.67 MB 2,822 9
853,264 853,264 000000000000000000002f18a39b2d8a53eebeb0a670e3f8225fb4b6bff2427d 1.60 MB 2,762 6
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.52 GB sent, 93.13 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.