Memory Pool Memory Pool Refreshing

2,812 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (126,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,823 780,823 000000000000000000046b692330899dd3e448986f827cac41358397af21a7b6 1.38 MB 2,436 29
780,822 780,822 00000000000000000001c352c3e98ff154a6f65dc8bc92a4fe89f9b19ee8d772 1.34 MB 1,741 22
780,821 780,821 00000000000000000005ae4ea609ce828febf7b254f6721a6156ecb4877bbe3e 1.49 MB 2,634 40
780,820 780,820 000000000000000000032d6b1b7a1c2bfc92844612956e7120230af62fd78d58 1.94 MB 1,867 22
780,819 780,819 00000000000000000001e013ac3ddfdade6450e44234135c789622ac51053402 1.54 MB 3,397 37
780,818 780,818 00000000000000000003f0fee6a844a2dd54dfdbd51e5eebe5298af84e19d086 1.55 MB 3,750 44
780,817 780,817 00000000000000000005d65450893ff27e0baee742a58c6bcb7cbb70ede49302 1.50 MB 2,423 23
780,816 780,816 00000000000000000004d2ada5c75791c940a7b04e09224eed451d8894effcab 1.97 MB 1,333 22
780,815 780,815 00000000000000000000e26a88690a9f69fce625722ad032a2006437a91f10ba 1.57 MB 3,326 27
780,814 780,814 000000000000000000065f5e012360a32c89bda6f5e22b2931c68089dc33387b 1.72 MB 3,627 27
780,813 780,813 00000000000000000003361e0908bc5739cae2db98e24e447020e87e947a605d 1.52 MB 3,575 37
780,812 780,812 00000000000000000001cbab6a3189fcdb8bc960d0ee92b4f7d5c6dff58abebe 1.53 MB 3,318 38
780,811 780,811 00000000000000000005c97d7166ccf8c316624079646d96c6a3dc152df6b22b 1.51 MB 3,523 41
780,810 780,810 0000000000000000000612c7c9abce4cae729cb700d017f9af83504c3bb9fe17 1.55 MB 2,913 33
780,809 780,809 00000000000000000005f4337ea50745c91b2c8d77a38494f5c099b7e1ec3661 1.26 MB 1,936 44
780,808 780,808 00000000000000000002c55e0d6313f449a87eeb2b6434039810541f74775132 1.57 MB 3,727 42
780,807 780,807 00000000000000000003214555632349cbab068a7a90841e548f7298ca468c3c 1.55 MB 3,839 29
780,806 780,806 000000000000000000065d3cd7473afd1bacb8de91403774f7cd535b5e990e6c 1.48 MB 3,618 43
780,805 780,805 000000000000000000047e8e8fb6ab3534c3a58100d334feec8c9404af39bac5 1.51 MB 3,616 40
780,804 780,804 00000000000000000000e32c33d5ddec4aa667ac41bc9ca10fe148c845907b1b 1.48 MB 3,640 38
780,803 780,803 00000000000000000005f0d9f4b492dc24315da6997d5b0909dfbb3e4fcd2694 1.74 MB 2,409 20
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.