Memory Pool Memory Pool Refreshing

9,800 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (601,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,016 306,016 000000000000000049288310bbf5ead5fc1c7d6b5342d80b663c78b790888b25 0.35 MB 512 26
306,015 306,015 00000000000000000a6473aeac0f54648f9b626193c959acef68a44be6641535 0.01 MB 12 55
306,014 306,014 0000000000000000511a2dd28b695681af31faa19f7f3a797a8b230d87e09c45 0.05 MB 75 24
306,013 306,013 00000000000000005437a283e3363b4f82bac0643ce9f7d03bc4dd94794f73a9 0.07 MB 117 28
306,012 306,012 00000000000000004a972ee28384e99a114ae6f98b3022703e859b24a20d184c 0.03 MB 70 28
306,011 306,011 00000000000000005a9ac9d42de258fceaffc70794adf1d83a605aabccfda239 0.38 MB 653 28
306,010 306,010 0000000000000000454d03a805f8117b6d7e03f424f1f6e375407090782daca1 0.00 MB 1 0
306,009 306,009 00000000000000005aec47b098d29fd9e5f472508a5dacddb728aabb8b90a2d4 0.11 MB 217 29
306,008 306,008 00000000000000003fde5560e10cc6875dd20bc94bd4b7581cf4ba440c478cc6 0.34 MB 384 18
306,007 306,007 00000000000000001071206caf7809e568d5734326610825f8726fbc0ebb594f 0.25 MB 770 86
306,006 306,006 00000000000000001aba30f93d8eb9ba10592f720b20f979a0753325c6ae2b77 0.07 MB 84 29
306,005 306,005 00000000000000003913b2214836b24ef3114de331f38d0046cd9ed66e2275ec 0.31 MB 49 13
306,004 306,004 00000000000000000a5196e892e27d1e6b3fe37b7355ea3fadff153d05f41ef4 0.35 MB 384 29
306,003 306,003 000000000000000048677adfde10debb2efaf93eb555015171a80a953c4476e6 0.08 MB 133 30
306,002 306,002 00000000000000003f992545809ca85091dd1d03244ece700f78e8aeaf5e99ee 0.22 MB 378 26
306,001 306,001 00000000000000005c3cad291bfb86105e4b7c480f630a2a4752d3277d9624b7 0.73 MB 803 19
306,000 306,000 00000000000000002bb3265a8bf67ec2aa436c297ac7e56fcedd4dbaecccacc0 0.35 MB 925 41
305,999 305,999 0000000000000000422bfbbf0980c3b0ac924ef8e67535918b5cf83d94f46b35 0.13 MB 268 33
305,998 305,998 00000000000000002f89be1890325ca7e5d3753b598af0b04ddf34356930abc3 0.19 MB 384 30
305,997 305,997 00000000000000005c56379fc24b9b75c5c44c7afdb75f0c5b0801c56ec4f6bf 0.25 MB 563 34
305,996 305,996 00000000000000002d3b30a50609d5a3300f9274c5e84ba17f55968f26c99502 0.17 MB 291 23
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, 113 incoming
  • Data Transfer: 1,625.66 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.