Memory Pool Memory Pool Refreshing

11,055 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (640,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,489 267,489 0000000000000003b82f3f5b9ab25902e025cd2a2818a0912acc1155917c681e 0.07 MB 118 28
267,488 267,488 00000000000000052350b7d5ad6af77d9d02c423bd02427ad866cd940ed0e4fa 0.01 MB 19 35
267,487 267,487 000000000000000820afb336a7fef8baf5c7608c841b7eba2656b1962ddfea7b 0.10 MB 123 38
267,486 267,486 0000000000000004907edaee240f2ff9041c71200864647893e7af7b0ab2664d 0.02 MB 50 66
267,485 267,485 000000000000000457449ac7b0de7f5491f42940f709d23575505a2dd3dbbc7a 0.02 MB 40 41
267,484 267,484 00000000000000061c046c1455d712550950769a341dea63e7bcee399378abf8 0.01 MB 44 41
267,483 267,483 000000000000000521d35b1202c9327b830e27ac3ecf432e16c8a33d3ef79a09 0.15 MB 272 61
267,482 267,482 000000000000000a9b1cd1f6fb42519a960c98b5502ee0c4c01a5a9eccff441a 0.04 MB 86 31
267,481 267,481 0000000000000004ca1de37876ad4d91bf17c10b7b2828039b39aaf04393a2fd 0.22 MB 462 76
267,480 267,480 0000000000000007dd3039362d5932a03dde8eaefb07c93208ff61ac42c5f05e 0.06 MB 152 66
267,479 267,479 0000000000000001f2471be5868c3aa700ef6367e832b101500835079541a5dd 0.05 MB 112 47
267,478 267,478 000000000000000af42d0ae3a913b5332da969d9b5d4f6fec1d9d30f93d36860 0.01 MB 35 62
267,477 267,477 0000000000000001295aa7db0f232d0db177603ecc5f3897aa26155797aa31c6 0.00 MB 4 106
267,476 267,476 00000000000000074d58263e5bacfc56ff36708cda4ab0822e0746e638d9c86f 0.04 MB 83 69
267,475 267,475 000000000000000a13771c33ecb9b82e341edc3bf36bf215fc0821a970411434 0.02 MB 59 36
267,474 267,474 00000000000000051c42b101252aa4f3289052028068004c54eaff45d1354c0f 0.04 MB 110 74
267,473 267,473 0000000000000002b67ee66f948ca204486cd84671c01f8c8b5799067e1d07e5 0.08 MB 195 46
267,472 267,472 0000000000000003e590414c07b19abf3d8d9f842d78a107de8b069e83d7cfa9 0.11 MB 187 55
267,471 267,471 0000000000000008d02c8f602e3fc209a9a41a657dcb158bfdbc3f87fbb1bb3d 0.05 MB 133 47
267,470 267,470 0000000000000004527cdab5d5258892bf4049a5678cb1c4d0b4b1a7c4bcd913 0.00 MB 10 67
267,469 267,469 0000000000000000e089ceb86b4c652e5d1730af80e13a035c714eaea440023a 0.02 MB 45 29
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.