Memory Pool Memory Pool Refreshing

3,385 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (743,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,799 163,799 00000000000007af5cbba061bdbac24dc2cc064548626e25d9dccfeb1e96d2cb 0.04 MB 84 146
163,798 163,798 00000000000008393f39c074df7c803b1bbebb48281493e0936d6e17a6b21391 0.05 MB 123 98
163,797 163,797 0000000000000646c2471472a1643927f2b531ec6a09a1f47b28c4e0c8a05668 0.05 MB 109 78
163,796 163,796 00000000000000d59fc2d5bd53a07549ba76d3e554b596b558a159445ceb1090 0.03 MB 85 93
163,795 163,795 00000000000007e1cd07cdbc4df8fc3edbbd2e2b6b85083be843b36426c8f6e2 0.03 MB 44 506
163,794 163,794 000000000000096a9a0b826e175e3b2e57621fed29e013d8a9747ca18ea8a81d 0.00 MB 9 195
163,793 163,793 0000000000000c6e32e94d5bbda10310bc028ab90ab19147153539d2810a848c 0.00 MB 10 136
163,792 163,792 0000000000000921c6c3f98c41d60cbcc71ea4eab67c4493d3360db54dca52cb 0.04 MB 49 92
163,791 163,791 0000000000000c20ef447e9c0fa37b358c33b300d1ce3e5aea0b5874f1aa5d94 0.01 MB 23 171
163,790 163,790 0000000000000b69887080ef5260c14e34f7ab464641212d7a92b66da8584b48 0.00 MB 13 0
163,789 163,789 0000000000000689cc148c08c3dc72bcb5151ad13a96542c0c191898732ff3cd 0.04 MB 114 102
163,788 163,788 00000000000001dac64f541b12592ec8ac87fb9d1573b7e89869d21f089d1632 0.00 MB 7 55
163,787 163,787 00000000000009a40078776cb5ed34f10a146ddeebcff4aaaf5afe49f47ca3f4 0.02 MB 28 16
163,786 163,786 0000000000000315c4deb4d3226d0beac40a4b592aa81a7adddaa5c9996a2071 0.01 MB 19 45
163,785 163,785 00000000000001a8513b384e546471b486fbb325078cda23b8ccd121e6dd254b 0.00 MB 1 0
163,784 163,784 000000000000041948fcb681f8ce6412dbfb30c3dc6fe5f57e2c6d51e1bf0564 0.02 MB 43 221
163,783 163,783 0000000000000baa9c5f78f0c51a6946b0d50874c9d24e1a522afc9ee96a5eb8 0.08 MB 19 925
163,782 163,782 0000000000000be9a7f37cc08fa1d7fea664b896f29edf8d7f679fe08959d9f6 0.00 MB 13 15
163,781 163,781 0000000000000541a25796ab97d2a7fc6c080ac8460a64eabcb96633aa1ae6dd 0.01 MB 23 59
163,780 163,780 00000000000006aae1255038be8f19c3d5a707ac29d045548d9777d3b83b2d56 0.03 MB 70 40
163,779 163,779 000000000000054b52868fe79935165635a52e6257bea980cb78a22eed7c5203 0.00 MB 9 667
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.