Loading Tool

Explorer IconExplorer

Memory Pool

77,954 transactions
30.10 vMB
0.07175036 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt b255d30c8adf1691a7d5d5deff3511714165383cb097d15c1a3055d61813fe08
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 10f76cdddf8c173cd16d25c75c5aece9aabf0b458b9edff99c2a867ac818bef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.00786546 BTC
Feerates: 50.18 > 0.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (231,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,748 683,748 00000000000000000004bc7a95f399354eb9e8c368f6ea5a74fe8e54d4c67d7b 930 1.00/1.00 vMB 57
683,747 683,747 000000000000000000032720c32d9121e362806ab0101071d07f8d72585591b5 3,297 1.00/1.00 vMB 81
683,746 683,746 00000000000000000008596330ae23fd4f9436a1d9d84db1e87974087fcfd89a 2,527 1.00/1.00 vMB 73
683,745 683,745 000000000000000000007ec3f49d1461fd879c6ac2fdfc6eb30f4b33b6d50daf 1,636 1.00/1.00 vMB 18
683,744 683,744 00000000000000000005ecff0bd46bfc08698d907410ec91eec46400636e67dd 2,398 1.00/1.00 vMB 23
683,743 683,743 00000000000000000007c1aada2d209b584eff4eab9c7daad9364271d2745e9c 2,375 1.00/1.00 vMB 53
683,742 683,742 000000000000000000052f530b18984704daa3016eb0d8c945d7b092af895864 2,473 1.00/1.00 vMB 40
683,741 683,741 0000000000000000000a9d76b9afb6db99175a0481e0b688028f61a59c6f4899 2,437 1.00/1.00 vMB 52
683,740 683,740 0000000000000000000abe7b097b8b40c9e4f8d73de44e4dde92b6a4f0cef582 1,459 1.00/1.00 vMB 54
683,739 683,739 0000000000000000000382e71ef2f633fce48422a53f120ef884331968065613 1,960 1.00/1.00 vMB 70
683,738 683,738 000000000000000000009b954b86757c4c65559d833459b1500417514bf4f93b 2,786 1.00/1.00 vMB 80
683,737 683,737 00000000000000000008e6607673aba574f9e3bf33e43ba8af0a0c241580c5f3 1,926 1.00/1.00 vMB 71
683,736 683,736 000000000000000000028a3ac4cf516fa107ba652c1a9a2f7141c47dbf8fa239 1,408 1.00/1.00 vMB 68
683,735 683,735 00000000000000000006af58fdee19c0c35fba81a13ea7132ae7366efbd72bc7 2,242 1.00/1.00 vMB 44
683,734 683,734 00000000000000000004da2a1f5e8ff0eae5fca8db318f7d7961ccc5ce17d723 2,328 1.00/1.00 vMB 14
683,733 683,733 00000000000000000002abcc07b109eaa1d303d18bb9d1370b14005534a88cfe 2,415 1.00/1.00 vMB 40
683,732 683,732 0000000000000000000797ecbce31e1b31806e44b28ae19cbbbfb5d6d9bac8d7 2,431 1.00/1.00 vMB 47
683,731 683,731 000000000000000000094a8982ecccd8830b7bde5ed548f8548ab1786dafba5f 2,413 1.00/1.00 vMB 31
683,730 683,730 0000000000000000000ae84527fb86933cb6b485326d069c931becc1f059c382 2,193 1.00/1.00 vMB 35
683,729 683,729 00000000000000000003cd6295c436b8c07a17db73d9430fd48f1aa2024dd6e2 2,511 1.00/1.00 vMB 74
683,728 683,728 0000000000000000000496b4e37796b069e78878d73beb26f57f6646d66efdcb 2,314 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 698.10 GB
    • Received: 16.59 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.