Memory Pool Memory Pool Refreshing

6,520 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (723,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,207 184,207 0000000000000a6500388c26e9513cfddf183dbe1d7620907ca8ade9244a2c05 0.03 MB 69 261
184,206 184,206 000000000000065264e64505403965ef3671417b3932331776abc99d90bfb58e 0.05 MB 65 102
184,205 184,205 00000000000006d412ea829f680b8f74e2e34e6c7be64049b4761c0b3abcebd4 0.10 MB 168 96
184,204 184,204 00000000000008633323bc34c2200e8fe908f6d94e63c27022d6d55d4d4777f0 0.05 MB 119 121
184,203 184,203 00000000000004d9c928ccfdab1f9e48bd206f9a6494b95916f572365940bd21 0.16 MB 229 92
184,202 184,202 00000000000002a38ce117ba679722b332e5383f8a860512f8a11bf28853b0a5 0.03 MB 54 187
184,201 184,201 000000000000069f5e46f00010a55eebd1cdac5c79f00dce4273394b1b1aed30 0.02 MB 28 72
184,200 184,200 00000000000007879b4e1d915fb00d684a6346d8f0cddf5d84eaff7705deeb72 0.04 MB 120 17
184,199 184,199 000000000000011a14b0021b42447e3428a81d2114322513b666ea388c63ff7d 0.03 MB 79 56
184,198 184,198 00000000000004f22e1932686a2d28cbf925cc606d538aed569f5dee9bc54b8a 0.15 MB 260 94
184,197 184,197 0000000000000885d576ecaf43688111f6db65afa8253bfe61ed165d5de2dba2 0.03 MB 76 252
184,196 184,196 000000000000009c76cd68f26f7e4a705f250929039b1f17508b984b9452f1cf 0.05 MB 89 37
184,195 184,195 000000000000058e682a3d6f5605b274c6836169831380081d44d6ff3af9b14f 0.11 MB 279 134
184,194 184,194 000000000000070a8205504c865ca8755bf4eaeff6a0a9f02915f8e51c393209 0.04 MB 91 100
184,193 184,193 0000000000000425af9912bff369b41acea54275801606352e101a960a957b76 0.00 MB 14 45
184,192 184,192 0000000000000914bdcd3e76c656c346a2565b3c4ea24beab650b17e207faf15 0.06 MB 117 168
184,191 184,191 00000000000003f555c9406ae4291ff41732f5d95cf154c1c6e395d47a467ada 0.01 MB 16 38
184,190 184,190 00000000000001ec7ae26a4b81ef53437f6d0d998ac2cf8226c3ff845ed22109 0.02 MB 51 106
184,189 184,189 000000000000018cd2c1a79a83f29ecd925732a21eb45da018f06688571a28b3 0.06 MB 136 116
184,188 184,188 000000000000014016b25aed28ba97f6cfc51db0f6b5119da3c5772d8c231d51 0.02 MB 47 85
184,187 184,187 0000000000000495a942dff514ff0a22a7353f2c44dd5fd1412d8b08dfb84b22 0.08 MB 128 59
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.