Memory Pool Memory Pool Refreshing

1,011 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (848,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,130 60,130 0000000007ce7f86463fbcdd07de4ed43eeb5644dca2e16906e36ee4219ddf32 0.00 MB 3 0
60,129 60,129 0000000004a30ee5d1ea08b7ead23798343789ae8c528ddcb78e1f05008da8f0 0.00 MB 2 0
60,128 60,128 000000000f34b417c780b654c6cb127ee8eb8d980c8ae0f192e6b00bece19836 0.00 MB 1 0
60,127 60,127 00000000008c455fba6719a3cdabafcdb3abb5844a68dfd158880fa2076cf833 0.00 MB 1 0
60,126 60,126 000000000032813c1b3eacafe9448558287f515396568eb30ae3699001a2527a 0.00 MB 1 0
60,125 60,125 000000000d088104b1729ecc1d1c9b0e5eeda55c63f4cec351258d5076222752 0.00 MB 2 0
60,124 60,124 000000000cd92c660aa2acda1082105a44256e8361a8b58f8fee035cd951d28c 0.00 MB 1 0
60,123 60,123 000000000c64e2a817ec0d4540f408adb983354965621434c67b6536ccd35fe4 0.00 MB 1 0
60,122 60,122 000000000403339fe7e546415ff3579019dc944d57e92edd1b2e2b031c0b889f 0.00 MB 2 0
60,121 60,121 00000000029300eb9e7c9b5869f82bf197988e83bcc39312660e545004f2f2a9 0.00 MB 1 0
60,120 60,120 00000000011932853136b16f1bf4e7c9c7066ffaea5fdd08f92c9ac0f0fe28ab 0.00 MB 1 0
60,119 60,119 0000000000f3c5330ec58a920fdf4f04edd2afdbd4f1fa89717243d453df4a20 0.00 MB 3 0
60,118 60,118 000000000c44f7172fc5dcafb387f0a054f2b91ce287bdbe7bb49a57bd6d10e9 0.00 MB 3 0
60,117 60,117 0000000006cc7898d02ec1a45caa012e037b9576ac3a6e602f73e2ed62e27e4f 0.00 MB 1 0
60,116 60,116 0000000001c6c23a06647160f923cc4e924ccecc52d66d7a0c60807621845868 0.00 MB 2 0
60,115 60,115 000000000b48d62c10eadc3ac6e0cc7f289bf45ab4b0354bca7fcd9095f69cb7 0.00 MB 2 0
60,114 60,114 000000000eddef8e98f0ddf86e747496dec37a801bebcc243e4337c664509482 0.00 MB 1 0
60,113 60,113 00000000001075e7c090d70dd2f2d564d2d5ec86815a274bf45ecefe16e77ee1 0.00 MB 1 0
60,112 60,112 000000000c388730fa810fb7643fcd4bc282c7bd415e5b70b057ca39f0d8849e 0.00 MB 2 0
60,111 60,111 000000000f610114fb0f36f824fcea651b59d21a02b78d7ab5d57285d7f71ed3 0.00 MB 4 0
60,110 60,110 000000000c6fd3dc1e111c2aefa50c599e13bfd88fc5549d5e2aac300131e169 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.