Memory Pool Memory Pool Refreshing

3,605 transactions (1.36 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,565 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (875,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,172 33,172 0000000039072b1959510ccd43ec29b441e7b9b69d1a954825f60573c0850082 0.00 MB 1 0
33,171 33,171 000000008e71e0e5694e144b0d6866b3605eeed649b8e4b9018e5b80a82de03d 0.00 MB 1 0
33,170 33,170 0000000095706d7bb14e395ddd8360e3610f31b89e9b82efd880a668fd99a192 0.00 MB 1 0
33,169 33,169 000000003b4c07e7bda2df54addb5065a7fb8af2696d1c0aa88c86516e64b36a 0.00 MB 1 0
33,168 33,168 000000005f401a74259ad5a42ca7abbd5f1a506f541fd6c73c67e9c601250c09 0.00 MB 1 0
33,167 33,167 00000000545bc4be0bdb4ae80e4f795eaa6457ed07e20b2c3d15eb8df2e842ff 0.00 MB 1 0
33,166 33,166 000000003bfce529d9d81a2bb61664905da3327d52b6eaa93a7473bfb3d09676 0.00 MB 1 0
33,165 33,165 000000000551f3507a4b17c220129e02a0e730c631080bbd96793e06d1b84668 0.00 MB 1 0
33,164 33,164 00000000b825f92764cc0383c16cf32b73dabfeb7e96754fc8ace3a576fb36e5 0.00 MB 1 0
33,163 33,163 000000009d79ec442ce0faeff84913b3ecfb6464aa6efd6b2efebe2e78de744f 0.00 MB 1 0
33,162 33,162 00000000778eb2df36f11c1f7f31325ff2ed142703d0cd6e28a4753885fb1032 0.00 MB 1 0
33,161 33,161 00000000c2941f521cfe0ac5c5b3735f580b1e7f9c8f2751774d87654d95ce5e 0.00 MB 1 0
33,160 33,160 0000000063d53eb7fee993ae06bc14ffffabe5bd8ef8c45565647a40ffdf9e96 0.00 MB 1 0
33,159 33,159 00000000a4d153a6c646ab9d14dffd92e1ea8edfd5f2e896a27db1f10ec8f0a0 0.00 MB 1 0
33,158 33,158 0000000015be30f006c1c1896812e9e73e07b6463916293f466502bb6f736b2c 0.00 MB 1 0
33,157 33,157 0000000078f590ff0ef75495b190aac5a1f30356e36ddb206a5176a3bd40a31d 0.00 MB 1 0
33,156 33,156 00000000a9dae0348dfb17a24f1a8cfcc064d33f1c5cee1df152f3fa97ccb596 0.00 MB 1 0
33,155 33,155 00000000b5a341d092bf31d3d362e08af3f6ddeb59363aa0a9f3b274273b2ac0 0.00 MB 1 0
33,154 33,154 00000000592b848605f94f57d4807fa801933f5871409b9802b22a126fab437d 0.00 MB 1 0
33,153 33,153 00000000591b22aa50773e0fc29ca237548e13e488520230c8406132784410cd 0.00 MB 1 0
33,152 33,152 000000009907d0740ed2033c35cd0d568f7c527c91e8560763564f2ca019e9f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,949.93 GB sent, 106.55 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.