Memory Pool Memory Pool Refreshing

10,084 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (97,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,058 810,058 00000000000000000003a52200f9e844feb8560d751967e680b66cdf3f04ab04 1.83 MB 1,897 8
810,057 810,057 0000000000000000000439d875be2848eb6320f9729af3af7cee8903b00e752b 1.46 MB 3,508 25
810,056 810,056 000000000000000000031f9cf8400735d0bd0b19fa960f684fdf28e3696be496 1.39 MB 2,514 35
810,055 810,055 000000000000000000017fa41bd2df38eeaddbf307bd579828fe34b646a16e7f 1.61 MB 1,224 11
810,054 810,054 00000000000000000001e12f638ebcfa5968e7d5c6cfcbd0c019ddecdd362103 1.69 MB 2,015 14
810,053 810,053 00000000000000000004663243a61785bbebd616e5a8de43be3e5c5add780d95 1.49 MB 3,344 33
810,052 810,052 00000000000000000002977c39c52175f1755df2fde2f92701f18778a9e3accf 1.49 MB 2,604 16
810,051 810,051 000000000000000000001ab5484ae61e5823516aa066c9f1df042ca7e98c02dc 1.52 MB 3,186 31
810,050 810,050 000000000000000000039f849372dbe650f8b9a17e7aba7a8e022aaf41280b8d 1.51 MB 3,422 28
810,049 810,049 0000000000000000000249133a1be5c753b94c21fe2d3e18bb6726e38840cbc9 1.55 MB 750 5
810,048 810,048 00000000000000000000521825810a93441e5768d46d0e4fc3c68cf78db86e6c 1.31 MB 1,811 28
810,047 810,047 00000000000000000002e4aa1d028ead8a3819efbf47cf708a673ce7d6011709 1.10 MB 500 6
810,046 810,046 000000000000000000040eba2f5e7cbe70916713aa8cb55a0d4acbc572ee1cc3 1.53 MB 2,235 11
810,045 810,045 00000000000000000004be9a370017b3837774b85f05cffe4a162b9c3873b843 1.85 MB 1,926 6
810,044 810,044 00000000000000000000c9f6ecef1021ebc27433f970d0ee7521686428e1e01c 1.69 MB 2,708 17
810,043 810,043 0000000000000000000065f259c9c8f150f9231a0b772cb9c388391a0fd8fd86 1.58 MB 3,489 23
810,042 810,042 000000000000000000026ef0269551b40b082564becdbb21c6d5ebaa0a3c82cf 1.52 MB 3,205 36
810,041 810,041 000000000000000000022c4eb93f997330b7fc4cfad85ef250cde87b2be16b5c 1.39 MB 2,745 23
810,040 810,040 0000000000000000000226767fc2553eb8a62f1e6ea91a1cd6f00e31cbce423e 1.40 MB 2,832 20
810,039 810,039 00000000000000000004b049871e27a23252e87550c322dad41db608d18073fd 1.46 MB 3,270 37
810,038 810,038 00000000000000000000d6c8fef047aa77d5699e3a285d7cbb97fc16f3c0e183 1.57 MB 1,733 9
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.