Memory Pool Memory Pool Refreshing

243 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,273 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 243 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,272 (816,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,803 91,803 00000000000e13e00da0e10be7e71f78aa39e2843b9b4f813cd6883b2358d7b1 0.00 MB 1 0
91,802 91,802 000000000000f8993e0b42e4b3bea7b7edb3487c6b016a27d1d37b1b2d345a7a 0.00 MB 1 0
91,801 91,801 00000000000292ee05baf017f15780a2db02a99a1019a1068c9c12ed667f17b8 0.00 MB 5 0
91,800 91,800 0000000000055f563abfe00e42aa4e0c889742c42f14087922b353b24cf24425 0.00 MB 1 0
91,799 91,799 0000000000048a26c77b284f42351afa3ab4f40c560419045bac85c7909cd5e5 0.00 MB 2 0
91,798 91,798 00000000000deb4d7a2e0b871cd964ad2dff622949518f9868062f9413b0a456 0.00 MB 1 0
91,797 91,797 00000000000609246b4735aa6f39e9869c37205e4b6f206c9cdc50c4bf2a0666 0.00 MB 2 0
91,796 91,796 00000000000b21371358a26aec8e9b7f3402c4068de06eb79ed7ab4af8834836 0.00 MB 2 0
91,795 91,795 000000000008efd439511811080d3a7d832f862395ca0c1fc8cb060a72a8f7a8 0.00 MB 1 0
91,794 91,794 000000000005a26e32708b302fae9f352a6124dfa3f0087f4675d464c1bd9ba7 0.00 MB 3 0
91,793 91,793 000000000007befe10e8d5076217a5db5ee79dac3db7dfc3a222b604e3ca71df 0.00 MB 1 0
91,792 91,792 000000000003046d37dbdc0b35a3e0e75d9edc0ae7f222f726aca1424d62cf7a 0.00 MB 1 0
91,791 91,791 000000000005d179730b0a27593dfa9a387d119a29bcce16dfefb85bd38de24e 0.00 MB 1 0
91,790 91,790 00000000000d742ada611f7093bd7f0f734426bf0cac624b01de50a72d94e04e 0.00 MB 2 0
91,789 91,789 000000000007da140486f4b9daba75ea9c15e001cc3f9ae866a4ce8f141d4b73 0.00 MB 6 0
91,788 91,788 0000000000032826b0d7cc9954c6b21ea351b987f055c52aa6ab2e13f9d1272a 0.00 MB 2 0
91,787 91,787 00000000000d4eb8bdd52c6eaf0f9d3f5609ace27e0e6a6d9e8fdd9bba16f5a4 0.00 MB 1 0
91,786 91,786 000000000004b7b63eeeee73bd96a2a1c93ecbf226977e7298bef087b701998f 0.00 MB 1 0
91,785 91,785 00000000000a4e18ab4f124a65709ef6e1c41b35241857ab7f0e972f7964d0cb 0.00 MB 4 0
91,784 91,784 0000000000040ec9c48c43adaccf09ba473a587db0edeb32ff1b097b193c78ca 0.00 MB 2 0
91,783 91,783 0000000000098162c96118dc161bf70b28d27080d999ee045b37bceabc02ebcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.12 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,691.61 GB sent, 98.14 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.