Loading Tool

Explorer IconExplorer

Memory Pool

80,127 transactions
29.49 vMB
0.12535536 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt f27421a3404863f90bcf2923b861cb28c6f523c7169687e8e9b6acd5040066ae
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 4165632c64d61dc7ca3e755e5a1a5eaa2ecc5e95fa506d5ac0ec095f00a3fd16
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.04501055 BTC
Feerates: 477.45 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (93,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
822,184 822,184 00000000000000000002d5394baf3bbb75255c7a542ade855b3f4c8f64422923 2,918 1.00/1.00 vMB 287
822,183 822,183 000000000000000000006557d61017d622db4f41f4a07a53702f988b7ff74931 3,555 1.00/1.00 vMB 205
822,182 822,182 00000000000000000002cc370b31963502d77303b9b5d1eb8024523e28cf6a9a 4,654 1.00/1.00 vMB 235
822,181 822,181 0000000000000000000154735321bd0c2ad79eac3d5c62baca0f668aac2d74a4 4,783 1.00/1.00 vMB 256
822,180 822,180 00000000000000000001364188948cc796dd2fb9ff1fcded468a15781e244c24 4,264 1.00/1.00 vMB 201
822,179 822,179 0000000000000000000005751ec6f88699168c154efae3a7d82e7ef36e50b890 4,772 1.00/1.00 vMB 257
822,178 822,178 000000000000000000002d9fdef1468c016f98bc9f011b7c5da3d4da872cf58a 3,928 1.00/1.00 vMB 298
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.