Memory Pool Memory Pool Refreshing

5,522 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (694,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,449 213,449 00000000000002e1c01a497e4901d541742b13241306e34f8094df828ba8fb33 0.02 MB 41 123
213,448 213,448 000000000000023ec48515f6b3ed2e3162d91b1fac074625536d8a8d0455c315 0.15 MB 302 130
213,447 213,447 00000000000004873ca9eeddf8061a43f21a3c468eb0a4cf03d9de8ce625cac9 0.25 MB 540 163
213,446 213,446 00000000000004f67271c123e562229517c211292ab652171c5a3eb974b69471 0.00 MB 6 198
213,445 213,445 00000000000002286fee549d35e1820f4956ba68f9352aaa416d9b51e4a18cbc 0.25 MB 306 93
213,444 213,444 000000000000024707ca4b07ae2f43bb2a7b4e0434d80c9fafa8097e0c93b234 0.25 MB 690 219
213,443 213,443 00000000000002b6773bfc8979ce51adc26573cd16bc0d065a4dc138c273ef9f 0.02 MB 40 178
213,442 213,442 00000000000001a3c929e80cf0dc0f33d7380ff48c9ffc3f0287ffa99fa5dfd9 0.02 MB 46 257
213,441 213,441 000000000000012246b1ef835277589f100391f4c3246c24b887d9c76c0067c3 0.08 MB 183 156
213,440 213,440 00000000000001b7f78e7e3813aad4bfe6ffd7c5375fd8a2fa499bb507024265 0.09 MB 194 291
213,439 213,439 00000000000003392e9286ff1866287bdb196615a6021a03f18a81e1e51f7094 0.12 MB 334 188
213,438 213,438 00000000000000a4ce2d6ecd5127b8f5a8769dcdc7817b9d2a02d2c005406771 0.19 MB 443 287
213,437 213,437 00000000000001024f68c9f134c4bd47e016b8b9bd4a92705ac0e7d6431c7444 0.24 MB 589 188
213,436 213,436 00000000000000fb4a9cb1668cd03af3fb507b8787775d26313315df60e4a54f 0.17 MB 425 172
213,435 213,435 0000000000000293fc4f72b6faf8f0e62e21593e4b4fcae5dc21eae896f30ae3 0.10 MB 233 184
213,434 213,434 00000000000002d6dac8d735aa1c957d5acf931d0a4142582a360c8c2a107f98 0.00 MB 1 0
213,433 213,433 000000000000002de7d26446e2a6beac2bf83e81a45547b8f3d3bd03c641f3aa 0.10 MB 174 142
213,432 213,432 0000000000000145b01710ce650f57b8d0e22bacee3f49a98d3d66dff184a3d5 0.28 MB 636 89
213,431 213,431 00000000000001182ca4dfa51e7403085823ff05b99366d72b9e02b40d0b20e4 0.21 MB 382 153
213,430 213,430 0000000000000498497951dbcd7570a455af01ad6a43a4f567a8be57133127ec 0.09 MB 146 188
213,429 213,429 00000000000003a1239f13f55e30a39e15cd4846266d019322c90e7cbb456eb7 0.09 MB 204 153
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.