Memory Pool Memory Pool Refreshing

971 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 960 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (695,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,150 212,150 00000000000001723c0253ec0cbc5ddf2aaca38bb0785175a9831b2128974b6d 0.19 MB 421 190
212,149 212,149 00000000000002d26537d9eb939ed212171b45f2d70eccbf5b0d0939ee1e80e2 0.11 MB 189 152
212,148 212,148 000000000000039ca22d7de84a951c305535ec8f08449e5b059575308c266456 0.23 MB 365 114
212,147 212,147 00000000000002b54baa99eb63d0fd8b7e07d8d277be713257a7c23098a99b66 0.10 MB 300 220
212,146 212,146 00000000000004239eb32435114b332a6ecf9475ecdd7274ae286d7ee932f176 0.07 MB 170 139
212,145 212,145 00000000000000860d419bd35a03d4033e8b774d5a2a1cd287ef564719439ce8 0.25 MB 520 155
212,144 212,144 00000000000002f830d4f210832aacb19d258e4d81149e21f9c2e4039a19fc39 0.26 MB 389 113
212,143 212,143 0000000000000097034be7cd42d635f07cfa8efcc1f674e4a34d52db6120a59c 0.20 MB 551 231
212,142 212,142 0000000000000439cc0ca9917b9f2737fe89c96faca9948e2ac0ed7f1d2a25a5 0.20 MB 487 191
212,141 212,141 0000000000000133bb77bfd932fe0beaa819b1701124f55f94fac34a75ceecc9 0.05 MB 111 71
212,140 212,140 00000000000002f9b18c6021b895c5d2abf369fd89ff11ef252293f07aa90e54 0.05 MB 155 7
212,139 212,139 000000000000036d1d89e63df4f7176f811a96e781b6f22013c71392ef534ee6 0.09 MB 138 93
212,138 212,138 000000000000041e3ce46b7de7ec4b8e7db2da5cf9e2a8a8fa94adc04cc88868 0.25 MB 504 151
212,137 212,137 0000000000000364188a5ebbc270605141093e33a485f9962a1077b6d812d1e7 0.27 MB 472 124
212,136 212,136 00000000000003487dcae2c7293f4a79be0b756bf2d4d606ee0ac5d51e33feff 0.05 MB 89 1
212,135 212,135 0000000000000201f9f223ee04c31f78d016a13b1b02559d21ac1d302f268721 0.07 MB 161 0
212,134 212,134 000000000000020f739e49b1e2617a11b9e2494d3bbfd20e44c0083fbd2e7076 0.25 MB 839 265
212,133 212,133 000000000000007439acd5919f2600aeca2021b6052c4650f6a5d771b7f1bcb6 0.26 MB 548 190
212,132 212,132 0000000000000004c7e39b8214c7c11065746cad1e3ebc2de0a426440fed71e5 0.34 MB 846 160
212,131 212,131 00000000000001237446576ba995a9c73b4ce746d3deb38b812630be9f622ec5 0.03 MB 54 61
212,130 212,130 00000000000002da7588362dd16ecfba307eddbc0bfa93de5fad2030b67e2870 0.05 MB 86 83
Previous 10 blocks ↓
Total Size: 769.58 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,650.58 GB sent, 95.81 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.