Loading Tool

Explorer IconExplorer

Memory Pool

79,051 transactions
29.61 vMB
0.07401371 BTC
Random Selection Loading Transactions
Max Size: 177.68/200 MB

Candidate Block

Mining Attempt 3bf8663cf7116b18ec410fba7294168fb42f706cde3fddb60f2fbc6a2a344920
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 00e9f46aed3524958f4435bcc01ef2f56704af963c772ddf693426d45c54b221
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,144
Size: 1.00 vMB
Total Fees: 0.01358691 BTC
Feerates: 150.98 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (283,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,208 631,208 0000000000000000000044960e8c166b7d795d5db18c2650c5d692eb4f1ba7a1 2,474 1.00/1.00 vMB 206
631,207 631,207 0000000000000000000d3003aea8d3d5f99584ffb0e060b30605c03619a18e8c 2,138 1.00/1.00 vMB 230
631,206 631,206 000000000000000000086f06bcc6edd212a9e1f5a095330fdd42408bdfb98aa4 2,946 1.00/1.00 vMB 192
631,205 631,205 0000000000000000000f3a5ae4d3e563635f1eaabd84f5fb0938ae13284d7b33 2,107 1.00/1.00 vMB 210
631,204 631,204 0000000000000000000f036f5add818ee5acdf82c526559268f54b72e6d9e572 2,699 1.00/1.00 vMB 196
631,203 631,203 0000000000000000000b1325b61f71d3b8b273641c6d7cbf2dfd1cd32b059d7b 2,635 1.00/1.00 vMB 199
631,202 631,202 00000000000000000006c98a66b4ee6bdab1994264ec43bf293a28dbebf8d04d 2,307 1.00/1.00 vMB 203
631,201 631,201 0000000000000000000bf28bc377818e8a7f0b8e41d48916e1b3c77303c91eb7 2,749 1.00/1.00 vMB 210
631,200 631,200 00000000000000000010fb3bee2016529627d0528542d02b6250972774f7d953 2,344 1.00/1.00 vMB 222
631,199 631,199 00000000000000000008d7329bdb0040273942bf53dc2555dfa06b610dc7f194 2,756 1.00/1.00 vMB 248
631,198 631,198 00000000000000000004c68d0afba97c46af7bbcc5d785f96d08b6682e7cdea4 2,720 1.00/1.00 vMB 213
631,197 631,197 000000000000000000009e39a07569442d909bfd244c58f58736b3d1101379ae 3,033 1.00/1.00 vMB 263
631,196 631,196 00000000000000000000609264314d14da6369f959db301f57ffc3df6ab7c549 1,957 1.00/1.00 vMB 211
631,195 631,195 000000000000000000118ca1e518bb310aad8343edca1b5afce6a130993b4fd2 3,025 1.00/1.00 vMB 259
631,194 631,194 0000000000000000000c0ca20fe1c04ed5dd9b5abd17debc4b709b453c84554f 2,808 1.00/1.00 vMB 202
631,193 631,193 000000000000000000094d1271b8a2edb957ed6bd625b008abccc3b01d039b65 2,941 1.00/1.00 vMB 235
631,192 631,192 0000000000000000000d5faed20d02cbb4b82cc4320b9e6309c5d1072440f387 2,076 1.00/1.00 vMB 220
631,191 631,191 0000000000000000000f3d31290fc2babd24d2d990a6307478888fc572853465 885 1.00/1.00 vMB 203
631,190 631,190 000000000000000000088288876d887d0abc08ee15ff7cb69ee2dcffed49c76d 1,248 1.00/1.00 vMB 214
631,189 631,189 0000000000000000000f33b76eabe65f14ff1e2adf5022c683671429f8093dbb 1,725 1.00/1.00 vMB 219
631,188 631,188 0000000000000000000916528766409aa2bed03c73e2544379fb1e7dbea14026 2,686 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.