Memory Pool Memory Pool Refreshing

4,230 transactions
14.93 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (805,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,082 103,082 000000000003497c6fa25431336a61a6000d43355fef706fd1e3b4d84f2a6fb5 0.00 MB 3 0
103,081 103,081 000000000001469e0097e6ea8eb1506a39020e585fd65dd8f11b79b9018a5643 0.00 MB 3 0
103,080 103,080 0000000000015f3e5da6e939d06aa847f39866f5880d773e509ee530851b1443 0.00 MB 1 0
103,079 103,079 00000000000185981d8dc0183a92c2f4a8fb76cc188f87347c4bfcb372619ad3 0.00 MB 2 0
103,078 103,078 00000000000148e7109c6090da74a91f72d83f6cb7a890a19bd3bdb5d8bc6904 0.00 MB 6 727
103,077 103,077 00000000000169f6c03d1f3994de931855b4f0fe2fccd5ef7f1ebc9a6c3beee4 0.00 MB 2 0
103,076 103,076 000000000000e34a5ce9ff2955866538b6fd9fbbeed1e475d7a037fa0baa4687 0.00 MB 1 0
103,075 103,075 00000000000165f843fb58350d007929ec77d49005c2c10e5457790cb8c2b5ae 0.00 MB 4 0
103,074 103,074 00000000000228cbafb8d4a8a4415933c6ce912f055c2161753ab6e3de5048ad 0.00 MB 16 0
103,073 103,073 00000000000241d390ee42f23aff7d6f6a754c22cc12e36b4e750aafff057971 0.00 MB 1 0
103,072 103,072 0000000000024001d547fc7a21a4f76fb92ce9f5aecf8d80b7dbd42bfbb05556 0.00 MB 2 0
103,071 103,071 000000000001e6901f50ef1e93c351f6dd47b5e9be570c9a882a16e02a4161f1 0.00 MB 2 0
103,070 103,070 000000000002afe78da0ffb4f44157555473c0ab783b241df55e7824b38fd475 0.00 MB 1 0
103,069 103,069 0000000000008726875307d3fe9677ab033671e7f5a6b7b1796cfa2ab1de3b5a 0.00 MB 4 0
103,068 103,068 0000000000017b45e6d008087ef92ebb8fa861c895d23d27f3de0f6d26381882 0.00 MB 2 0
103,067 103,067 000000000002095b551ab33058d64e84cbe1c929ad6a9656dc9e252727b85ac0 0.00 MB 3 0
103,066 103,066 000000000000dfe58de532cd19cfaa3f18ee5eebe77f6390bc309a827473c700 0.00 MB 20 0
103,065 103,065 0000000000036587eb182669dc3d55e6c21650adc76e36a37679e431378f578a 0.00 MB 1 0
103,064 103,064 00000000000128a30454fdd09215f95fcb43aed47113478a52e7296056eb70e3 0.00 MB 3 0
103,063 103,063 000000000001db24842ebd403bcbbe8de57ac0efbfc71178c0434ab6fdd9c017 0.00 MB 3 732
103,062 103,062 000000000002f006af24e6938520bec8c5dafb782bf32f8a3dce2e46b786a0df 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.