Memory Pool Memory Pool Refreshing

8,429 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (57,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,692 850,692 0000000000000000000247aad613322820fa666cecc680110ab54f14cf8231ed 1.48 MB 6,288 12
850,691 850,691 00000000000000000002059d9cbc81dd7fe2705da254997b11532152df019058 1.49 MB 6,286 11
850,690 850,690 000000000000000000014ffc46e81ee1000c0d90a2ac6d5bc97204c81aaad5de 1.50 MB 5,259 15
850,689 850,689 00000000000000000001b74d657dbe8c031865da41dea17146cc615aa901663a 1.50 MB 5,837 12
850,688 850,688 000000000000000000034c19452c9421468e13c02aecd907363eea47c6e372d0 1.57 MB 6,220 10
850,687 850,687 00000000000000000001e74dd6fac1897377efee4f75a167112b8a9bcf15eca2 1.81 MB 3,766 9
850,686 850,686 0000000000000000000338313d58462547bc794d408210add31aa1cc9ce71058 1.34 MB 2,044 9
850,685 850,685 00000000000000000001f9d9df3b93c74a3795bd2777443e9f12af8bbdc043e8 1.54 MB 3,430 14
850,684 850,684 0000000000000000000354646d18edab60e5af869ea216f65898bf953b764fbb 1.51 MB 3,196 15
850,683 850,683 00000000000000000002caa35cdb41497f9416a4f3a05607aad90d165486159b 1.42 MB 1,390 9
850,682 850,682 0000000000000000000161a8fdc5e444ef702bde3e642835437068f84c4cba0e 1.50 MB 1,803 10
850,681 850,681 00000000000000000000e34d3b262a2f7a05db0db9c851553d0f905f2f0b574f 1.46 MB 2,267 14
850,680 850,680 0000000000000000000155f89e636bd5306173b639e4848243023f289a189ec0 1.55 MB 2,267 10
850,679 850,679 00000000000000000003281bf0f811b3bf717d43a9939249ff3e5cbfbf01676c 1.46 MB 1,957 11
850,678 850,678 00000000000000000003271daae918b3ec2bc4c298f7ce4476e043fce244fc79 1.46 MB 2,930 19
850,677 850,677 0000000000000000000023181a6ff70662a6f345ace7013a5e9260f0853c2264 1.57 MB 3,484 25
850,676 850,676 00000000000000000000562b53a7e900f3577b5c30b2ce93f0c52ba21a52dc98 1.37 MB 2,055 14
850,675 850,675 000000000000000000008b0112f3cc453504745cd3745e69c746be188eeddb69 1.54 MB 3,365 25
850,674 850,674 000000000000000000016a37aeddcee45336fafdb56794c3037a639339c18d66 1.70 MB 3,239 18
850,673 850,673 000000000000000000002750850774bb666f19e5e4d2991a8baa4a023c12d4bf 1.56 MB 3,238 14
850,672 850,672 000000000000000000032a9260e17350bba9886931f120cdd661e1621895fbe6 1.54 MB 1,941 18
Previous 10 blocks ↓
Total Size: 769.03 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,624.94 GB sent, 93.01 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.