Loading Tool

Explorer IconExplorer

Memory Pool

74,922 transactions
27.49 vMB
0.06681814 BTC
Random Selection Loading Transactions
Max Size: 168.22/200 MB

Candidate Block

Mining Attempt f9214f441fd17db30c2eda654249845bd46fc24c05103d4b6cae38cef7daef70
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root d89e4b39c9d130c69dc1a6b373dfc0aff11e699063754707d3b802465e2cde0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,252
Size: 1.00 vMB
Total Fees: 0.00826388 BTC
Feerates: 74.05 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (93,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,205 822,205 00000000000000000003ccbc08af83d16851f8778649dc20978bb3842242d941 3,966 1.00/1.00 vMB 230
822,204 822,204 00000000000000000003c250b3fdec0912c4924472336d4a6eeb53f3cc3b0cb8 3,857 1.00/1.00 vMB 309
822,203 822,203 00000000000000000000b5444392ea2e190031bd14afec8f50ceafe23558c893 3,652 1.00/1.00 vMB 269
822,202 822,202 00000000000000000003172b2e4c2ff699f217a631bacda94a5362871262b824 4,138 1.00/1.00 vMB 205
822,201 822,201 0000000000000000000388e9f3a71bca578bb80e88109bf9d9bf92acd8fd8d0b 3,873 1.00/1.00 vMB 183
822,200 822,200 00000000000000000004171931e4ded0f1fb8257aa7ab52f66017359092d52fb 2,953 1.00/1.00 vMB 216
822,199 822,199 000000000000000000014b4ed7308bbca8421e5d3d41a8e979b2bb475a2231e4 3,786 1.00/1.00 vMB 231
822,198 822,198 00000000000000000000d77a68906a37bde8ea309b9fdb3b5e8bcc7ea6f0cbe5 3,453 1.00/1.00 vMB 271
822,197 822,197 00000000000000000003d951160134b79f0b993ec1717bcb1d9db473e1ac32b6 3,538 1.00/1.00 vMB 313
822,196 822,196 00000000000000000000a03d49df792c335c0ec1fdf4de7c4d1de83df2514054 4,478 1.00/1.00 vMB 195
822,195 822,195 000000000000000000019e3c742a07a007b219ab55219ae6f533867320c24d85 4,020 1.00/1.00 vMB 268
822,194 822,194 00000000000000000002d7fa43c52615af65d955cc0a4e58418106e41da877d9 4,216 1.00/1.00 vMB 230
822,193 822,193 0000000000000000000003d8876ba068503fbb25ba3a27938307be95404b191e 4,277 1.00/1.00 vMB 202
822,192 822,192 00000000000000000002f21bb371d72e0a9d6df4df6853b141c097e4619f3c92 4,330 1.00/1.00 vMB 200
822,191 822,191 00000000000000000002bef86f527f73606016ad2ad657292bc03f3a2aeafe45 4,776 1.00/1.00 vMB 224
822,190 822,190 00000000000000000000121f37acfa06ac8e70fafd18d94ff3530d41828f89e5 4,105 1.00/1.00 vMB 293
822,189 822,189 00000000000000000001fc3048282a7daf9b46638ddc48d4fe9f14f2e4c131bc 3,294 1.00/1.00 vMB 207
822,188 822,188 000000000000000000039a041e9bdb1e3aabc4f936fe6d4c6ecc7e9586685010 4,205 1.00/1.00 vMB 227
822,187 822,187 00000000000000000001b6f2d274c5768f7e647ea4ebccd680e2ebfb4e0ea222 3,936 1.00/1.00 vMB 291
822,186 822,186 000000000000000000000b8c3ea87099400d3513abb5b6bbb5613f1634d88f75 3,782 1.00/1.00 vMB 287
822,185 822,185 000000000000000000038b5ac9ed42bd003977e4f71d04b85f69acf30097181b 2,475 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.24 GB
    • Received: 17.52 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.