Loading Tool

Explorer IconExplorer

Memory Pool

49,300 transactions
29.84 vMB
0.09723187 BTC
Random Selection Loading Transactions
Max Size: 159.02/200 MB

Candidate Block

Mining Attempt aca040de2074efa3acbb356945eab1b5e10a8ee08b1dff53d75e6991f2c0edd1
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 9df431ce09a6eaa480de03726f544bf3dd1e74aaf4e2aa5340749b9c7a9c1732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.03321325 BTC
Feerates: 150.68 > 3.33 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (586,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,215 328,215 00000000000000001a8155c6b8d5f177792c6b30c46bd90deddbd00082a85b55 743 0.25/1.00 vMB 46
328,214 328,214 000000000000000008d1b2ede0d9a6d7a5b29e0553fd3542ea5eb84218fcd89f 1,010 0.75/1.00 vMB 26
328,213 328,213 00000000000000001552ce51990f7a01da7839a48363e9eb3f5729b3472b8cbe 780 0.75/1.00 vMB 19
328,212 328,212 000000000000000010ac7e2b7b23e28076180b400d48e63c701f89db36b919a1 1,435 1.00/1.00 vMB 25
328,211 328,211 0000000000000000146e568c50256a343bfde00d2d8f5a0370d8c03e362f7a38 668 0.75/1.00 vMB 19
328,210 328,210 0000000000000000029fac7cbd7ed70c79f291d7c0fe0f15888631f3d66f3ca0 1,727 1.00/1.00 vMB 28
328,209 328,209 0000000000000000141849623917e69bbab7317b6fb86655832bfa5d14313839 534 0.75/1.00 vMB 16
328,208 328,208 000000000000000002a6eb1db26c2c31fd2f1db20b7c53d0176b94c42e304ffd 554 0.75/1.00 vMB 15
328,207 328,207 000000000000000001c9c8e2a0355dda94bd6d89bcd65c136ff23618bb248449 2,286 1.00/1.00 vMB 34
328,206 328,206 0000000000000000102de2830535daf6fa00455e6ecfa74f33c3239d19d6472f 60 0.05/1.00 vMB 19
328,205 328,205 00000000000000000db27e2a32e6b0b9daf8542adb5d9842118b945c10150970 1,055 0.59/1.00 vMB 29
328,204 328,204 00000000000000001e3fdb396830929074907b2b7304b6b8f251d99e55856d31 990 0.59/1.00 vMB 35
328,203 328,203 000000000000000003cb89d2f8ba4c73511b0109ebd6286406790c9e9c1019f4 253 0.15/1.00 vMB 39
328,202 328,202 0000000000000000038ef7a28a63839ddd7b7d73715bda7307e46579239a016a 183 0.11/1.00 vMB 29
328,201 328,201 00000000000000000e1f5d6fa4a10b99292ff0139881747528de3181bd4e22fc 119 0.06/1.00 vMB 58
328,200 328,200 00000000000000000e8c5bfec3a6b5903aed55a36cbca680ed8580ab05360e94 584 0.34/1.00 vMB 27
328,199 328,199 0000000000000000045d50fe894881dcc9e679579b0178e262f16e4a45b2cc79 418 0.30/1.00 vMB 21
328,198 328,198 00000000000000000c5448651ca7e8b6fd8ee20d321c5d77eed1632c70129094 986 0.71/1.00 vMB 25
328,197 328,197 000000000000000003894ef45601585c594ae79c8b1102f85c3b96d5256fc293 256 0.10/1.00 vMB 55
328,196 328,196 000000000000000006e978afe72ad3aee64c141f28a3141b4f8874cf1b39e6ed 331 0.18/1.00 vMB 31
328,195 328,195 0000000000000000001eb1fcab3d72033a75a8d434bd24333e15325c89613b35 64 0.05/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.