Memory Pool Memory Pool Refreshing

1,062 transactions
0.33 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
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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (126,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,832 780,832 00000000000000000000080b7829a5088dc0d0ab568d42577d7530117fe0330e 1.36 MB 2,810 37
780,831 780,831 000000000000000000038e1d03caaace7018f30a715741b55c6f0fd1be25490f 1.45 MB 3,108 53
780,830 780,830 00000000000000000003c443ece022a996492edb9f177ed0e07f26869b31d52b 1.78 MB 2,273 31
780,829 780,829 000000000000000000038f1b778b9c4d205f6ffde5abbb1b1900d0f62cdc9d0c 1.50 MB 2,342 28
780,828 780,828 00000000000000000001fc45142a97b0a08dc1aa7468fa3cbeeae3022cfbb7df 1.54 MB 3,606 36
780,827 780,827 00000000000000000006374d3d775e4909d727e86da4ead7f05a0ff8bcc33195 1.50 MB 3,597 44
780,826 780,826 000000000000000000024c550dcc48f322f1d875ae30e6116c3a7528a1e39e35 1.26 MB 1,889 21
780,825 780,825 00000000000000000003ed7bf2f6c6cf8b2d4a2899139248807c03c065ec5464 1.28 MB 1,024 21
780,824 780,824 00000000000000000003dfaed14df00c7e4faa8a468de8383a0972e8523fccd5 1.56 MB 1,170 16
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
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.