Loading Tool

Explorer IconExplorer

Memory Pool

76,077 transactions
29.11 vMB
0.10315076 BTC
Random Selection Loading Transactions
Max Size: 172.10/200 MB

Candidate Block

Mining Attempt d6cdf09bb45d1d9019b921e172b3ae0bfe34920a80783668e06d8955e7f5b0cc
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 64c9805c277f7a9f5c5a7df24f752a81a8fb5d2dfabffeec8b0b3c876e69cf9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04100982 BTC
Feerates: 201.37 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (128,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,641 786,641 0000000000000000000387f8ced995e43aea308a3b052ee590ce2d452510d111 2,698 1.00/1.00 vMB 13
786,640 786,640 000000000000000000052431671d0920b9ef4734685b5f2820b22af1f2edb937 2,064 1.00/1.00 vMB 12
786,639 786,639 0000000000000000000339123cfa61c6160462cf0cc22221c5ce354c15acf990 1,483 1.00/1.00 vMB 16
786,638 786,638 00000000000000000005509be47eb18bbe19cb61c65f5747c616fb762004b65d 2,395 0.73/1.00 vMB 7
786,637 786,637 0000000000000000000491e89d17e21bf5c9e1c4aaf0f6d9f056ec7c226e362a 4,013 0.94/1.00 vMB 5
786,636 786,636 00000000000000000005a6c9ced9cca6845e29cdd9d9c1b18494ee4f59c974fc 104 0.03/1.00 vMB 3
786,635 786,635 00000000000000000003b4f9224cd8b3081b91436223e7baa6dcebcee7580558 400 0.11/1.00 vMB 5
786,634 786,634 0000000000000000000317fc1e21d8cf326202183f3d960d0b517c3d3f116607 1,558 0.47/1.00 vMB 8
786,633 786,633 00000000000000000001ad505e30867f263ad302bb5fb8351bbe950a6671374b 1,813 0.47/1.00 vMB 4
786,632 786,632 0000000000000000000281c36eda4b4279353a48f37d11f976af1a9282a37634 2,658 1.00/1.00 vMB 11
786,631 786,631 00000000000000000001b05669bffd35a186b5bb1d240720fa06ba175592dbac 1,450 1.00/1.00 vMB 6
786,630 786,630 00000000000000000000250655b6563a300db036890593c032b7d6f1319a17ad 684 0.36/1.00 vMB 12
786,629 786,629 00000000000000000001f2565b0050a69c1e2a51c2991b7750a92c3b4624f017 3,541 0.92/1.00 vMB 2
786,628 786,628 00000000000000000001613760dcf7cdf79f1ea02fed6988f82f232fbea924be 2,765 1.00/1.00 vMB 16
786,627 786,627 000000000000000000000f7f7bbfdef8d2fd1be31071715ae174e3dc0040edcf 3,453 1.00/1.00 vMB 9
786,626 786,626 0000000000000000000074dacae168273e2d10c46996e00c2418756b9e383628 4,878 1.00/1.00 vMB 3
786,625 786,625 00000000000000000004e9d53b3460477e1e707bd6a89de815fba1c66dfc496f 1,291 1.00/1.00 vMB 13
786,624 786,624 0000000000000000000147abd0869333fcc2400fe1402a8f4ac54617a0c51b27 3,133 1.00/1.00 vMB 11
786,623 786,623 000000000000000000034124fa814488f7d2e910c086892b1fbd81bb6eaf2bc4 3,241 1.00/1.00 vMB 4
786,622 786,622 00000000000000000004e9a2287a6be6896e552ebf63e1f4751448dbffd8aac9 1,962 1.00/1.00 vMB 13
786,621 786,621 00000000000000000004621d384046f66e77e376fbb8ed5a11b77c28f5afe4ca 2,205 0.79/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.