Memory Pool Memory Pool Refreshing

5,164 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (484,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,601 423,601 00000000000000000206f3738f99d5c67c18912b5d28de2c484cba720e4b7bee 0.56 MB 982 43
423,600 423,600 000000000000000001ca9967e5a92e40ff7097eb615f7d9b4fb78a3e074d8fd3 1.00 MB 2,411 64
423,599 423,599 00000000000000000319ba67b7e15fbcf84006528fbfbb965a1bd3db151eb85a 1.00 MB 1,995 53
423,598 423,598 000000000000000002cfa75857b07e1da31220e3521f5e56d1dea481414f7d8f 1.00 MB 1,411 46
423,597 423,597 00000000000000000319f2bac64eae62ca4b75b617d439b31a3fef6f491ffb26 1.00 MB 2,456 63
423,596 423,596 0000000000000000045b51cfa6ea33399e2173bfe6d69c6b604fa661d97878aa 1.00 MB 2,638 73
423,595 423,595 000000000000000001879237c76f3fc43ffd0974dcfc4d8b2e66b951baf83523 1.00 MB 2,333 64
423,594 423,594 000000000000000001ab7387d980a73d063c8117844030f6e176b654934eb63c 0.77 MB 282 16
423,593 423,593 00000000000000000291ebe79887fa567f999d14c72edd5c1200f77850c5db4e 1.00 MB 1,019 34
423,592 423,592 0000000000000000014d3b70d220e3ed5e5bd355af2a53c66e1d339829ed71d0 0.84 MB 1,336 40
423,591 423,591 00000000000000000530f6bedff0b9eb6c26f58397e5268017d13beba8fe8c5d 1.00 MB 1,931 52
423,590 423,590 000000000000000003d8dd11e27e12e1b3b358488a40a7b41d02234a0d79c00f 1.00 MB 1,396 50
423,589 423,589 0000000000000000038f0e7c208d7567d2117efb962006618b033e3a5406fa6b 0.99 MB 1,768 48
423,588 423,588 000000000000000002ae84d1cd4144e5e34443d6d7fe05685749cada1a9768d3 1.00 MB 2,016 36
423,587 423,587 000000000000000001e39ee57d938910085cd1e84d17b736fc35bd5fb01dc121 1.00 MB 2,061 70
423,586 423,586 0000000000000000002dc7ce0acd23a5f9111834704824b7174601e781981230 1.00 MB 1,941 50
423,585 423,585 0000000000000000001a306a587cdeefee0c7466e49ec6873be3a0b793de1d97 1.00 MB 3,132 67
423,584 423,584 00000000000000000337197bfe4d97fadac3d47797ae3a2b232f17fbc9c70c22 0.99 MB 2,136 77
423,583 423,583 0000000000000000022d64d7b7e7f32768b98bb08c5f4671b6de3c2f44659dad 1.00 MB 2,311 70
423,582 423,582 000000000000000000a16c939c94e3f004836418b6146a72cb7795909c43605a 1.00 MB 1,217 72
423,581 423,581 00000000000000000166b1f77bca658e08c7341f0337928af1d38f22be78e438 1.00 MB 1,234 83
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.