Memory Pool Memory Pool Refreshing

1,330 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (35,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,792 871,792 00000000000000000002b17e674964b7905117cce9f90ef7f35d23ca2bc2c98a 1.91 MB 3,995 4
871,791 871,791 0000000000000000000225c8318355f4273b36876509806e28512f1df35792da 1.60 MB 3,642 8
871,790 871,790 000000000000000000024bfe26bd9a15ad4b6053bc9494c3ab01107d530d7ada 1.48 MB 3,050 4
871,789 871,789 0000000000000000000182e7d0f50e5207fee0633f018fb5cea55cc94fdc6188 1.40 MB 1,981 4
871,788 871,788 000000000000000000020920d2c3c60ab20ffaa6bd17259791fffff93eb1525a 1.51 MB 2,686 4
871,787 871,787 00000000000000000002be5521c8e721137061596fd1695bbcead2152f665fdd 1.51 MB 4,740 6
871,786 871,786 0000000000000000000201501953628d384aeff8ee5447eb1c2e2bc1bc94a739 1.70 MB 3,556 5
871,785 871,785 00000000000000000000df3e1b3c749d0373cc9f8bb4d03c6c6a89bc7c59667c 1.51 MB 5,970 6
871,784 871,784 000000000000000000021f08eb9a49a0b6e553d3445d4fb519ed47dd35419d0c 1.53 MB 5,477 8
871,783 871,783 0000000000000000000164a522d4af410b7535c68c88308c29d9a56c0855d806 1.59 MB 3,803 9
871,782 871,782 000000000000000000005c6a65f2a4dbd3ef8b1cc38a33f962c14f6aa6fb1ce7 1.49 MB 4,967 14
871,781 871,781 00000000000000000000b709eb52b2dee7050cd97c0aeabf8c1905895eec291c 1.60 MB 4,754 9
871,780 871,780 000000000000000000020ab74408d7b16e72cf384fa24d8091420506bc76da0e 1.55 MB 4,791 12
871,779 871,779 000000000000000000003bce37d2060179c6001eea22ee46843ac27c5d616f57 1.52 MB 4,119 5
871,778 871,778 000000000000000000025bdfbcd4cd78a1732d3b0fe0cf0c026f0521efc6a4fe 1.44 MB 3,937 3
871,777 871,777 00000000000000000000c147cfa3fd46557070159cbbee00927c9d28ffd091d9 1.52 MB 2,900 5
871,776 871,776 00000000000000000000efd4d0bfb64829beb04299e9603ec41efc687de1594f 1.41 MB 3,915 4
871,775 871,775 00000000000000000000d9b6b234d318fd5b2fcafb785f170c4bb0534619c329 1.65 MB 4,492 5
871,774 871,774 00000000000000000000a43ae74257bd3e62e965d5a3b2c0698560da0efe8ebd 1.58 MB 4,171 10
871,773 871,773 00000000000000000000fd776ce82ac22ad0d7d947c5e822c9abf6b802f9649e 1.57 MB 3,485 7
871,772 871,772 00000000000000000001e02dfacbbe7136d8a623c90e98b3ddf4a92343b94b98 1.46 MB 3,037 5
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.