Memory Pool Memory Pool Refreshing

7,254 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (3,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,784 904,784 0000000000000000000170a01519756d1837f28304a802c7ea535231d3e17d95 1.62 MB 3,528 6
904,783 904,783 000000000000000000004f538f56f75771874808caa356457129993b7056f02d 1.41 MB 1,987 2
904,782 904,782 000000000000000000025f3739bbe5de91aca7ef82bfe210a413719149ed5012 1.64 MB 3,662 3
904,781 904,781 000000000000000000004eddc14a934f591851713021c70f306727d79eca2008 1.61 MB 3,493 7
904,780 904,780 0000000000000000000020a7f237ccfb40bd3c7e60c88253c47e29dd98811724 1.74 MB 838 29
904,779 904,779 00000000000000000001a02a6e3686ef4bd77d4114439cf9c4bf9c45845dab78 1.56 MB 3,606 6
904,778 904,778 000000000000000000011a4aaf0ddac374c6a72a9048b9f70eaad0416e56739f 1.54 MB 3,468 4
904,777 904,777 00000000000000000001c1fbcc7977c6385623de418166df6a60abab632c0ad9 1.57 MB 3,365 6
904,776 904,776 00000000000000000001ec9533d90e623d41280fe4187d264c2bff28cb2581c3 1.57 MB 2,791 3
904,775 904,775 000000000000000000000f47a979d2816a4ca9d39d209d606e954fa414ad59fd 1.68 MB 3,500 7
904,774 904,774 000000000000000000008ca0b67c45091fa8879bcbe242b2bbe2ed64c350ec4e 1.44 MB 2,814 5
904,773 904,773 0000000000000000000037fc9a168daf440e1ef41ac3d8b76971b6a248d9e617 1.55 MB 3,306 5
904,772 904,772 000000000000000000024bc83c9489483fa6c235d461553ae136895de9cc0acd 1.78 MB 2,433 1
904,771 904,771 00000000000000000001c000c79e35a6ee7de00c5fb0d30c6e400db0eda75c68 1.62 MB 2,663 5
904,770 904,770 00000000000000000000f4988f908b9284aee9ea5d9c5a2612c96b5365e71e5f 1.90 MB 2,235 1
904,769 904,769 000000000000000000018dd10edcf948fadc5d6471a96f2b481dd8bba5a753d5 1.51 MB 2,607 4
904,768 904,768 000000000000000000005124606078b486322cd18e626bd3851ad6e0591a5982 1.59 MB 2,169 1
904,767 904,767 0000000000000000000021a8909e3c8cfc8fba99f928dbd1385840b49ea1feaa 1.51 MB 1,936 2
904,766 904,766 000000000000000000006fdf451f55a919dc6a4e5b469ef143a5151ad5b30b45 1.56 MB 3,070 5
904,765 904,765 000000000000000000024222d8d90bdbc364a1baf9d3e11c71f1b35fdca151ae 1.82 MB 2,728 2
904,764 904,764 0000000000000000000208225ce76b27e881e8cd223e3c7ee558a29e2f239d7e 1.77 MB 4,039 1
Previous 10 blocks ↓
Total Size: 769.29 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.61 GB sent, 94.36 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.