Loading Tool

Explorer IconExplorer

Memory Pool

45,864 transactions
21.33 vMB
0.09239237 BTC
Random Selection Loading Transactions
Max Size: 120.35/200 MB

Candidate Block

Mining Attempt c030c9c80f5aa6168302dafacc613ca37e7b0f5c66b450912fa06be42d2d36ae
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root e5fd46f1d45df04247beee06cc5408c002a00fc9acae6f6af6e78b3221336b4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.04301670 BTC
Feerates: 265.25 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (905,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,199 8,199 000000000576037f0b8ed67b95e45879f5d990281f7183df5a9a9b8f749bf100 1 0.00/1.00 vMB 0
8,198 8,198 0000000064a6ad218f3abf950d67202a2d610b25638550b2c5f91816a7c8a190 1 0.00/1.00 vMB 0
8,197 8,197 000000003eb064707e0591eb4a83c8fa8f47d18c26ecc34c43649653fd6bf20c 1 0.00/1.00 vMB 0
8,196 8,196 00000000e0c83bf9fe1d1f962cf9e88dd0ac13d02bf95eb5bc9f2145d678b7de 1 0.00/1.00 vMB 0
8,195 8,195 000000009f864029612a2254a39c25d52f3d7af02f30fd259c2acb9d2b9e8d55 1 0.00/1.00 vMB 0
8,194 8,194 000000006b4c62e3f365c9f2250ea8c241d53b17587cc9042b39ba8c71b6b6c6 1 0.00/1.00 vMB 0
8,193 8,193 000000001b06f211d4ed453686832efff5facf0c91d8216347213435c31d7766 1 0.00/1.00 vMB 0
8,192 8,192 00000000802f81d32148baaef7c7bc786853cde82bef5321d1f1bded819f2991 1 0.00/1.00 vMB 0
8,191 8,191 000000007b8668d5592a7121834c43237d7cfd28104f6276eebedab94901ff66 1 0.00/1.00 vMB 0
8,190 8,190 000000002136a553f9bf7ba9979781548453aaf836e275febf273cc1c67dd3fe 1 0.00/1.00 vMB 0
8,189 8,189 00000000bc55e94d87fc6f2565abb2b781cf0b588b2c65f5fcb91e38a69ec93e 1 0.00/1.00 vMB 0
8,188 8,188 00000000509d6b0628b1d939459d00b9201fd85bca68de4608cd1e04b71cf103 1 0.00/1.00 vMB 0
8,187 8,187 000000005dd553ef43782145804368998fee32dcc0a230611fb2b1f001295a07 1 0.00/1.00 vMB 0
8,186 8,186 0000000005e1e453df756fcf511353abef26ad10c471acb04c8aae78f66cc7fc 1 0.00/1.00 vMB 0
8,185 8,185 00000000312b2ac3324f98f9c3f1b6167620f11641084278798cc388dbef9d4e 1 0.00/1.00 vMB 0
8,184 8,184 00000000aa5561ad2a4b3b2e946789e150d488766d95a390bea6e4cce1c491ea 1 0.00/1.00 vMB 0
8,183 8,183 00000000600284b2ac8904389835976f3886256af7887f9643205f199e555877 1 0.00/1.00 vMB 0
8,182 8,182 00000000f985ede57bfb30cf1ab942be3fe040abd6551830f7c7a3bbfed02174 1 0.00/1.00 vMB 0
8,181 8,181 000000001b56d9a8c00a289e21ece608739e3804b3459b334abcbff31e8c3f5a 1 0.00/1.00 vMB 0
8,180 8,180 00000000eefefddda4f86c29ec384785e4dd253f849b007a1f62f9191cc50c9f 1 0.00/1.00 vMB 0
8,179 8,179 00000000f351863005e8f240791c68ee047da2ff39be926ca5602e6daaef1368 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.99 GB
    • Received: 6.85 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.