Memory Pool Memory Pool Refreshing

5,935 transactions (1.90 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,551 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (875,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,177 33,177 00000000ce1a72e51fe77ece09f9f0e8c0df538190111cd2541f64ee27b53b7e 0.00 MB 1 0
33,176 33,176 0000000017e99c75bdcd90cdd7e02086f97898a2c0b03e4f4f5a934f42f8319a 0.00 MB 1 0
33,175 33,175 00000000cdf91cb7ecc5f0412b23888f0db59515c9cc6190e9d935c7875be34e 0.00 MB 1 0
33,174 33,174 00000000396aac5e7f2d2a0ba50fd2a9f7b89274919dc61f4fcb7ce29f40ac09 0.00 MB 1 0
33,173 33,173 0000000022bc118169ed58df386ad0832e05613952c0274b60656ed59d2f9c29 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.78 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,938.61 GB sent, 106.48 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.