Loading Tool

Explorer IconExplorer

Memory Pool

83,775 transactions
31.20 vMB
0.08522454 BTC
Random Selection Loading Transactions
Max Size: 191.18/200 MB

Candidate Block

Mining Attempt 9faa6e541aac8f4b0415081347bdfad357d85dec6285db82c02c5d06e2afa31a
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 044e691c0a9f10d9b2dc8aeb65ee3d6315f266b33eadce54ad8d31fda233f1f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,542
Size: 1.00 vMB
Total Fees: 0.01095098 BTC
Feerates: 22.07 > 1.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (624,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
291,356 291,356 000000000000000087eeed7e27379f09a5da4d29561d89a26283c7ac41f5a273 1,056 0.77/1.00 vMB 22
291,355 291,355 0000000000000000d21c88f6726353bb571416569b5b027454f1e5a753b38687 1,024 0.35/1.00 vMB 62
291,354 291,354 0000000000000000c3b7e2fe8b9bc79166f6e836ee588f1f91cd0f81024911f7 1,081 0.35/1.00 vMB 58
291,353 291,353 00000000000000004fcc19d3862c61aa7c547838afdc6c5cf07b99bedb5afab4 434 0.34/1.00 vMB 24
291,352 291,352 00000000000000008a2ffb05c677e0bdd2863dcfbe1aae7329c66e6945ea6d84 1,002 0.35/1.00 vMB 75
291,351 291,351 0000000000000000468ca8dedbcf787c4fd19ba10f784825f4f62a901b38063e 1,427 0.75/1.00 vMB 40
291,350 291,350 00000000000000008584dbe98bb5cb5cfda8d4a97c8cc993ff947fd6f4772ae0 512 0.17/1.00 vMB 63
291,349 291,349 0000000000000000e587d9cc9e1a4eecc99778754468fb2f8365fb874873d7fd 148 0.07/1.00 vMB 32
291,348 291,348 0000000000000000bdd8542f6ba7d961ae49cef2fa91e7298f8e4fe6dc5a41ef 222 0.10/1.00 vMB 33
291,347 291,347 0000000000000000a5f3ab0f55be0ab8bd60f065535e132c5e419aa3a24c2375 230 0.09/1.00 vMB 13
291,346 291,346 000000000000000001ff168852937bb40ed038f48a9359d4e48b339815ebb712 256 0.10/1.00 vMB 42
291,345 291,345 0000000000000000c12a581fb44b5e3864531bca806cef0eb3b386a456aea0bb 885 0.53/1.00 vMB 30
291,344 291,344 000000000000000098127f9f67939d6bbd46afaccebc18424448d3ac03acb445 1,044 0.35/1.00 vMB 64
291,343 291,343 00000000000000004f8d22c7ca47abf99cce0cedbb4ca47fe10234f704fbc188 1,572 0.77/1.00 vMB 38
291,342 291,342 0000000000000000dbb524e3a67dfe66dccfb39f5acb3a4d8a45172f39171ea6 244 0.11/1.00 vMB 50
291,341 291,341 00000000000000003225f2970f0d7024e7c50a71bfe32ee7f60e0c3ed47515de 250 0.15/1.00 vMB 39
291,340 291,340 00000000000000003ff43c3c8c08496c93a4a48ddf2bef5cd9f3babdb5e11946 113 0.06/1.00 vMB 25
291,339 291,339 0000000000000000e38c89759cd3a39237a236fd69f24163731fd075732c50c1 547 0.25/1.00 vMB 42
291,338 291,338 0000000000000000b07f35dcd6bf678d6b7fb7564a2d0b1e100c4993dd334825 294 0.19/1.00 vMB 31
291,337 291,337 000000000000000087be1bc8d41c8def96b9e35f61d7ad7a862d7e6d18abc326 512 0.19/1.00 vMB 38
291,336 291,336 00000000000000003301e5b0904e61769ef283fef9144a2133243bdf7e09b468 67 0.06/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.03 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: 719.50 GB
    • Received: 18.07 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.