Memory Pool Memory Pool Refreshing

1,282 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,010 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,271 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (2,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,290 905,290 000000000000000000018e75910ff1e5c1e373f0faab89149966aa37be27e6cd 0.28 MB 294 2
905,289 905,289 00000000000000000001b5a16057d63132c400520d5d7c0be2b060fb3cbf53c1 0.82 MB 1,030 2
905,288 905,288 0000000000000000000188e91014fefd864494c1e9fd7c426286666dc879f599 1.13 MB 1,648 2
905,287 905,287 0000000000000000000180b2ce5dac33efe7b6e16c92da9c5f0851ad43b29fd1 1.35 MB 2,113 3
905,286 905,286 0000000000000000000016ecf1b758b89f1c52d2d2f1eac8ae2377fb7a0153ab 0.09 MB 223 5
905,285 905,285 00000000000000000000a259341837d7d63a27cb12d68403027f3b908518c760 2.13 MB 3,100 1
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
Previous 10 blocks ↓
Total Size: 769.56 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,649.41 GB sent, 95.76 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.