Memory Pool Memory Pool Refreshing

4,245 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,706 (729,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,311 178,311 00000000000004144bca878f7c7ab39238c24b3b727e720b6523a05add67e395 0.06 MB 127 103
178,310 178,310 0000000000000930d4db5452859cf5345a94cc3ff459ec477122276c11eaeef0 0.05 MB 102 197
178,309 178,309 00000000000003edd4741165408f872c3ed915ab30e354d93ad3d9ab142ea39a 0.05 MB 151 33
178,308 178,308 000000000000010f2e8869cd7806f817d6b4847ef141fed2395045d8dc360ab8 0.01 MB 28 44
178,307 178,307 0000000000000aac775e9ae035c22dd2c570275becdaf9a99763c1b3fae70e79 0.01 MB 14 659
178,306 178,306 000000000000044e04e353cae1d62f31b17a4188735ce563734613ff3c771201 0.03 MB 68 246
178,305 178,305 00000000000009fa103108adfba03ee1acf410c5d8cfb5845499e910d654896c 0.01 MB 18 55
178,304 178,304 00000000000002e1a4689babd0816d3e0a8898e425e0a1179545515e8d89d3e2 0.02 MB 41 171
178,303 178,303 00000000000007fa068d2750609ca7a19176b2a39aff3225161d6e9b8e7629a5 0.04 MB 59 127
178,302 178,302 00000000000002f70563612df22b2547472f5349543893c25ee4f737ee300e20 0.05 MB 104 119
178,301 178,301 00000000000008d4e06cc1b8174681367184fe92ceb7978ff6c25974cbfc264a 0.01 MB 42 113
178,300 178,300 00000000000008901b16aaadd519471adb1c4036a9b132ab3253895a91b0e0a5 0.03 MB 61 40
178,299 178,299 0000000000000a69e2796845d2d6306f9d95b6f17e6f6feb200f0ae5f629313d 0.04 MB 31 201
178,298 178,298 00000000000009bba2420ba2ec49885e35482cd5b4508a2a5d3f1fcfc0f6ff9e 0.01 MB 28 0
178,297 178,297 00000000000003e0d9ce6ca187b64aa038ce27802172016f52dc7fc18b3d0b8a 0.04 MB 93 49
178,296 178,296 00000000000001a79b3f3c021620d43bf6cfe25c55126971a85753188eaf1ead 0.04 MB 92 82
178,295 178,295 000000000000049e8eeeee3fa0be7c128fa2e8f58864ca15ec16424876da3019 0.17 MB 307 111
178,294 178,294 000000000000000f69b99a1cf8d83932eafb0440ad606539bba49e9a7cc1902c 0.05 MB 118 146
178,293 178,293 0000000000000075b59ceb3938791698c9f40c24aca8245ff67f63868d521451 0.03 MB 29 11
178,292 178,292 0000000000000265556ac1ae4410d5df6e6674d9c838c0c69c625b6ffba4556f 0.10 MB 218 112
178,291 178,291 00000000000009c42946c5719aebce46b53c487850feb3d4bdc423d2ff4398a9 0.05 MB 106 216
Previous 10 blocks ↓
Total Size: 769.00 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.64 GB sent, 92.79 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.