Loading Tool

Explorer IconExplorer

Memory Pool

22,825 transactions
5.21 vMB
0.02429419 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.52/200 MB

Candidate Block

Mining Attempt d1386e318cf420a462dc915ff9ad4c7c3c5e920ad70462d74c2136370f4c77dc
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root 01f9bce861b6c5a7b5878fa369e034b3343129bde77ebb3099d17a1055c46394
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,241
Size: 0.38 vMB
Total Fees: 0.01151591 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (706,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,800 206,800 00000000000004f0a960fe1e7ddbdfb81541b636025710a29cdd0992969770a1 0.26 MB 173 135
206,799 206,799 00000000000004b5b07de43911e367aa8272e3c2cee7923a2aa47fde9f22214c 0.11 MB 278 139
206,798 206,798 00000000000000297d2d194bc47751822e9d18eec1a0e7ca8400c92b0ad9fc89 0.18 MB 326 150
206,797 206,797 00000000000002444838f534860258e46d07cc8faa7d18dbb4db86fb96b4e573 0.25 MB 670 192
206,796 206,796 00000000000001d3ab29d5fa3e2c71022a1ee137ade06f80ea79ab9f79b0ef56 0.19 MB 536 232
206,795 206,795 000000000000049fa39ec9e7b5236249f29058b95136f85a9666a04dd39f41cf 0.02 MB 66 29
206,794 206,794 00000000000000952048e24145d1909c9fda7ec8334d1bbc7de9cb37b385c86e 0.07 MB 142 136
206,793 206,793 00000000000000e3cbe7e2d70e158ea447f8163b31e7f34bb41081fc9b9a8472 0.28 MB 480 141
206,792 206,792 00000000000003dbb4e5235e231dccb5f488588d4fb606c3ea8764c36b2b4e92 0.00 MB 10 170
206,791 206,791 0000000000000341e1228ece75e1e207cb8db37d2ccdbe0ab6aac30f8571f59a 0.05 MB 149 162
206,790 206,790 00000000000003e622cd591df51679a35eae87e96249083547703eee8c5100fa 0.25 MB 608 198
206,789 206,789 00000000000000520a447753e9463ec9c3d59d88be60595218727cc31fae66b0 0.11 MB 246 160
206,788 206,788 0000000000000120780cd85eddc2ba17cf1d9c55b4a33332b56e00a5531ba40f 0.04 MB 130 206
206,787 206,787 0000000000000104628e1e1092b74a9bfb996d84bb60cc2eed4bf0ce8c18f05e 0.17 MB 457 249
206,786 206,786 000000000000046924f788e62a3c5b8aef6c4bf1c1e0b7528fb20e8d9d90b62d 0.02 MB 49 79
206,785 206,785 000000000000036b79f53fd4400f23a0194988619fd1cfbb6ad0a1ad0667c8b1 0.13 MB 274 156
206,784 206,784 00000000000001b0951a33a9645acfba934ea0f9cbe3008028e92bea83af1a32 0.25 MB 616 225
206,783 206,783 00000000000002dca00e64c042d9d19be141bc7130b45e80635198e3505a0706 0.07 MB 225 16
206,782 206,782 000000000000023c26e5ca1c6fc1eac89f2de4eeba83b3944c356f30288c2183 0.27 MB 688 224
206,781 206,781 000000000000042fde40f73479d47a7854d3227292b0d99cc2f6ed904c5976af 0.00 MB 11 181
206,780 206,780 00000000000003616a56a0964d41d1e4efe7293d20604ba5e11df125c2488f37 0.12 MB 252 177
Previous 10 blocks ↓
Total Size: 778.85 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: 386.51 GB
    • Received: 3.47 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.