Memory Pool Memory Pool Refreshing

7,725 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,703 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (563,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,196 344,196 000000000000000002984fc795c48138c8699a746f1057dd8ceb490b079bb9fd 0.15 MB 207 22
344,195 344,195 000000000000000001ddd9e738e1edd65bff59b77ae7ef407bcee2ce518e4a6a 0.81 MB 1,637 30
344,194 344,194 00000000000000000e5a76e7fe7b72319617f515a4d7c76243f8062e64fb311b 0.71 MB 1,218 24
344,193 344,193 00000000000000000b84f3ff970a6b9c572b1111fc2e929d7d19033c53a73deb 0.02 MB 40 11
344,192 344,192 000000000000000004fd65d6455df9a241d81028374a2a4577a475487cf3845c 0.35 MB 545 22
344,191 344,191 00000000000000001484055aeb4afd0b073256af838fb41bede9738299f8adaf 0.73 MB 1,112 24
344,190 344,190 00000000000000000e25b20510f781fa11e56dc33d7aee1517182d64d252c375 0.19 MB 512 33
344,189 344,189 000000000000000014034e04140996a06f663d84771d1ddee23e8c343fdd2136 0.05 MB 72 20
344,188 344,188 000000000000000014552764a40385836d8ed396a157a2d56bf229fb02159109 0.10 MB 78 5
344,187 344,187 000000000000000004865f1627a42772f83bb460eef464eb74d880d7f699a22d 0.21 MB 195 15
344,186 344,186 000000000000000015b9490a606c2be13c53974f8f24949ab5b8701ff9c6183a 0.75 MB 1,397 27
344,185 344,185 000000000000000017daff7095011798ee3a61e4889771c2298be3e17bf197ff 0.23 MB 370 22
344,184 344,184 00000000000000000f3c71720141c9b1de0a5c5eef9aff2f701f47c92949d0dd 0.54 MB 996 23
344,183 344,183 00000000000000000d6736d102da0066bbf5e7c998b2e924f8d3b45dfc1a38e8 0.05 MB 128 33
344,182 344,182 000000000000000016371f3d083903903d6d1b1e7593d91f58e8cb1c69ae5283 0.07 MB 118 20
344,181 344,181 00000000000000000a055c27d37c602b9f66fca26fe6e2abf75d34e673ab2321 0.04 MB 128 38
344,180 344,180 000000000000000013204355a5910b1fd0f21064cfdd904118298cca76e14220 0.07 MB 126 25
344,179 344,179 000000000000000011e203fab48edba3ff64839bbdbbe36989e4f3479c1b53ea 0.52 MB 738 20
344,178 344,178 0000000000000000133504544dcd827238ef35c3b3f88961592e592970a0f530 0.10 MB 256 31
344,177 344,177 0000000000000000145b75457a2c80e67a8fa2c2c9d014a2f7f604dfc2f5b27e 0.22 MB 471 30
344,176 344,176 0000000000000000059e884660f3207a89428818ba416289a40ede0e6ddfa128 0.02 MB 64 133
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.