Memory Pool Memory Pool Refreshing

532 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (704,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,450 203,450 000000000000026bedb68f62dc057390246ed3ae166155115c17509e29891de5 0.05 MB 113 228
203,449 203,449 0000000000000470e3771427c12c237489bbaf651f20922eb700032970a5e4c8 0.03 MB 113 31
203,448 203,448 000000000000036d03a42ae08d385de795687a1217649bab711fe0ce2136c5d3 0.23 MB 498 141
203,447 203,447 00000000000002dcd6d30d01ac9172ad58e804404ac8b40039e7c337ebd92536 0.05 MB 98 285
203,446 203,446 0000000000000383647de4b672fa55a8b7c3fcc9081a69d86c73776b2ecafa3a 0.08 MB 156 86
203,445 203,445 0000000000000309711726588842d9fc4db0f47e65aea9dd36a89b05d016a423 0.19 MB 450 262
203,444 203,444 00000000000001805cb3243f0db212e1f2e55986d2ab77fab93b3fca50b840cd 0.23 MB 391 173
203,443 203,443 00000000000003caa8d232ae0e802ea742981c74e15f0574269a9169e3815c4b 0.08 MB 153 36
203,442 203,442 00000000000004bb60e977ae31ef34e5d4815b923c35cbc553f6b1bd51bc86ab 0.09 MB 181 161
203,441 203,441 00000000000002f56375abac7bd35e499a944f746e60d04e21c7ff17b7bfd504 0.03 MB 66 75
203,440 203,440 00000000000001caa3948c01795308eb75110c910251f6df7750fb3cba21eccd 0.18 MB 248 227
203,439 203,439 00000000000002ba92fd32437a60e9f8c4c19209e3c175087a7b8a17f2ea1d96 0.08 MB 170 135
203,438 203,438 0000000000000201892dd6ed76236eb8f42e93bf0dad2606cc5aaa246f253bf1 0.00 MB 1 0
203,437 203,437 00000000000001d5ce6880b3c265f34dee91f3c7603ab6f151e814e08ed050fd 0.04 MB 91 122
203,436 203,436 000000000000017c118daed5c3fd997b3c55ac0d00d7cba5d6de88fe70fc5dfa 0.10 MB 214 137
203,435 203,435 0000000000000406dc596ed9a0c9d2b484ce0747a83a360628375c2d0559a72e 0.19 MB 481 245
203,434 203,434 000000000000037288456c5dbe79c71bdd90c48df7ec27944ccbf15676adafbf 0.13 MB 247 172
203,433 203,433 00000000000004786892c16fe7c3b37b480f73f62fb7367d7014c8648e4f646b 0.24 MB 489 119
203,432 203,432 0000000000000274c39670ed62a3ff8d5ff70f149d2c419f645f4c238a625b02 0.03 MB 41 87
203,431 203,431 00000000000003e1482a4447996ccb383bd23b1b636e58b7dc21362535ac013d 0.08 MB 131 206
203,430 203,430 0000000000000401790a8fe275037a37fd5cbe5800fb60080103b39ef8c0efa5 0.16 MB 410 212
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.