Memory Pool Memory Pool Refreshing

769 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,963 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 769 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (725,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,545 182,545 00000000000009e2cd2126463b6fae31d78309f6720df7338b7e6e1c3484a4ce 0.20 MB 430 132
182,544 182,544 0000000000000960a158ea2b69f23af507f8724c4ba865d066219c53dfa471cd 0.02 MB 53 123
182,543 182,543 000000000000049569e611aa7766b3cca38f5e04c8e979ad9a882a3914c3c080 0.25 MB 573 138
182,542 182,542 00000000000008f0e8144bf1d236b48b68c167c020a0d91dc1cd89985470a65f 0.05 MB 121 96
182,541 182,541 00000000000000ad3272db39622bdb7367b3880e678be1665c8a5097e05721bc 0.20 MB 348 101
182,540 182,540 00000000000008157695b06b579d48c5c8e1c396aab4bb4435bbfe50f98032b3 0.04 MB 87 31
182,539 182,539 00000000000004d3c7a1c9600bc203fa3ca0f6959657036e271f614bfa1bf06d 0.18 MB 453 119
182,538 182,538 00000000000000115ae259a1171b22916ea7c17c0b6d459fe813666fd6b20987 0.25 MB 436 386
182,537 182,537 0000000000000611774154fe52eed6b1b6a7798796a9877ee10c449f614d5ee3 0.00 MB 8 294
182,536 182,536 00000000000002b3ac7299b88ea98c8a75883162e637da5c3edf020a713f229f 0.21 MB 512 163
182,535 182,535 00000000000001b23baefdcf024bbd7ef0dc7a7be52394ca6dbb46442a81c2f4 0.11 MB 256 125
182,534 182,534 000000000000042dba44610af01a2fbe6b8d54b5a1b20be48a00de25a759e05c 0.25 MB 589 160
182,533 182,533 00000000000001d7dc36688a92c6a5c5f212a76337bd300793fe89e243ac58e0 0.00 MB 12 450
182,532 182,532 000000000000060179e54794a931b4a62eae5b33261de481b6faa6fd05463373 0.01 MB 17 376
182,531 182,531 000000000000022489df7bceb070346c30450c910d1e4c4e5c980fb189f6ea35 0.04 MB 94 60
182,530 182,530 0000000000000433b08b00eefe91a25e776b573e6d431571661bd28d1ea29bfd 0.07 MB 149 112
182,529 182,529 0000000000000029b14bcf720b8e162dd63c5cf44279572aeac1f0d9e429a845 0.09 MB 185 99
182,528 182,528 00000000000000e91abf437ceb076155edc7db44241ab861f9c8ca4a8b13aa60 0.06 MB 128 117
182,527 182,527 00000000000004d6e481ddb5c8677f648547a3ee5f0bb885ec3656656c29312f 0.04 MB 95 105
182,526 182,526 000000000000095d89fafea74beeb39217d3e7a918aa53ed440ed3829b212b75 0.09 MB 197 86
182,525 182,525 00000000000002dc89f90c3b139ea1ad5694c18df72620f6fecea828c00a32fd 0.00 MB 9 66
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.