Memory Pool Memory Pool Refreshing

4,624 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,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (2,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,284 905,284 000000000000000000004f8554e4755f2e59cd7d338d1bb521d295e93139234e 0.68 MB 1,300 3
905,283 905,283 00000000000000000001e3c0f3919463752a95891e89d53fc70072df427c2f1b 1.10 MB 3,070 1
905,282 905,282 000000000000000000011b373734549b17ff57dff8d6ee3a5a8ce2032ae3f2ef 0.52 MB 504 1
905,281 905,281 00000000000000000001693571a359b6f2ce4ae6d9803818d7be8b4ad1a66497 1.97 MB 2,527 2
905,280 905,280 0000000000000000000088d44e9ccdf70f825f96c1168e43ff6dbfe1b40e1673 1.61 MB 2,491 2
905,279 905,279 00000000000000000001ce1cd8023b164b0c7ce7e3c3a7b500c6585a285a836d 1.47 MB 2,215 2
905,278 905,278 00000000000000000001afef6d69033ff8a0808d75afa9d7610ee85f806ebaf8 1.82 MB 3,054 3
905,277 905,277 000000000000000000020b0690ca983d6e7cd5e78a653e5143992ae87bea70c3 0.56 MB 1,012 2
905,276 905,276 00000000000000000002359fd962bbb86381e9744c8e92b949ba1302d3f9fb75 1.82 MB 2,514 2
905,275 905,275 0000000000000000000172b942490eb0b118869e2e5291f9ea3f02591ea5a662 0.23 MB 580 3
905,274 905,274 0000000000000000000039fd1b0e8cfe9bef406225f3362ac0dff7fdde8d6c46 1.72 MB 3,704 1
905,273 905,273 000000000000000000017ad42faa80d2246a512b23f15f9ae5116ffe2785683b 0.98 MB 1,495 3
905,272 905,272 00000000000000000001bb2a2fe3b6e89ba1976fcd98988c45fd024736cabdef 1.67 MB 2,356 2
905,271 905,271 0000000000000000000043569a7c39a6c58de2141d0a41c72e2d417bb29d47ee 2.06 MB 2,950 1
905,270 905,270 000000000000000000000da72e5d2015b4d8940b1be105250d0a239076eb505c 2.03 MB 2,173 3
905,269 905,269 000000000000000000000583fe73a7f485350bf203d002be6f7eaee4914ea199 2.07 MB 2,314 2
905,268 905,268 00000000000000000000a6a171897da7d533f6df01c1191ac146ed619c9164c5 2.06 MB 1,973 3
905,267 905,267 0000000000000000000134c0cae71aecb55a89199b0d352296661a50340835da 1.79 MB 2,142 1
905,266 905,266 0000000000000000000059edcb3f0a4cbabf1093edf329775517175f69b788f8 1.73 MB 2,910 1
905,265 905,265 00000000000000000001c497a1a7a40fabc06f1f43120bdb63d5d472d5ef949f 2.01 MB 2,119 3
905,264 905,264 00000000000000000002035601249fc37a3fad7273e90a11f508a1fb20e57bdd 1.79 MB 1,868 1
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, 114 incoming
  • Data Transfer: 1,627.51 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.