Loading Tool

Explorer IconExplorer

Memory Pool

49,317 transactions
30.69 vMB
0.11445998 BTC
Random Selection Loading Transactions
Max Size: 163.71/200 MB

Candidate Block

Mining Attempt a38aef21172536c7c490f04c4d92f9a1efb8c983bbcca94b4d6efa063d55c461
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 17c591a2e3ee15baeab49d681fd4b8f6088da7f1310cbfadceebfe1405d8d9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.04714397 BTC
Feerates: 150.97 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (724,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,788 190,788 00000000000003456986ba1a8d8cfa95fd8bcb1b9baddc5fca69563ff954eb15 9 0.00/1.00 vMB 550
190,787 190,787 000000000000014b2a0f40956cf8f27418a6e6f806b226ecc95e7e1e865bb4ef 152 0.06/1.00 vMB 107
190,786 190,786 000000000000070293a15c3e70f859fbb1a7a1b1a267f9754f34dcbd793471d8 139 0.05/1.00 vMB 67
190,785 190,785 00000000000003ce5573bef19a75e6966e8863a37102123944de365224962748 202 0.08/1.00 vMB 173
190,784 190,784 0000000000000025e6c720e747a0f87299932872b385ab0daea8c3b5c2aef2a8 12 0.00/1.00 vMB 0
190,783 190,783 00000000000008498280e2ebfb40ef79f45f50666b1ff09b9f84c8fe8f9b8404 295 0.12/1.00 vMB 140
190,782 190,782 000000000000013e466179fff23b0246189c62a47f2e84356ffa0af1f82db5c1 6 0.00/1.00 vMB 0
190,781 190,781 0000000000000359c5e9937d143cc38b657d0ede770e5b21379e597275cfaee9 265 0.10/1.00 vMB 128
190,780 190,780 0000000000000419acdbf92f3608b18fca57c57f8d48e1b1589c38601e61d824 1 0.00/1.00 vMB 0
190,779 190,779 0000000000000498dfd72591c3fe63645d06c0624488ee4164b35493d8aa1ac6 410 0.25/1.00 vMB 303
190,778 190,778 000000000000003a779aced437e06677dc8aaa2b67630a62e4b46e2787e76a67 5 0.00/1.00 vMB 0
190,777 190,777 000000000000089c9d2430ba5a5322340411ec31b834bcf5ad219d6fed4812c7 12 0.01/1.00 vMB 149
190,776 190,776 000000000000068c12d7ff29d214c23a0a3308e39c79048a12f7960ec5019ba3 288 0.10/1.00 vMB 845
190,775 190,775 000000000000077fcf520dcb9d5a0ac62e681f63442e20baa355ce55e0a022f1 90 0.05/1.00 vMB 83
190,774 190,774 0000000000000821ded978ca7f88b9ccf49eb5adac6e65af402d7c98101833c7 24 0.01/1.00 vMB 109
190,773 190,773 000000000000001993e0768cb40ca5ad574b83f3ce79cc1fba6d0fe367a9a58d 256 0.09/1.00 vMB 230
190,772 190,772 00000000000004bfba6bcc1ba88c8953869b6f82fcfe75c22c7f91be15f23e1b 58 0.03/1.00 vMB 144
190,771 190,771 000000000000019181464f6efc7a1d4e24321ae10ae3c0bdfb1fce776ac54e1b 207 0.08/1.00 vMB 203
190,770 190,770 000000000000082f1119d9bf7426ced47437d28419fc683289c0245c9d12bd22 256 0.14/1.00 vMB 182
190,769 190,769 00000000000002dc993ed2f971f2740c2c9dc864b5d7a9bd8f58e7b710c5f94e 201 0.12/1.00 vMB 167
190,768 190,768 00000000000000b87754d1380ffc483bacb3a6c68f4d46fc203696da55742b83 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.