Loading Tool

Explorer IconExplorer

Memory Pool

91,868 transactions
34.59 vMB
0.29580702 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 3e5584a8dc9c701927681fba8cf82b1ecdeb14f9458324d74d39290efd68d743
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root 6f67cd004d30dd886fb0b10836f15597291b01950c5c9f71bdab0eb0c72613c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.06991521 BTC
Feerates: 168.26 > 7.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (675,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,293 240,293 00000000000001013681bb3cc9ee56622b894ba0291cd8a31de6a2b25d98150a 129 0.11/1.00 vMB 55
240,292 240,292 00000000000000dffb2a9d61de9f1ff86cb891cd00836949a40dbdc2ce661b1e 604 0.25/1.00 vMB 189
240,291 240,291 000000000000009413906f9b8bfca0423fb71e068ca3b46d072dc3fb91e750e7 647 0.31/1.00 vMB 142
240,290 240,290 000000000000000495d60871f41341de0453cf751a1fbcabcce78b59758b5f7a 84 0.04/1.00 vMB 196
240,289 240,289 00000000000000a30c3cd566124e8615eb4df11ec5d69349fc96d75eebafadc6 93 0.04/1.00 vMB 103
240,288 240,288 00000000000000231d3213cd834e760d3ce473d81cf78a4707f5a62e1f7ff0bc 630 0.25/1.00 vMB 191
240,287 240,287 000000000000010eee76fdf910d6b508c990b671d488c7a200e484894f922b10 25 0.03/1.00 vMB 50
240,286 240,286 0000000000000004167b94092ec2996a3c66f4540aa29a8d5761a023c6de700f 401 0.19/1.00 vMB 124
240,285 240,285 000000000000009f86b66c3ead8aa0b68807389ca377dcfc860667713e5f12a1 365 0.19/1.00 vMB 161
240,284 240,284 000000000000007a411cbe238d805cd80bdf6ffc17bc309ccb5157296aead4ae 362 0.16/1.00 vMB 185
240,283 240,283 00000000000000ee82873995ea1aa4a6424b7fa11fc9ec006afc9043a77d516d 304 0.15/1.00 vMB 116
240,282 240,282 00000000000000d5fdb8faa0f1b054b6811fd11c7438f9bb01865f8ff37bbbd4 128 0.07/1.00 vMB 109
240,281 240,281 0000000000000027d27e5a7b65f87c354749e70b7366c1ffe717a80b44cc8c21 351 0.15/1.00 vMB 209
240,280 240,280 000000000000004c63e879eedba2b0717465ffd7e39cc2d83d2aad3d83d0ecd3 300 0.13/1.00 vMB 194
240,279 240,279 0000000000000097bc7b9c275bd9c0996d2d074ccfa09010e9289c33e83ef633 295 0.13/1.00 vMB 131
240,278 240,278 00000000000000b8f9ccb8abe6578af45ce1737711a10f33dfbf658e8ccd29d9 404 0.19/1.00 vMB 127
240,277 240,277 00000000000000b8a1ceac3b70fcd66e1953f9615fb5af51d6d2d78a247fe7f7 329 0.10/1.00 vMB 14
240,276 240,276 00000000000000f542e9d25d2c90c60b20e9fa986679d723a3883f35c9062579 359 0.15/1.00 vMB 190
240,275 240,275 00000000000000d3cf7387163f0b0b6dbc794311c461db1c10f7a392543fea77 264 0.14/1.00 vMB 159
240,274 240,274 000000000000009dd7f7bef11c5f3c149089b8909d43f7cfff57448160770be4 63 0.02/1.00 vMB 142
240,273 240,273 0000000000000012a2c51dad6bf11c0c5c393ea47b75c20932f7a60bb88eb8b3 257 0.16/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 783.49 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: 773.02 GB
    • Received: 20.38 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.