Memory Pool Memory Pool Refreshing

610 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (36,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
871,771 871,771 00000000000000000001af07afef98dc8d9f7d806fe2b018bd77f84ecb926f5d 1.48 MB 5,206 5
871,770 871,770 00000000000000000000196cf7b222eb39fa8cf7e0936c6f7b892b02e3d2de45 1.56 MB 3,842 7
871,769 871,769 00000000000000000001026dcdde09e821a6d834ee5528388c84e656b2f9624c 1.46 MB 6,188 5
871,768 871,768 00000000000000000002072be80ac1a7c471e90b23b6c1a0c61e604f3c60dd6b 1.65 MB 4,184 7
871,767 871,767 0000000000000000000037dedc6b01557b04b4120dafeb301f8f2c5bb8a2ba16 1.65 MB 4,377 6
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.