Memory Pool Memory Pool Refreshing

9,339 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (707,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,695 200,695 00000000000003d3382a933b7b754aa4790ef664bd795f4bde58fd94f53b05e2 0.01 MB 27 122
200,694 200,694 00000000000000d505f37847e324f5c343130c1066b8832be89b4b2b42f19995 0.08 MB 159 111
200,693 200,693 000000000000031e72194a98a71552f757660437c83f0dfd80e05345cc497290 0.16 MB 272 88
200,692 200,692 00000000000000992bd58b74c114dc2704327f1d1f7751c0a27dd350623d321e 0.00 MB 11 0
200,691 200,691 00000000000002f008fb0b6cc4a79c3606ae7210b3b7950c10215bfb27ad545c 0.17 MB 290 121
200,690 200,690 00000000000004d98a6e7bd83f80847367bd8bd4282f7fa16867d57d83d0a5e4 0.01 MB 21 80
200,689 200,689 000000000000019d301f37867ef925d517709a1d114955ea820e409ac267e8d0 0.12 MB 227 100
200,688 200,688 00000000000003ee08148b03e8e4c012380e58f6632f3069546003a21eb0c9a0 0.16 MB 349 90
200,687 200,687 000000000000001053cf4fb797735b67fd04a755785859be3e1596c7256b87e3 0.10 MB 154 78
200,686 200,686 000000000000057befa5e4ea1f12b6b56fa989a5da4000f602e0befa77d4ee63 0.13 MB 308 117
200,685 200,685 00000000000002191859fde660ca9c85f1c88cea98180d7633423491cf7cc185 0.14 MB 414 135
200,684 200,684 000000000000023c1b76b736ca7e1780c7535c3685c8a9605bb2ed895c10fa2c 0.21 MB 312 87
200,683 200,683 0000000000000430b1f0810578e635c892f14fa67ffd0f282c2e306b3e245a66 0.06 MB 233 4
200,682 200,682 0000000000000279436affaf0105749fe4b68f5353a191a007aeccb9c8452492 0.25 MB 447 111
200,681 200,681 000000000000027ecc906ccd6bc613352cea0f9e894650daee1d9908526845c1 0.01 MB 10 531
200,680 200,680 00000000000005ad3aeefd6cc413fc710906f35af42807ed826bab62fcd972f9 0.07 MB 138 102
200,679 200,679 00000000000004ec0415ebab97756dbcdef67e5f7dd4a7bb0dc231c97ee86338 0.06 MB 78 53
200,678 200,678 00000000000002620773021e44239a2d66fe7df9b194a662dbaaa4d81c26a8f3 0.14 MB 271 169
200,677 200,677 00000000000000a78dc074a4b8d4299d79647be5a2b4eecec7a25176ad2cb838 0.24 MB 488 117
200,676 200,676 00000000000003f76671b5ce982a61bc7ab274ef6ec99764073438696e67392c 0.05 MB 109 156
200,675 200,675 00000000000003636db77269c3bbe1b276485622fd0ff49fdb9688346d559863 0.06 MB 162 159
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.