Memory Pool Memory Pool Refreshing

7,469 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,008 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (101,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,903 805,903 00000000000000000000f1f49d4aa13d45e881a10904eee0a47f9fe070a3be7f 1.62 MB 3,338 17
805,902 805,902 00000000000000000001d25bb6478d41ad832c3f030a61977d7e7360e69e999e 1.64 MB 3,706 21
805,901 805,901 00000000000000000001b4148914e0698e18cf73ded987b7e7ab54911bea828e 1.74 MB 4,368 25
805,900 805,900 000000000000000000015ca379f2ce6bc0b3ee119d4406c906d12d3b43b92bdc 1.65 MB 4,058 25
805,899 805,899 0000000000000000000109962e43f43121c5c24dfd7e72c176c39eb6d7758343 1.60 MB 3,488 21
805,898 805,898 000000000000000000015ebc889548aa33cca67216f5008126a3dfd38fd51846 1.69 MB 4,668 24
805,897 805,897 0000000000000000000342d2f03fd9ca6d6c6e00190d300b0ede7e69a805a9aa 1.50 MB 3,360 30
805,896 805,896 000000000000000000023df7da7efcf5a270f17bf74e8a6013d1b9e837b38163 2.04 MB 1,618 10
805,895 805,895 00000000000000000004f9dc0d3aba349df92d269ad4cf6ced11e85f11490e6a 1.66 MB 3,321 15
805,894 805,894 00000000000000000000d4dae02f937d17810664133a2768eb0905a8e153d8d7 1.54 MB 3,623 20
805,893 805,893 00000000000000000003fd54f97a52014f48da16646f0121afccc6c8fed143b2 1.54 MB 2,332 21
805,892 805,892 0000000000000000000352eb5e4a82108d28e51a1901a00eb3807b0ea83f3f94 1.41 MB 3,554 27
805,891 805,891 00000000000000000002a4d8fb7125db3030a4889a6fbd7a05d6e5a92d40724c 1.35 MB 2,534 49
805,890 805,890 00000000000000000002a26b9804864936f616868207b1a3acc6861453b7bb6b 2.00 MB 5,990 11
805,889 805,889 00000000000000000004d437bf1c319e6c95390b7e12a1ea75bf678d9ae8d870 1.74 MB 2,750 10
805,888 805,888 000000000000000000047b740517fff940d7d371d2bf937cb6d678a2a8d63856 1.46 MB 3,001 17
805,887 805,887 0000000000000000000066e332e7d8d3bef8c2593c109a4d25502f1a567b7b69 1.49 MB 2,241 13
805,886 805,886 000000000000000000030d70dd63992a7465c23b720d729acf1be454930b3d50 1.65 MB 3,289 14
805,885 805,885 000000000000000000006844e03991400ee0617fd6df6efd715d6d624a4fffa8 1.48 MB 1,910 13
805,884 805,884 00000000000000000000de10c298244ff76ae787cd7c8fac7320ba34a6bfadd4 1.49 MB 2,888 20
805,883 805,883 000000000000000000001b3a68f02f2a2256688ac816a1b837aac79e4c6cf4e8 1.52 MB 3,235 9
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.64 GB sent, 92.67 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.