Memory Pool Memory Pool Refreshing

6,256 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,261 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (12,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,338 895,338 000000000000000000011ce8bf388ad5900ac0dbe42a194ecb59dcc72334126f 2.98 MB 1,145 1
895,337 895,337 00000000000000000000a6c1099137c881d9e084c02cd91570357f85cbe4ad30 3.44 MB 975 1
895,336 895,336 0000000000000000000090c969d3e1eb3586fd097bb927693540ae74665ed4f0 1.61 MB 2,564 3
895,335 895,335 00000000000000000000df12f40c9ba1b162a89245cd8c7caddc65b2a98d4862 3.24 MB 922 1
895,334 895,334 000000000000000000001f7b5639629847330d62c4ead77edfca4ff77f3f8cf1 3.87 MB 210 1
895,333 895,333 0000000000000000000253f30307df3a006697aceb787c47a134e5fa458c8f25 3.52 MB 714 1
895,332 895,332 0000000000000000000237e148b038cf05db3ba7df2342baea9cd21ab91e9a07 1.45 MB 1,823 1
895,331 895,331 00000000000000000001cd83ba4ebc179970c571c67cf680f931ad57f392af93 1.60 MB 4,184 4
895,330 895,330 000000000000000000010c0673897185fbc6db738233109e6cd61ea9641ce39a 1.97 MB 1,708 3
895,329 895,329 0000000000000000000103a58143110f64f2b844dad9ddbfbc4b74def7062b6c 3.22 MB 1,060 1
895,328 895,328 0000000000000000000069e652e54e1b0053976ba6eac22db9094b192f621ec2 2.41 MB 1,975 2
895,327 895,327 000000000000000000024a79ac9048e16e875e32f220ac8aef0792e3998967e7 1.96 MB 2,874 3
895,326 895,326 00000000000000000001d95630e69f766d74bf265627f60886bc8f621afb1482 1.96 MB 760 1
895,325 895,325 00000000000000000000dd01376654ec8e2f04d581d526aef1d2732cd65c2297 1.68 MB 2,408 2
895,324 895,324 00000000000000000000c06f5bafbac18b5630d9dcad12555ad316b9591a111a 1.22 MB 1,483 2
895,323 895,323 00000000000000000000674a9c3c47bf73a0365d8559754e3b2b2cc0dfb89d9f 1.57 MB 3,998 5
895,322 895,322 000000000000000000023fb2b120f80200ba5b55462caae209c4cf79cb4ace4f 1.41 MB 2,345 3
895,321 895,321 000000000000000000013c99357d06b0d855a530cc651f2656af99edb3714d4c 1.60 MB 2,035 3
895,320 895,320 00000000000000000001a28ce60eea0c7c62fb9ae581efbbe53a0bc9c6786bb8 0.95 MB 52 1
895,319 895,319 000000000000000000011f226599031a5f9d1349e485f567a6e4d4a12fb68c77 2.78 MB 1,877 1
895,318 895,318 0000000000000000000036346892b29d8418ed684f05767a917bb64bdf71f52b 1.62 MB 2,036 4
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.