Loading Tool

Explorer IconExplorer

Memory Pool

74,005 transactions
27.41 vMB
0.06763804 BTC
Random Selection Loading Transactions
Max Size: 167.23/200 MB

Candidate Block

Mining Attempt 20f6ac56fc5a27c3a00b912b15117b9e264ec52952aecc79dfd2a6b3ae2bdfca
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 351d4ccb289b3794451b1aa183a1868d7b64e2cb8367088b8c1f804367a7be36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.00936029 BTC
Feerates: 65.93 > 0.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (295,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,804 619,804 00000000000000000002861356b937efc62ee57b431a6dd08050e537b444fe63 1,381 0.54/1.00 vMB 15
619,803 619,803 0000000000000000000b200501eabc563d02a240a8b49121ff70a9a6e5454db2 37 0.01/1.00 vMB 28
619,802 619,802 0000000000000000000edad8bd5862707999316496b53b40e65a4ab9c0bd39d7 2,957 0.93/1.00 vMB 6
619,801 619,801 000000000000000000105d1c5549e63ad6ca7f4b04edcbbe459eacb7055a6f75 2,641 1.00/1.00 vMB 14
619,800 619,800 000000000000000000034266ff6e2e631a9abda2187126020d22da3cdb1a236e 2,535 1.00/1.00 vMB 12
619,799 619,799 00000000000000000006f40c0b2bd3399d4dcc88c2fb5323a0d87944ca73fe81 2,200 1.00/1.00 vMB 12
619,798 619,798 0000000000000000000b2b56d0c8558510dd550127c92361849780dac5c77105 1,900 0.64/1.00 vMB 7
619,797 619,797 000000000000000000046d046fc940bd83533b0f03c86bafddc0412266cfcff8 2,477 1.00/1.00 vMB 12
619,796 619,796 0000000000000000000e9367882d6942be4ad56bdbf0239687e12a4f446f23d8 2,464 0.80/1.00 vMB 14
619,795 619,795 0000000000000000000d583be67b1991651601219cb7aa6875fec89710be5854 420 0.11/1.00 vMB 14
619,794 619,794 0000000000000000000b25b55b5c23398210993073e6c4c31440b24d37a035ba 1,523 0.48/1.00 vMB 12
619,793 619,793 00000000000000000007dee025ee8542b47feb188aa936bf4327251cd620bd01 157 0.05/1.00 vMB 18
619,792 619,792 0000000000000000000626267699de2c3d89e850defd2320e4439b240a0e0a0d 1,552 0.51/1.00 vMB 12
619,791 619,791 00000000000000000011dec6f935a0f7c6c8470136c6df89d9cc053c28ec0e7e 1,028 0.38/1.00 vMB 13
619,790 619,790 00000000000000000010b5929da6550fb1b511412e7ad25d3981716e0e38abf6 694 0.20/1.00 vMB 12
619,789 619,789 0000000000000000000e51dede518783e48b084f137d3e320ebc09a2212185e1 2,334 0.70/1.00 vMB 14
619,788 619,788 00000000000000000004c84b0ec6aca9992d20e75b111d4ea73ec731c41f7959 1,028 0.40/1.00 vMB 14
619,787 619,787 00000000000000000006dbdfa6a7cb8c0dd8c4d3f0d73ae146c59b905e25e609 200 0.12/1.00 vMB 7
619,786 619,786 0000000000000000000c015d0193aafb12f3562aebb2bb2e9110d116a291d412 1,092 0.35/1.00 vMB 15
619,785 619,785 00000000000000000000f9b60ec4b45d2b66adca5b0bf8c9439c22352b45b4f7 57 0.02/1.00 vMB 11
619,784 619,784 00000000000000000009f2b4cc2068487dd1ea20889b7c1b5e5eb1b8e52db654 2,835 0.99/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.