Memory Pool Memory Pool Refreshing

18,099 transactions
5.83 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,451 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (707,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,533 200,533 00000000000000d96ff2278222b9c3164a670b80eea0190a9bef2acb668907cd 0.08 MB 222 145
200,532 200,532 00000000000002aab86d2423002c50493e0f3c87ceffe0478d8d676ba9b986f5 0.11 MB 265 113
200,531 200,531 000000000000005980619bd497ebf02f1e030897fa155f2c87c7822584de72fb 0.05 MB 114 86
200,530 200,530 00000000000002ce2bc3218a4a30d8e0efd18e6ff0f80be499dcfcc28d0d357d 0.20 MB 517 220
200,529 200,529 00000000000002633bbbefb53155f0ed384c19e8d4544944219488b8b68c94c9 0.00 MB 6 148
200,528 200,528 00000000000005b16ed8193c3792d229403c0e7a397c68ab32151ed2b5e89747 0.26 MB 521 93
200,527 200,527 0000000000000237b9d2d1b965cdd9da9b2da99e6dc807caf02793cdb8709103 0.24 MB 747 158
200,526 200,526 0000000000000126b58cf12c6cc0e510ff4f96998d49f1a3914c1a5fb2d1360e 0.42 MB 1,066 152
200,525 200,525 00000000000001c11f5f1dcc4e8942cbe59159042efc96c7b82c26e24ef29101 0.05 MB 138 217
200,524 200,524 00000000000004056459feb4f8561293e9c511edd6b478d33612cbbc77c7d5ec 0.07 MB 191 146
200,523 200,523 00000000000002a1210d83afcdbc418779c01e85d3d4e47fcaa1ecd3c0485375 0.14 MB 186 104
200,522 200,522 00000000000002cc01539d07dbe05d75f649cf10e7cf6e073fef0a26ad1230e6 0.09 MB 202 138
200,521 200,521 0000000000000090eac81033e7c4f52517c8a406ccbc866415539d3346b5c71c 0.20 MB 482 134
200,520 200,520 00000000000001bfe511d7c8d98375dfa3be547ae913269c2658f63fee1418d8 0.06 MB 190 124
200,519 200,519 000000000000045d651243d6e71484cca5d080b38abd67f282b0e29e5e2a352e 0.14 MB 415 165
200,518 200,518 0000000000000421e3685df03622fdd5a73e83d4f3b2b74af15152bd8cc9bd20 0.00 MB 5 155
200,517 200,517 00000000000003273027f027da81e7fb54fe8edb80f35d357100b1a250c80a6c 0.03 MB 78 250
200,516 200,516 0000000000000533b29c18561da3e3655a5dbdd9374862cae856dffc00583c56 0.07 MB 212 79
200,515 200,515 000000000000022fdec979662948e394d3df93a0add9a5ff8284037fb64d35c2 0.05 MB 141 171
200,514 200,514 000000000000050b1621592a5afb6262611b34748d8a7b0e074d5ed5678c50c3 0.08 MB 175 163
200,513 200,513 00000000000002365d842bba0bf3ee9645fc40af286e3e15d7281c01e4f13dd0 0.24 MB 655 197
Previous 10 blocks ↓
Total Size: 769.02 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,624.29 GB sent, 92.99 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.