Memory Pool Memory Pool Refreshing

16,923 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,932 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (600,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,808 306,808 0000000000000000110c3e0faf4eff2c3330de132bec20eb0b3f11376297803a 0.25 MB 481 33
306,807 306,807 00000000000000000dd307a55100fa2fcf0014721cc83ea0617c886419a29e85 0.01 MB 28 27
306,806 306,806 00000000000000000fc4e1ea6c753a264f9b59e985aa32b1d480d574a325e6cb 0.10 MB 210 25
306,805 306,805 000000000000000045da017a2f2bb4309e25c51aeaa8655b45e6b9855d14e9d7 0.28 MB 428 26
306,804 306,804 000000000000000006c3fae675fbf4ac7103f0e64501821c47486f503c6ad504 0.16 MB 363 37
306,803 306,803 000000000000000006ddd533abce4c735c461d57f0cf1e2e98d0faf7c167d6d1 0.12 MB 79 12
306,802 306,802 00000000000000001e7783584bc9b8c262c0c7e1020043da682235d2d39b274f 0.50 MB 1,166 38
306,801 306,801 000000000000000001fe92bbb4a1f31ec467cf1437fe4b4a547ce1d356db5be1 0.04 MB 128 59
306,800 306,800 0000000000000000184755de8a87e6df5380d80b9c6f039ca29c858229f8e612 0.03 MB 84 47
306,799 306,799 000000000000000027ed911608adf682d73d4799c6385ebbce2b58226aaa6a32 0.29 MB 469 26
306,798 306,798 00000000000000001b78b6b6b620d1e988df1975ceee1377d94ce0aab08ec995 0.06 MB 109 32
306,797 306,797 00000000000000003306ef8ef0be7994eaad7cd5de51256aa33dca6040a92833 0.20 MB 398 74
306,796 306,796 00000000000000000a6f6ef6519e200ef097fe8f51243299cca07538550160ef 0.15 MB 283 32
306,795 306,795 000000000000000038f0e772f7f9f5c0245574404abba849797a790dcea5b63e 0.31 MB 481 25
306,794 306,794 00000000000000002fb2e1d1711d40e1a1e473a22d76bc12bef6fe879d3a034d 0.04 MB 128 58
306,793 306,793 00000000000000004dd6ffe26637af8e65863a3a88fa7f4f5c1e5647d162d79f 0.44 MB 434 20
306,792 306,792 000000000000000019fb61024cee65e3c6378d73b3a10a8cfe3c06ab5dadd847 0.26 MB 425 30
306,791 306,791 00000000000000000cfbf3b3c8e7e95b16212ca2943bf0b8adc2f6b3f7d0d3fc 0.27 MB 415 27
306,790 306,790 000000000000000042455bb55ff84ab0ba4afac5f62dabd1ffe0284df34a2eec 0.15 MB 143 16
306,789 306,789 00000000000000001a0280cbc91f8c7f907941f5abe9fbf26e001bb12af1a5a3 0.26 MB 374 30
306,788 306,788 000000000000000027245f39d7515bd7d54264dbf133c245e30807ace35aadeb 0.26 MB 464 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.66 GB sent, 93.00 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.