Memory Pool Memory Pool Refreshing

9,720 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (706,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,475 201,475 000000000000021e0b55a61b8ff1a5821cef54d5daee9873b9e269640d025de8 0.00 MB 6 87
201,474 201,474 00000000000003de3c7cea2cefc3fdfa71422065d60c6b93e704eeb86d41ca7d 0.00 MB 11 39
201,473 201,473 0000000000000505baf3083647b31323a7624fdd55ed5c8783b072d87949022c 0.04 MB 99 116
201,472 201,472 000000000000042242b7ac22a5703aad5f0ba4f52e7a1f63b2fe9011cb49f359 0.10 MB 224 136
201,471 201,471 00000000000004ec018cd47303e23f1da3b8f398b1e33441665f9bce873bb8ff 0.13 MB 292 107
201,470 201,470 00000000000005d77b2386d29e5fadb5200b4ebf779ca99e24a3dd8364acdf23 0.06 MB 185 93
201,469 201,469 000000000000002eb48b16c78c5c66da382724c7eba9f9f3cee2fa8a4cbe1221 0.14 MB 388 149
201,468 201,468 00000000000001858036bc517c16613301178e22c6729ac054aaa3788f3027f6 0.15 MB 358 258
201,467 201,467 00000000000002c0832529b0c3aee5aac82716024882f4f319ba4d99342eea0a 0.05 MB 138 183
201,466 201,466 00000000000004bc96f22ee03c3a744be2ff08b9634053e114377718a3a184c5 0.00 MB 9 0
201,465 201,465 000000000000055f79d82b1458b8edc64ef67acb7a0a0fceaf0ce52a04d89427 0.17 MB 324 102
201,464 201,464 000000000000056356c11cb8463e602d864bc03585e1737bc1c2af1921f748c8 0.00 MB 10 162
201,463 201,463 00000000000004b548a429b0fcfba527c4cd6029dfd695fa44d541fa0c103f2d 0.14 MB 209 86
201,462 201,462 000000000000010c53ebec2626d4a4d37adfe910f3f5f23f40f8562e45e2fb7a 0.00 MB 13 41
201,461 201,461 000000000000034e6be086ac2b3f2718d0900eb91b5e875551b96ed6fb6f8cf2 0.05 MB 177 20
201,460 201,460 00000000000004920b28e53060d3153f8e3b5f4009cc959cf274b9dd52ddad56 0.16 MB 418 150
201,459 201,459 0000000000000229730fded4d5811f69cbc4ede653b165207e08b6932cafb178 0.00 MB 10 172
201,458 201,458 00000000000002c133048319fa8292a9997e05f2870079c2cb2a9a036816b043 0.05 MB 153 69
201,457 201,457 0000000000000153127e60865c5122d4165dedd27224bacd4c4770773e71168b 0.05 MB 119 112
201,456 201,456 00000000000001961c9dc13bf29cfc2c44734667dbfb4ce0bc8467397d3b00f7 0.12 MB 298 274
201,455 201,455 00000000000001e009329b5f8d6d77c2fdc148337fdfc601e9f7062fabc96b6f 0.12 MB 274 37
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.