Memory Pool Memory Pool Refreshing

2,466 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
906,933 000000000000000000023aa60000000000000000000000000000000000000000 0.85 vMB 2,438 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,932 (775,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,020 131,020 0000000000001802284629c81ce510c3e51b4be9b6e4c7af3001cf5516113e57 0.01 MB 41 1,305
131,019 131,019 000000000000082cbbb072dc6c90a67db7fe100ed9bb4a00d2d4dab21a2513e6 0.02 MB 33 981
131,018 131,018 00000000000001d6a9f7f85f9ab3ee6559c223c7b8abdfe4389cefce5d462696 0.01 MB 35 1,179
131,017 131,017 0000000000001786c5d8e5027fc0dd7705ce9c8f4d12d6f20cae5a474ab2f4a5 0.02 MB 67 1,884
131,016 131,016 0000000000000a81de6e84bf184935b5d37efcad22943f5a9d64a3065d59759d 0.02 MB 47 1,494
131,015 131,015 000000000000162a7e120a893031f8b1fb85f32468c32cdedb874c97c3de4417 0.00 MB 12 2,897
131,014 131,014 00000000000015697218d276c7dcda7625df588015e3746263bd29b41b9ef6f7 0.04 MB 33 1
131,013 131,013 000000000000038ce4f2d9ab8da4f76814c478e0958d7a434c2c757ebb6c4adf 0.03 MB 24 202
131,012 131,012 00000000000008ab79f4fa37ac4b7855f4835a867b9db486f6d9d1f819151c86 0.03 MB 18 374
131,011 131,011 00000000000017f91afe6493cfb8c5e85192fd458697bc5196b9b5942bf0dbd0 0.02 MB 22 328
131,010 131,010 00000000000000c1c978a2c8af3621318f4e35adcbdbf96666c66ef0cc0d9fe1 0.00 MB 8 104
131,009 131,009 0000000000001b32e1453e21e3e920bb31d6fd7b3795fe9b7d02e8e96f8d476f 0.01 MB 26 522
131,008 131,008 0000000000000ae55b56613459e7e52a61371d4b8fdb767bf114248ad4108976 0.01 MB 30 946
131,007 131,007 0000000000000bffbf0e529ae9beb314c958dd773e5dbbe2097dcadc01c30bd5 0.00 MB 4 1,353
131,006 131,006 00000000000004c4e521c68dad562f378cea395c7807448ff67fb5e4244d94a9 0.02 MB 53 572
131,005 131,005 0000000000000d853e54db216db51fcf771b3edd39b5930f3f0de4dc057208b0 0.02 MB 65 399
131,004 131,004 0000000000000a5f148e8d336c7856dac053365d6615c04f59d73bc387ca11d6 0.00 MB 9 817
131,003 131,003 0000000000000d938b935bbfa1465edb556cdeba76a15207ef228ce51a1339e0 0.04 MB 109 578
131,002 131,002 0000000000001d834e1b58a296bb74f9c97a01b421c237b6d4583fb9386ed5c6 0.00 MB 14 912
131,001 131,001 0000000000001046e4b7a63f76bcb45e62e05868bf59155b0aa552440633faf6 0.01 MB 11 412
131,000 131,000 000000000000143b8959d6db75bf13d4f4789ddb0167888d819eea3d413d82a9 0.01 MB 36 442
Previous 10 blocks ↓
Total Size: 767.53 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,516.32 GB sent, 84.84 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.