Loading Tool

Explorer IconExplorer

Memory Pool

79,591 transactions
29.69 vMB
0.06880835 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt cd0c4e28ca1643cf80acd01745dcc68e404eae77f3187890781e27f02046a687
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a7729b7065b49f99db15eddb3bfb88e121dc643576570abdfb45c19539efc4a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00843123 BTC
Feerates: 100.19 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (109,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,654 805,654 00000000000000000001cfbb30eedb77bfcb9dc3ab3003467b8252ba2269db8f 1,443 1.00/1.00 vMB 16
805,653 805,653 00000000000000000003e943713376fc6b71526ffaeedb7fe314b323833e1c4a 1,450 1.00/1.00 vMB 20
805,652 805,652 000000000000000000017eb57fb67ab76ff35e3c1de866e4f1c4f8c35faa57c3 2,786 1.00/1.00 vMB 13
805,651 805,651 00000000000000000003d9a20b86dbb6dbece554f7a7e9387dcff279b9882171 2,275 1.00/1.00 vMB 14
805,650 805,650 000000000000000000049d589ab46959d87e0b92e0ea5a576be64670f20ae911 3,247 1.00/1.00 vMB 22
805,649 805,649 000000000000000000010805d1e8d5f0dbddc019d1130b2ba7e3a5f085361149 2,808 1.00/1.00 vMB 15
805,648 805,648 00000000000000000000c66a1a9406737ab4a3c94cf2716e43a479e647ab72bc 1,492 1.00/1.00 vMB 16
805,647 805,647 00000000000000000000c021a479e8b16a8707d4146a7329aa15fb32b74ff0e0 2,618 1.00/1.00 vMB 22
805,646 805,646 000000000000000000050d16ea4d9f2aca9b6ff43d1b194abb287f7a86ad11e1 3,573 1.00/1.00 vMB 22
805,645 805,645 00000000000000000003ee8cf1ccc1f239b509e1262272f7b93060e780866512 2,973 1.00/1.00 vMB 28
805,644 805,644 00000000000000000004d30a7cabec9b033c7ef71c9de13bcb9d744f07ddc4dd 1,687 1.00/1.00 vMB 17
805,643 805,643 000000000000000000021efda947643bef9d07a98c747d8de127f72c4cdc07a9 2,836 1.00/1.00 vMB 28
805,642 805,642 000000000000000000005403d102640d91e4ef141f1df236a377822523d51438 338 1.00/1.00 vMB 11
805,641 805,641 000000000000000000013e4a0341354534a9fe7d780a0305b5b6752692690ae2 159 1.00/1.00 vMB 11
805,640 805,640 000000000000000000019d0425857cc0738f3cd8955075cc84980b3fbbe5dffb 1,436 1.00/1.00 vMB 13
805,639 805,639 00000000000000000000aa8574b86c1e4f3d4f8af115ee1b0e07ce8677431977 2,978 1.00/1.00 vMB 23
805,638 805,638 00000000000000000001194fe7a58bfc3280dbcb3f6d682b043b53ae42e86573 3,366 1.00/1.00 vMB 23
805,637 805,637 000000000000000000024063fe9bc678d87b60790fdb21b7d1b0c8c415f8658a 973 1.00/1.00 vMB 12
805,636 805,636 000000000000000000036c31683b5e20e635b08a2bc3a35f7f858bfab7c5f162 2,731 1.00/1.00 vMB 18
805,635 805,635 0000000000000000000138a329ac2d8dc0784b7c9a9a67934c94ae9f1588f17b 3,088 1.00/1.00 vMB 16
805,634 805,634 00000000000000000004bc576983226b5d1f10cf0b5500c947f56b3668ce3ab5 2,612 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.