Memory Pool Memory Pool Refreshing

3,735 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (744,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,114 163,114 0000000000000bd5462dff8b5c2df4b4d08a5542835de6af8cc15a86a8807e96 0.02 MB 54 46
163,113 163,113 0000000000000ba7e6d612e6d4704bf143bc45b4b951eb37132a930edab781b8 0.02 MB 32 81
163,112 163,112 0000000000000628364945b200aa67aa198caaf5f7023a4582ed408e1acf7e05 0.03 MB 14 38
163,111 163,111 00000000000001ce1b02819885f5b6775e09b8ef057f7125163f8b2d30309207 0.02 MB 61 54
163,110 163,110 0000000000000915846a8f38ae5451000aeb4e83aab77fdcac51ed382009412b 0.01 MB 11 549
163,109 163,109 00000000000004cfb4450b7ab1a1ee14f27ca9df2470fef32036d040efa58001 0.02 MB 38 110
163,108 163,108 0000000000000b4916b48961146bd62113fe2f95f9b801e469b5503222ddb9f6 0.05 MB 158 62
163,107 163,107 0000000000000b4eacc0c73eb3584f8d8a1c82e00e085893cdda8a4db430fce4 0.01 MB 18 152
163,106 163,106 00000000000008318472119c5a08d1958f9c8cc6398044a3632880ba0f6a2255 0.01 MB 8 0
163,105 163,105 000000000000079bc45988b2ccaaa150b30eb370e714f5dd8933df9cda9188bf 0.00 MB 13 28
163,104 163,104 0000000000000968ae6ff6aecae93069d44a2ca697a9266183460005fc09f562 0.03 MB 72 160
163,103 163,103 00000000000006e653eb76a6282aa79717f47be5675ad23eee05b15924a685cc 0.03 MB 63 131
163,102 163,102 0000000000000bdc833fef61188a4a849f852dd8d78628f1bb86c15fb7047d2a 0.02 MB 60 122
163,101 163,101 0000000000000d4d0865ae34c01e8164930f017d707866172ae17966a012c5be 0.00 MB 9 52
163,100 163,100 0000000000000487b04d498f8ec29fc1fb07a76240d63b9cecbae6f5bd71509a 0.02 MB 28 139
163,099 163,099 00000000000006b3859cadbc30bcad995e2b588369bc025ebdda0e7e593a94f1 0.03 MB 84 169
163,098 163,098 00000000000002b7e0bc28bb6c9cd38702860db628ef1826005e37c4b302cf1a 0.01 MB 13 194
163,097 163,097 00000000000006651788a1cd736263b2540e4b40e669c4dddbfe01b7d95823df 0.00 MB 10 53
163,096 163,096 00000000000000e387ff3ec285b9a30423d7cc444751a50f7fff9f0a7333f14b 0.00 MB 10 0
163,095 163,095 00000000000006d5083c985027675134acab2c8cab0a24e0eac4a7acb476d108 0.03 MB 62 138
163,094 163,094 000000000000022b8f30cbc0ada94643638ecc9db5f3940fa75cf7e42fcd6792 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.26 GB sent, 96.60 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.