Memory Pool Memory Pool Refreshing

3,528 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,527 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (675,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,818 231,818 000000000000000889206ad3a5b2002ddd7833b0b8fdfb5ae10feca2b4b99fa7 0.05 MB 143 109
231,817 231,817 00000000000001eabaa86acb4412c53a88449abd4e75b0776d3a1c97c6d5bdce 0.22 MB 481 162
231,816 231,816 0000000000000034ab84c1ad8cc566962827f4286db540ace5b2f7dc194e5536 0.13 MB 234 116
231,815 231,815 00000000000001d316424093359d6d4971c7bd3717e10b9523080903b8a04e5e 0.17 MB 414 159
231,814 231,814 00000000000000cbeb2cb0faf3ba2d71df6b543c96a426ec202fd7c70b15c029 0.20 MB 357 116
231,813 231,813 00000000000000f9c35d50172dc8618f5ce5ecd1c392fbf71649cf656e02eb4a 0.13 MB 281 147
231,812 231,812 0000000000000070f69ca254ce6d0000ac2a5aeda6ff299a3c71c705b072e014 0.13 MB 299 151
231,811 231,811 00000000000000bb2a4f2a21a18f747f0b1259e78782d7b387a75ded5cca27fe 0.23 MB 483 169
231,810 231,810 00000000000001f5d0ead9d0e7f93e50df9402a93d4758320983e0a396f782a9 0.25 MB 595 240
231,809 231,809 000000000000021c0579dd276a6d5a070fc9151e80cd877f5958fcfcc368242b 0.06 MB 48 78
231,808 231,808 000000000000004705862ad014be981880e86f5b39fdde8e2091373131b11fd6 0.23 MB 486 162
231,807 231,807 000000000000016e12a06f3c60ff23e0bc4ccd361971cb74de71668a4d2da448 0.00 MB 6 44
231,806 231,806 000000000000020e6cde56eb43b073e6512b9cedf6cd5d7dd615dd251c07a431 0.17 MB 377 137
231,805 231,805 000000000000002d7ed16722c9d310cea6094c11b4ba2c9671897e9ae0564126 0.07 MB 143 131
231,804 231,804 00000000000001332f15c775ed8ec749560cff184676dcdb4931e7927aa9f139 0.16 MB 376 194
231,803 231,803 00000000000000a820caff13822a9487348cb581360d01a25fec279dc39ff400 0.26 MB 505 117
231,802 231,802 000000000000009e37cdc810fea7a99b7223044f0d4e5a218172943c1783e0cf 0.08 MB 256 164
231,801 231,801 00000000000000d9148d049fe95c6148b29e192b4f7adc5572d37cdbcc9dc264 0.07 MB 117 127
231,800 231,800 00000000000000412ff793f318ae8a8ea80c3f4f3c516b29eb9b40142a28ef7e 0.05 MB 123 189
231,799 231,799 000000000000017786dad696f9d1ab93f1fb74540f353f35047936a40ea9d460 0.01 MB 25 236
231,798 231,798 0000000000000140287054688802718a574e26cd5a7456e29c5ce40cc3eb7578 0.17 MB 218 43
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.