Memory Pool Memory Pool Refreshing

1,099 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,076 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (838,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,389 70,389 00000000000bac60f1d1fa700b08c059836079bbf794bdfcb27049aca9894e26 0.00 MB 4 0
70,388 70,388 0000000000e63d5900136b60f950d55dc74c764dcaf89f3ce0a16997585498c3 0.00 MB 1 0
70,387 70,387 0000000000dd5beb393d1ac6d376af284890eb5445e3ec0567207d62a8437ef3 0.00 MB 2 0
70,386 70,386 000000000098950f6b965915a566c98a3a9e47a7ddb2ae033cd879e38fc476fe 0.00 MB 1 0
70,385 70,385 0000000000121b2d7cd9d73d1791490eea65bc253932f6e18c7a247ee0811d44 0.00 MB 1 0
70,384 70,384 00000000006ca73e710548eea5fe209fa3996547f3d874637411d800d60061d0 0.00 MB 1 0
70,383 70,383 00000000007f83b21ff502c93d51d2d1c3f21c8edc7c87b9ef9cbf3a396e701d 0.00 MB 1 0
70,382 70,382 00000000014a4fe4743bc408e27eed37c27352b6796f6dc8b85908248b6f8968 0.00 MB 2 0
70,381 70,381 000000000126311464ca585d332e46e8edaf5a0718728a34a3541a044a626933 0.00 MB 2 3,875
70,380 70,380 00000000000992604fa9e270b305cdf53c43093a6fee116a2f1657bc96777336 0.00 MB 1 0
70,379 70,379 0000000000a711b083deb51cc2b36e46905093913d0074299d0718dd023aceed 0.00 MB 1 0
70,378 70,378 0000000000130df4458b7fee4f3f6c95242fa61454000bfdbb18b5a7f33211d0 0.00 MB 2 0
70,377 70,377 000000000104c56dc254d1018145a854740e68ee8183231d443a1ff186339b11 0.00 MB 1 0
70,376 70,376 0000000000c49fedce230329fe699095a2e57c5ac4d76e3b904aca3e4f6417b6 0.00 MB 3 0
70,375 70,375 000000000071aecdefc8a7660a1a3e334fea02db3943f7fd5f61737d1826a96f 0.00 MB 4 0
70,374 70,374 000000000159ee795e4eae10f5e11506f3553f015d82d3564cabe8bb4141f657 0.00 MB 4 0
70,373 70,373 00000000003f969cab21fac61f630f666fbc50dae6a3fcc4e501f897fad3edf2 0.00 MB 3 0
70,372 70,372 0000000000913bfa2a3393f41ce2f89e691554c0812d4a9de5d4e5c571c4b8af 0.00 MB 2 0
70,371 70,371 0000000000dd40f58b6150c9fc17634c8125e2b21f9c3cf4319fa25b5bd23d4c 0.00 MB 2 0
70,370 70,370 0000000000e496441039d6fae0c09feee78e697a8988beba9e58895f0d4d9823 0.00 MB 1 0
70,369 70,369 0000000000f68cfee6aefcee882f9e95b841e98be49244460205e1101bc0bb9e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.