Loading Tool

Explorer IconExplorer

Memory Pool

8,789 transactions
3.50 vMB
0.01355166 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.22/200 MB

Candidate Block

Mining Attempt adbbba172f3549eb03779a8037654a4e3f49f7e0d2730983d63c592f90829d7f
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root fc3e816b75319d6fab2f10a94a5b51953eadfd9ae0d2854886b574c7df4f09e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,582
Size: 1.00 vMB
Total Fees: 0.01011300 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (756,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,891 156,891 00000000000006d57eef06693140fa2cb0d2f296ed6fb4190d103fddbf1a37dd 83 0.03 vMB 77
156,890 156,890 00000000000004232b83926abc0872bc11d4d64b363753eb05085f23145373d4 6 0.00 vMB 0
156,889 156,889 0000000000000a5967ca0370983ec1b8c5f84eea562ab00f0a39c3337596f7b7 12 0.01 vMB 330
156,888 156,888 0000000000000486a93204cc25f9d8c69ee20195560c6feb011bfca097ad35bc 11 0.00 vMB 52
156,887 156,887 00000000000008644b7003090949807108eaaf1020731e09c7ecd3339bf54079 6 0.00 vMB 107
156,886 156,886 00000000000008b19eea16d493f26b55e24b1e7e8cfc55a3b48c88d78d0768f1 60 0.03 vMB 91
156,885 156,885 0000000000000b5038a5e67e7ee86b3411a8f466ba1341bf1033f83fdabd695b 8 0.00 vMB 0
156,884 156,884 0000000000000aa008e99b8a55d12927c747ecf2921234551a8eb6fccbffa3df 14 0.01 vMB 16
156,883 156,883 000000000000088cfe5f2305f1a18e62d6090925b04ec7dd62dd4527606e8e5d 33 0.02 vMB 65
156,882 156,882 00000000000003b5a20a7cfa4902da993b8ec70534a35efc545c89bb2f4d6dd5 49 0.01 vMB 0
156,881 156,881 0000000000000568f1dcdc3b62ca0e21dd837d96a9ff431094a7bb9769c2188f 12 0.00 vMB 32
156,880 156,880 0000000000000327ffcbe1eb0adc549c80c292939efe92c93e542b353c3d6b20 1 0.00 vMB 0
156,879 156,879 000000000000028bee8b3af36458a90fe684ac2d0484c50a3bf7d4381266ad84 53 0.02 vMB 80
156,878 156,878 0000000000000f3961ff0dd0602f46b1b635bdf092b47995d97624c282d444ae 7 0.00 vMB 0
156,877 156,877 00000000000006ea4e3d6a5c629b797f7cf189ddddb3850b17f7b7c83e21a4a4 10 0.01 vMB 125
156,876 156,876 0000000000000cd1a71564497e823769168da1a7ebe1d416c5594a454baa726d 30 0.01 vMB 155
156,875 156,875 0000000000000142cf9095940ba38a9b93a938a56875aea5731cd477a5beee70 50 0.01 vMB 3
156,874 156,874 0000000000000b6540b9e72984c31edb0e8792d3745e9b9df8ab156e1de6c8b8 110 0.05 vMB 161
156,873 156,873 00000000000009e386dca187305b73abbf30e6a92ccbd27db9f25ca59a1e68e9 71 0.03 vMB 11
156,872 156,872 00000000000001c0bee08e6ec78e7802816c0c0dd71dcc6b0516a35eadc56254 11 0.00 vMB 481
156,871 156,871 00000000000007f25449a868b00000883b9bb75f024bf33b85d9b21c9033014c 13 0.08 vMB 50
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 364.14 GB
    • Received: 1.75 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.