Memory Pool Memory Pool Refreshing

6,932 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,687 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,734 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,686 (580,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,046 321,046 00000000000000001fbf721a1ca5d148bb23f77b33fd40ed3fdb5bf9cad2db80 0.15 MB 322 29
321,045 321,045 00000000000000000757ae52eb14eeaa713a6631102cc76eec34ea008b305ae1 0.01 MB 16 22
321,044 321,044 00000000000000000f7b6f9921b5bf4ff2e76de227f07277f8f6a81e725c6fd7 0.25 MB 641 33
321,043 321,043 000000000000000003d8cf6bfea0116c40b9912bd217be9301d13695355d113d 0.28 MB 583 30
321,042 321,042 000000000000000018616bb700b492555afad361911c58519444ef5fa544e29b 0.04 MB 75 18
321,041 321,041 00000000000000001675ed85fb0dcfa76f7da7a2bbb899a429c8c1e47fc5fb81 0.31 MB 665 30
321,040 321,040 00000000000000001643f459deebc02f71df177d07e57535ca162df2d9ad261f 0.36 MB 772 45
321,039 321,039 0000000000000000193bb95d4c2bea3ffb37a1bdc7b0b76302b2a2585433baa2 0.34 MB 694 29
321,038 321,038 0000000000000000125595ddf187710ea5120a001b12a182af6d7aa1ddaa25b8 0.40 MB 716 28
321,037 321,037 000000000000000021331e8d5f4973a7406c966439cf882978037eea5137b68f 0.03 MB 51 23
321,036 321,036 00000000000000000cea5f9d20259eeca92b4b03b744c112a662cc7aef53f031 0.20 MB 437 33
321,035 321,035 00000000000000002379acb23818741b5a7397c6f4c47735cf4087e9558c292a 0.02 MB 56 19
321,034 321,034 00000000000000000eece6619e482dd5069896ce1bea56c2b096c892c26218c9 0.22 MB 273 17
321,033 321,033 000000000000000008c17cf31aec28e4623e0b6c98f5d690def7b156f114f2f8 0.35 MB 867 36
321,032 321,032 000000000000000010880ac835ce6cc4afde14be734b0934861d6a32b51e8ba6 0.09 MB 251 37
321,031 321,031 00000000000000000c22d6f5d8d4cd0e8aebc6405d66a297ce70e942c93b0f46 0.38 MB 798 29
321,030 321,030 00000000000000001d8039a9ffd49b8024438ee2a443493def354c78cd14a41d 0.17 MB 512 40
321,029 321,029 00000000000000001d79b924610c364d4c41b12b29566cd11784941544bf9f2f 0.40 MB 780 26
321,028 321,028 000000000000000001dd9976997f2dda8e0712267829aa51d899da71df3811fa 0.25 MB 461 28
321,027 321,027 00000000000000001b9774f39bec2770bad7e7f84331dc87a4e780284a01f387 0.74 MB 1,210 35
321,026 321,026 000000000000000012fd9fe8716c39f7a0068b9e6624a89e6a279f323ada9f8d 0.32 MB 800 33
Previous 10 blocks ↓
Total Size: 758.64 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: 750.47 GB sent, 40.07 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.