Loading Tool

Explorer IconExplorer

Memory Pool

79,679 transactions
29.74 vMB
0.10105820 BTC
Random Selection Loading Transactions
Max Size: 179.34/200 MB

Candidate Block

Mining Attempt 548538a9930969e6af6130a96a2c63cd49c306d99c88fbe6b991e77f58add862
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root c8d95af547fe6a6782b06dcd61c7ad5b64655890e3f3e225190201d915123c72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.03458700 BTC
Feerates: 302.06 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (243,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,631 671,631 0000000000000000000830b71c7f8b5964ccb504286fac8d97dec96a93b20d58 2,977 1.00/1.00 vMB 62
671,630 671,630 0000000000000000000326384b0ca46b6c4eae7824a5e160226c1a2858968e06 1,752 1.00/1.00 vMB 104
671,629 671,629 00000000000000000009484461482975332469abf0119ed9da330755962f888e 2,845 1.00/1.00 vMB 103
671,628 671,628 0000000000000000000a6d4ab25b7951250bcd7a8ff7755e1d95377486c29ba7 2,188 1.00/1.00 vMB 107
671,627 671,627 0000000000000000000b2a76155b1b5ce4aa06f787f35cc98d60ecab00599375 1,760 1.00/1.00 vMB 119
671,626 671,626 0000000000000000000a68c850c1ecfebe087c79da7386ab62eb8739121e6da9 3,251 1.00/1.00 vMB 139
671,625 671,625 000000000000000000023ad6bdee0c17e26f44cda3075bd4f10754eab3731f85 1,472 1.00/1.00 vMB 69
671,624 671,624 0000000000000000000a290ae5554a9a8adb432a3e80fe35eba7d071db1460ea 2,976 1.00/1.00 vMB 50
671,623 671,623 0000000000000000000cdb9f4f2b0d414cc0b8431750b6a19d1971a4be14b720 2,806 1.00/1.00 vMB 123
671,622 671,622 0000000000000000000b208374073518ba7a7c1f9fad078b830e0090b253e90f 2,967 1.00/1.00 vMB 69
671,621 671,621 00000000000000000009e8603ee1200db19522b1e1e4895e600260576759f77a 2,311 1.00/1.00 vMB 106
671,620 671,620 0000000000000000000c24e4912e5a17b72e1a09dd94e6e4658dea1d61a893cd 3,346 1.00/1.00 vMB 60
671,619 671,619 00000000000000000009055a26115aca62362f6aa763e338524adf010c92183c 2,515 1.00/1.00 vMB 98
671,618 671,618 0000000000000000000010aa83b8db15ef5516c1aae58fce063cc4ee8c7fe03e 1,243 1.00/1.00 vMB 111
671,617 671,617 000000000000000000072242a343707da525db5f8f0ea1c5890a041dc0bae0bf 2,939 1.00/1.00 vMB 106
671,616 671,616 0000000000000000000849761c2623487e0e688894733dff2e97f7235d997a72 2,382 1.00/1.00 vMB 118
671,615 671,615 0000000000000000000c9fe4091ebf19c644ad2222a4b9d3c00582be87b0f8ce 3,335 1.00/1.00 vMB 139
671,614 671,614 0000000000000000000c9d6f3f782cf329b049d052d9e2348c1ccb3aa3f18c3f 1,041 1.00/1.00 vMB 47
671,613 671,613 0000000000000000000cbeef830a095da70b10252cbb4075351b3de841a0eeab 2,016 1.00/1.00 vMB 70
671,612 671,612 000000000000000000007f064144a0e9f86eb7c606b04fc4adf4bfe536090641 1,810 1.00/1.00 vMB 46
671,611 671,611 0000000000000000000b035a294a835503d4d5de86737d15f154751a55a88f9d 3,139 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.62 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: 671.99 GB
    • Received: 16.10 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.