Loading Tool

Explorer IconExplorer

Memory Pool

77,386 transactions
29.08 vMB
0.10062134 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt 1b933c937e8ece0a0baf8cb32c0f84d32ed4cc623d7bc78ea9d4cb9df5748220
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 42f99e0f65b77657c175127e2cb44e1f692d22a964026b61f46d3e03b9b014f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,449
Size: 1.00 vMB
Total Fees: 0.02667809 BTC
Feerates: 453.09 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (623,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,202 292,202 0000000000000000274240ad7a3e5de2286e50996002e37da59d07b365f5bdd8 307 0.27/1.00 vMB 24
292,201 292,201 0000000000000000de8dd5c7ac1962f6246e93cbd03e19e074e68f56e98138b8 256 0.10/1.00 vMB 52
292,200 292,200 00000000000000004c705e49acf467fc0b67c6eee8b03bf3ab7c327e89664594 100 0.06/1.00 vMB 26
292,199 292,199 0000000000000000d7f8dcc7de69d559cf6a8d51b3459914596317317af98e2f 187 0.11/1.00 vMB 25
292,198 292,198 0000000000000000256b1d6957ed21c8121407786a80f1a0c407125d5b4578e2 185 0.12/1.00 vMB 28
292,197 292,197 0000000000000000bafcaf6a6151820486025270855b44e10eb080ba136d04b7 192 0.43/1.00 vMB 13
292,196 292,196 0000000000000000ee04d629136ebd522251d2d0dd5e9e42e53f5af8098b1d3f 772 0.35/1.00 vMB 38
292,195 292,195 00000000000000008879c0975928a3639ff5ee59f53b46d4e6a54b2b72924287 927 0.35/1.00 vMB 45
292,194 292,194 00000000000000002ba2c5b6966e2b98067b387c24023d282056c9612699df8d 347 0.21/1.00 vMB 30
292,193 292,193 0000000000000000063f99ea7ffd35e6866efdb5f78d5a50816fb91a610c7e64 8 0.01/1.00 vMB 1
292,192 292,192 0000000000000000f8f4cdf0b5b21a5cc72fa28eabcf2f3f10b3d02f71ecb07a 153 0.09/1.00 vMB 30
292,191 292,191 0000000000000000e9c2ef77a3136afa4c00d08e63931d71c238bbb3d0c54ed5 348 0.19/1.00 vMB 30
292,190 292,190 00000000000000010063c301c20fe003b8295177285b68dede7ca468a513f947 468 0.24/1.00 vMB 30
292,189 292,189 000000000000000001e86d332c99d5c922e1c2fc40d62e2744007c12b00a2b8c 815 0.45/1.00 vMB 31
292,188 292,188 000000000000000060cf11d02b4ae8119b10a751aece5c397a2be3888645dd25 433 0.29/1.00 vMB 25
292,187 292,187 00000000000000009fc23806e00d182d6d9e31e9d4e2f44cb4102e3a3a759e3c 703 0.35/1.00 vMB 34
292,186 292,186 0000000000000000d565b772253a6250da1dd2650e880a673b2d0a0239d5c079 256 0.09/1.00 vMB 47
292,185 292,185 0000000000000000e5f8444dc6e954c4a42189b4cc35a77fd2b1e7bf01712164 644 0.36/1.00 vMB 30
292,184 292,184 0000000000000000911574c6bdb0a17328d86455ac05980c44324c6188771066 32 0.01/1.00 vMB 22
292,183 292,183 0000000000000000f1a6edb37958039685d841c1d858da13a0c6672ab59e6de6 144 0.10/1.00 vMB 25
292,182 292,182 0000000000000000f8a7d17090a16227e841339e18bd3c06346448427fac57d0 224 0.11/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.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.