Memory Pool Memory Pool Refreshing

4,990 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (695,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,740 211,740 00000000000001d72540358acff9e55b231490a4f1d2ac77362f1451aa89d207 0.13 MB 185 149
211,739 211,739 000000000000018bf9290ad45d1916bd76b7c4d6615ca0ea51864488179e3bc7 0.17 MB 227 240
211,738 211,738 00000000000000b7683d14f16a815f30d1019396c093220efb8071c00498a223 0.37 MB 574 215
211,737 211,737 00000000000000013af89a5b7293823f0ceb6af68fd980d5951b0f3df876cca9 0.02 MB 45 161
211,736 211,736 000000000000024cfdf73aa9b01ca3cc3c16b170491aa84c3628e647cbb4ed08 0.02 MB 58 92
211,735 211,735 0000000000000235769f7244fe9ba0e0bb830c376d8e56ff0aa93b8cfa31cf3f 0.07 MB 163 149
211,734 211,734 00000000000000b5893b237950de74e28744e4ed21812abd02ab74e29424647b 0.17 MB 338 199
211,733 211,733 00000000000001b6c87c7c2c66cf21d3fdd861f7c3ddad0c823c05a46c4466da 0.24 MB 547 47
211,732 211,732 00000000000000bf5c9a36aa313b9f42c4521a853c69a012dab456a982fccdf1 0.16 MB 290 144
211,731 211,731 000000000000012869267e85bdb7dc193401636dedd2c12b7f0f69bd16d5f95d 0.39 MB 764 149
211,730 211,730 0000000000000425937408851d5747e5ced10c0fd0e035f3f83f73c4cb037e61 0.25 MB 379 111
211,729 211,729 000000000000035a887d67d154e3b0f98c00770fdb2cd8cb841ef28a692ac640 0.25 MB 646 197
211,728 211,728 000000000000032402e128f6206c7a32c41b414f02d69b43a2965aac935db37b 0.00 MB 10 14
211,727 211,727 0000000000000160ee66b91de28c2cbed3d6223622953a9d928ab6947542da78 0.00 MB 10 177
211,726 211,726 000000000000000f4dc77ea3d1a9976041834c0525212973fb501b1550a24954 0.00 MB 6 12
211,725 211,725 000000000000029ba5adfc01e9c78ee0769350c5354e2d6061d579db22e7919e 0.25 MB 738 227
211,724 211,724 0000000000000198524785b4a27f8e55fe6bcd5ee433358fb68c20511cd7da25 0.29 MB 726 213
211,723 211,723 0000000000000182eddbebe5cfb2dfbc9304e97639945f536932776b641a15e0 0.07 MB 141 131
211,722 211,722 0000000000000426f2303d650fcd100603d5ecddab1c90d1d39ad1a86fc02964 0.27 MB 595 173
211,721 211,721 000000000000005fbb7ed7837d8a2a149c2145197e9c274a62dece46458772aa 0.25 MB 791 236
211,720 211,720 000000000000027155a009c6decc560ca512fc045be26945d9d6577abd39549d 0.18 MB 503 181
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.