Memory Pool Memory Pool Refreshing

2,868 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (642,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,309 265,309 00000000000000035175dd33f4c663e31a1a8d213025bac96cddcc8e0c6db118 0.15 MB 135 20
265,308 265,308 0000000000000005ec6281ed4dc6beec3006273b88f980bd1f68bce3d159a662 0.06 MB 114 50
265,307 265,307 000000000000000004225af41937f95bcf97d01a78e0a31fd0bbc48994d222d4 0.06 MB 105 51
265,306 265,306 0000000000000000baeed434429023b1528f7191f5c5b793bf1dac53a37ac16e 0.22 MB 559 153
265,305 265,305 0000000000000009969734b6c5429876fcbcb14575e66c3f369c76ad65be1cef 0.10 MB 226 78
265,304 265,304 000000000000000842f1a01d2178c3c8c7c6493e74c9f113451aa85bb4358fc4 0.19 MB 252 48
265,303 265,303 0000000000000006be3fab0941b208819490bee6686c7e461d77a9d53c04d31e 0.25 MB 652 127
265,302 265,302 000000000000000c55cdd76b8f7a86d97bd70ba817ac4e88fce0fa6f559fb165 0.01 MB 18 10
265,301 265,301 000000000000000a65c905db47da0da3521c8a222d81d7d60953569fe328ab49 0.17 MB 410 106
265,300 265,300 000000000000000f3f5e9a640aa7b0dc597b750dd212211dec436a5c754636a3 0.05 MB 110 96
265,299 265,299 0000000000000006cf6992b6e9618bc494577ed5f9d89d4cd5316081c11fd636 0.04 MB 110 66
265,298 265,298 0000000000000009997198f7db9193e85ed8f4058cc353042a5e86117f45b250 0.01 MB 15 90
265,297 265,297 000000000000000d4acb8de8dc265b6c9bdaf4fff70fbe186f308e90a8e3b2f2 0.14 MB 256 104
265,296 265,296 000000000000000ff84fab359c5a7ea85f2bfdbe122c7e161e1b0d15bdaac326 0.15 MB 33 3
265,295 265,295 0000000000000003842ceb3b0ee5bfaff8e14362cdb463a20b9670a5ecacc8f2 0.03 MB 43 14
265,294 265,294 00000000000000056d1e662c42e99235a2021d9ef788282acdc45cca140fd571 0.13 MB 136 33
265,293 265,293 0000000000000005a01cca2c7fab224d998f4b1e138521a0e0cb1872e70e2b9f 0.25 MB 564 123
265,292 265,292 00000000000000098bddf015af99f44424fe422fb86393d90b9879b6ad441d6c 0.14 MB 168 62
265,291 265,291 00000000000000084d181c080176f870a500d826d5ba6f12d9cabfe0506d4b6f 0.09 MB 196 57
265,290 265,290 0000000000000006e9b0995c1fbe39d9e6212a8d2b246a2fef481a1eee2f407b 0.01 MB 31 75
265,289 265,289 000000000000000af6c1c5128939095d72c580e6187123fdbb5d67002689b263 0.07 MB 174 96
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.