Memory Pool Memory Pool Refreshing

9,299 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (754,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,273 153,273 00000000000007f92477253fa1debe973901023e68744476b8d3bd48bf08a5d1 0.04 MB 94 52
153,272 153,272 0000000000000dd72e0ac4228c92354e128339a08747e80a23201f74394d045b 0.01 MB 14 28
153,271 153,271 00000000000002042d03190bf550c34dbb586ed092db92403c69c0ae966bf417 0.01 MB 34 31
153,270 153,270 0000000000000c1590cd1eeb96c56b80771b77d8bd6248f37f81b5583ae737f4 0.01 MB 17 30
153,269 153,269 000000000000060b4dcc3296a6efd3251acb9f5d378e22b81e7f090d1de23e66 0.00 MB 10 22
153,268 153,268 00000000000002c12c065904fa70cf395267294c3fb61cd8d026383583a65b30 0.03 MB 39 87
153,267 153,267 0000000000000a490c9b749a2381b32e01586f004ff59d9ed70f0f063bcf058f 0.03 MB 80 172
153,266 153,266 000000000000017cf55b891b58d4852b8bcc7e1e76988b063c955db72262bbe3 0.02 MB 60 190
153,265 153,265 000000000000007334654b354af82a12428e50d00ec95b6b601823ab8986052e 0.01 MB 26 131
153,264 153,264 0000000000000380bcb06eceb44db2293b93baf2c6b9a3ca307d8913442780e6 0.05 MB 77 45
153,263 153,263 00000000000002468d4312d889dacfc24ef7e8a7846be3c1b8043596a90440ea 0.00 MB 11 4,586
153,262 153,262 0000000000000446c3901e84d171c8d44311b0e089f367863e304794bc6016cf 0.03 MB 73 35
153,261 153,261 0000000000000e09b9ccda3657d990503e24c5eadb1f8fdee89e497dfad7aae6 0.05 MB 64 62
153,260 153,260 000000000000036e1b4a13fd82da8d9be0959a46a9f1b95ac9b200b77715d43e 0.00 MB 1 0
153,259 153,259 0000000000000c0dd1258e63d5e69e4f81a9a72b59af6ccdeb39656dfe971a87 0.00 MB 12 0
153,258 153,258 000000000000075d28b392afaec99b2353492f350cd6c571ef719b49fb58c348 0.02 MB 38 55
153,257 153,257 00000000000006c45fe04f05fa93d780347926e81a27989a42ed02ce48e61a22 0.01 MB 37 50
153,256 153,256 000000000000034b7ec290c640673b0bf20d772f3865b0c9334706bd984e364b 0.01 MB 27 143
153,255 153,255 0000000000000c051559f560af58d8e3042250ef9d0355a38afa817a1ee76bfe 0.00 MB 9 34
153,254 153,254 00000000000007b2c5aba85406002656b4ffdfb254c4826955fc02786936c2ab 0.02 MB 39 53
153,253 153,253 000000000000009abd5f436f7f5d8976da083be660871751b06fbbef15a3862e 0.00 MB 8 21
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.