Loading Tool

Explorer IconExplorer

Memory Pool

80,843 transactions
30.70 vMB
0.08912802 BTC
Random Selection Loading Transactions
Max Size: 186.77/200 MB

Candidate Block

Mining Attempt be6781ac335304d33f39179551abd7fd3eba97448ec70ab260d9dacac5875295
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 601f52e1d4131cbcabc308ce80c1c729c5cb0b497fd335f966db9a7fe480ef1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,475
Size: 1.00 vMB
Total Fees: 0.01889658 BTC
Feerates: 150.77 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (582,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
332,892 332,892 0000000000000000067e32f92f0f3c6aca4d8a416e7563b8f4cea05263a950e6 263 0.13/1.00 vMB 26
332,891 332,891 00000000000000000ee1719bc2655280397f258a7e5733a902aa54e7ae2ef6c1 797 0.57/1.00 vMB 22
332,890 332,890 000000000000000003463d7e1415308f7fb38e20cbfa6c418561b992144e72b8 20 0.01/1.00 vMB 25
332,889 332,889 000000000000000009f59f584e1a9cec4c285b53351d47f7cba5abc1d235ae7f 303 0.14/1.00 vMB 28
332,888 332,888 0000000000000000120057681ad384b2330e9b6309beb4b5ba886134e5057b6f 143 0.06/1.00 vMB 9
332,887 332,887 000000000000000010c5e6bb30f7e5819607170cb13640d15b8d6f0ee1b4e4ff 1,021 0.73/1.00 vMB 19
332,886 332,886 000000000000000014b1fa9317aa0289b3c076c3d22a5f908863c76678eae97e 1,101 0.72/1.00 vMB 22
332,885 332,885 000000000000000007be3c749ff2d43b092fcb6a8df9c312986a4b8de59021cc 2,808 1.00/1.00 vMB 34
332,884 332,884 000000000000000007e0ff4a92d3fc3ab8e6b17a3adb8bce46c1d4ea033858ef 940 0.69/1.00 vMB 18
332,883 332,883 000000000000000002cca2b67e0c8b580889d9c0e3c6baa3f7c95e5e25148a7c 1,757 0.75/1.00 vMB 30
332,882 332,882 000000000000000005b287f9333bfa664a0bad7ee716244c720ac80381c9f2ac 1,597 0.87/1.00 vMB 26
332,881 332,881 000000000000000013806645bd58c4c166f9f7a450f416152750cef6dba1f601 683 0.35/1.00 vMB 25
332,880 332,880 0000000000000000182dfad463516c386cd69eadce8b68a697ed8e4b3b62088c 704 0.42/1.00 vMB 23
332,879 332,879 00000000000000001177a00209f48e57fd298b37119cc3a91bb9711e3eaaf893 429 0.22/1.00 vMB 12
332,878 332,878 00000000000000000f2f71296fab8ffbdd91b4678e87245c6d10afbd114377e6 1,376 0.95/1.00 vMB 21
332,877 332,877 0000000000000000159e458fa6e9bcaa2e73a84de4e0f6b15a2178562eb18b1b 2,227 1.00/1.00 vMB 31
332,876 332,876 00000000000000001747ebd0c6698a216a1e448c1e9b9f2ae5eea49d8a7b3607 104 0.09/1.00 vMB 15
332,875 332,875 00000000000000001aaecc88e343b8ff46fa532c578acb193f8c1d90e4c31785 153 0.19/1.00 vMB 14
332,874 332,874 00000000000000000deff19c7fcb632f5e26b1007fc1e1ecd3fa390f886de64f 749 0.75/1.00 vMB 18
332,873 332,873 00000000000000000dbdecbdad4aae7e09c3f628a6ead7f78300268401dd01d6 803 0.25/1.00 vMB 44
332,872 332,872 000000000000000019c346461bb86a4738ef8c2fb1379c5c3b2ee37e5efb76fa 283 0.13/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.04 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: 720.06 GB
    • Received: 18.14 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.