Memory Pool Memory Pool Refreshing

2,694 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (704,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,125 203,125 000000000000051f6d46c22c09ea671ab1535fa99903a95271dd06bfbb6671d9 0.02 MB 51 150
203,124 203,124 0000000000000056e4eb8e256f916ef5ea70be57ba4ccbd094ba35504036392a 0.02 MB 33 77
203,123 203,123 00000000000000e585cf5b79665c4483167fbdfb81e856ca42a31a80ab7fba91 0.03 MB 33 689
203,122 203,122 00000000000002d59666dda76cd8631c21bec750d0e57272dd625eb187b333cc 0.07 MB 118 82
203,121 203,121 0000000000000005744f364d1a264f68d9fa23ca1e12d26b1716e79ef0ae404f 0.04 MB 77 90
203,120 203,120 00000000000003125acd09b8237a343e642ada4487b2be61fd5e10c081bcb09e 0.10 MB 212 127
203,119 203,119 00000000000004177e37c12854e25d4f6044776db78e08e92ee84380cd4d5c18 0.10 MB 211 119
203,118 203,118 00000000000000d8aafe527d2533e3f0fa34da51f8dcf75ac3e4337bf0e2022d 0.12 MB 296 77
203,117 203,117 0000000000000532cde4d4728a62e048707fe35e7c705e7d45c2c0a679ff1a59 0.16 MB 322 90
203,116 203,116 0000000000000212ae6e037e1e2cce53977f056b2872950b226dd55bac8476a6 0.09 MB 158 87
203,115 203,115 000000000000019342b279d8e415cdaeb1526efd461060144b11ec1063e86ba5 0.20 MB 420 139
203,114 203,114 000000000000026cf440eacbb0b6979bc8916310f6277345bf88e7245f517bf2 0.05 MB 123 81
203,113 203,113 00000000000003bd0f29a459dbd76ae71da1b6fb9630504a9b8dd0ea34087b32 0.15 MB 234 114
203,112 203,112 0000000000000261bd0a1db607fd99952e5e631cda3f9cb5df5819cf3d108f77 0.06 MB 165 232
203,111 203,111 0000000000000310d111bd51c4f7e95e3765f6ab36a7226f678f022f40122f79 0.06 MB 134 189
203,110 203,110 0000000000000176759c7182d6a8b2fa9166336e619f58f0b3fb14ff6d273277 0.13 MB 363 144
203,109 203,109 00000000000002f19d7644e37fbe4f84bf20c06dfe2e325c91239076152bfaea 0.09 MB 221 131
203,108 203,108 00000000000003a4d480094d77b9b37a662758d7b2ad46c7db467fb88dcb2184 0.10 MB 200 102
203,107 203,107 00000000000002ef9df6d32354f84ec4f7e2797e6e4cb36f391279e969fd8798 0.04 MB 85 104
203,106 203,106 00000000000002cfd1284be6a6f312784023f4207f19c806a23c6a6fcbb1daeb 0.01 MB 20 139
203,105 203,105 00000000000001088075b78afc6a8a99db37beb1347a222f38c303dadf0aad04 0.03 MB 74 131
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.