Memory Pool Memory Pool Refreshing

13,247 transactions
10.88 vMB
Show Random Selection Loading Transactions
Max Size: 42/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,650 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 3,206 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,649 (847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,802 897,802 0000000000000000000136e5e401a2fd42d7d45ce9863f5ad0438715fa18a19b 1.60 MB 2,734 3
897,801 897,801 00000000000000000001b3b7e4e4ee1883237c5d2074589f760eb6092911d132 1.56 MB 3,385 3
897,800 897,800 000000000000000000010bfc73b12823e186c7be1f245b1c06c9440cce51d428 1.50 MB 3,446 4
897,799 897,799 00000000000000000000f841a2bd704f7784c70cfdccf40d1761cb48b618276e 1.61 MB 4,269 6
897,798 897,798 0000000000000000000101753517e986bb46d5de45c3c0997314390ecca29f60 1.46 MB 5,089 8
897,797 897,797 000000000000000000021653e502cc63d2105395f8fa7033d0afadb252346ceb 1.51 MB 5,430 11
897,796 897,796 000000000000000000016bc54f0a0f751408599fa4eaacc5ef9bf7354a15040d 1.58 MB 4,016 4
897,795 897,795 00000000000000000001366eeb2edccd0d0dfa9b8f1c5b033f1664028115f79d 1.63 MB 4,960 2
897,794 897,794 00000000000000000000325c2513784519a0c3e4c97b5fef6fa7ea6247845663 1.52 MB 3,214 2
897,793 897,793 000000000000000000022363145da2dc511521ff31e6bc77b11e297f29f3e371 1.56 MB 3,833 6
897,792 897,792 0000000000000000000145709e3c32cd0df68d162253576fcf1137b13269d9ae 1.61 MB 3,291 7
897,791 897,791 00000000000000000002287c3cf4ca870d20777b231151c03e9c22338946ae1d 1.54 MB 2,968 3
897,790 897,790 0000000000000000000163dd0f5974ebfcd1fe13a0745a9444c246622edbab63 1.63 MB 2,816 2
897,789 897,789 00000000000000000001f3acf109de04cea900626102931294316842a413310e 1.82 MB 3,434 4
897,788 897,788 00000000000000000001fca1f5b3e5b527f482cd6b0a1b068f484a66b13e77f1 1.55 MB 3,211 6
897,787 897,787 000000000000000000002ef9a0ea6393cc19de98b8ec0fb95b9ea8779f011871 1.79 MB 2,821 2
897,786 897,786 000000000000000000022041f2982663b6b622e50e9fef83a67eaaebada03f21 1.64 MB 3,764 5
897,785 897,785 0000000000000000000047214c0ad70e83b78d1b33ce2ec020f5ac09c19157d7 1.66 MB 3,739 3
897,784 897,784 000000000000000000007bcf37df13143cbdc32c42fbbe5577044c4ec68c07eb 1.49 MB 3,289 8
897,783 897,783 0000000000000000000123ff38e157d1daba816cf9bcb1fba86cee2308264cb1 1.71 MB 2,942 2
897,782 897,782 00000000000000000001cca819f17e47f4773ce76eeb96ef59a793ccd772c1b7 1.70 MB 3,184 3
Previous 10 blocks ↓
Total Size: 753.71 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: 418.95 GB sent, 18.50 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.