Loading Tool

Explorer IconExplorer

Memory Pool

32,096 transactions
26.19 vMB
0.09215256 BTC
Random Selection Loading Transactions
Max Size: 141.32/200 MB

Candidate Block

Mining Attempt dd55ad52ec315e903b29435495aa416c5238dd9e6637a0af405c4212245caec7
Version 20000000
Previous Block 0000000000000000000132fbd3af28ce382d4a8a734da44213fc87f961c55295
Merkle Root 0638023ba7f3482a264793a8d373b4715c14b8008dc831fe14d47a8aa9b299ea
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.05178192 BTC
Feerates: 478.09 > 5.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,274 (792,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,348 147,348 000000000000088c329cbe521bde2182fb80a7cb145c5a1c09b8218b1a02c129 80 0.03/1.00 vMB 128
147,347 147,347 0000000000000744e00647d31584dc5d90a6494e8de2ae7527fc44e0e3162a42 15 0.01/1.00 vMB 67
147,346 147,346 00000000000004e1fb2982f11e444ee4b9bd858227a43e863f61c42c9d3bca7f 87 0.03/1.00 vMB 65
147,345 147,345 00000000000001e277789ea6e44b74c6e2b1dbfa496d1b2b9b57589d415c63b4 126 0.06/1.00 vMB 130
147,344 147,344 00000000000000cf5057da7438c24b0f87ad318ab0e84b7370e8626b9eb2c254 12 0.00/1.00 vMB 224
147,343 147,343 000000000000023a8260336843efe056831b4cef406a60163343fd99eadc3c32 16 0.01/1.00 vMB 56
147,342 147,342 00000000000003c44e7f22cbf519ec7b0db15ad3993be416a925daad03f8ac57 17 0.01/1.00 vMB 93
147,341 147,341 0000000000000483610683a55b1140bb817e4477405b3eb0d53af3f66ec9253b 20 0.01/1.00 vMB 146
147,340 147,340 000000000000036e9c9763c8f070fd9d2a2d2a2e43ead1817560038a06859e58 10 0.00/1.00 vMB 29
147,339 147,339 000000000000048a4a2108ce1e2dcd30063d5ee390b8eb36d09141c6b796ba43 100 0.03/1.00 vMB 36
147,338 147,338 00000000000001ce57bd0a3769cef2ada9dd3b43443f24e0a6a725fa26e8d3a1 54 0.02/1.00 vMB 246
147,337 147,337 000000000000006dfa1d28f172619ea8e693fbc8b1b7f445a09881e6100a48fc 76 0.04/1.00 vMB 224
147,336 147,336 00000000000009b4733fc2c6fad3b024d57d6243628869d45d73d7042c3a35ba 37 0.01/1.00 vMB 126
147,335 147,335 000000000000014955c0d112720ffdf1b46f6bf713ab0a5e634a26fa6a72a113 50 0.03/1.00 vMB 205
147,334 147,334 00000000000000ea9bdd8391ba18ea7a94c809dacd91042871729e36a25190ac 21 0.01/1.00 vMB 347
147,333 147,333 0000000000000522bc44f3d4a5943e4c5f9d0a2276c3bbef65253e3dd7cc242f 8 0.00/1.00 vMB 777
147,332 147,332 000000000000080bc9af0e1b6b108b0cbc3cf95e068feb3506a855772639433e 19 0.01/1.00 vMB 141
147,331 147,331 000000000000037b3db81e60b091f7aca83f5ff8ecaa64c04894ff3f5b8702f1 32 0.01/1.00 vMB 98
147,330 147,330 00000000000008cf919d004d8c301853f95a6b69304a209ade4d4ae980ebc4ea 44 0.02/1.00 vMB 458
147,329 147,329 00000000000001253e7bf612cc5969309066c4f8e52bf38b77f80ff980aa7cbe 103 0.04/1.00 vMB 96
147,328 147,328 0000000000000728b1824f7e61ea06504d380a96a8b4178a0a4ab048039b03b8 26 0.02/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 827.24 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: 4,445.78 GB
    • Received: 241.56 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.