Loading Tool

Explorer IconExplorer

Memory Pool

81,197 transactions
31.13 vMB
0.10555708 BTC
Random Selection Loading Transactions
Max Size: 187.88/200 MB

Candidate Block

Mining Attempt 0e3a65330b757b1e5a4e17e733f43379338f598d2a3c889793ee3e5b3a1eda88
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root ffbc26be0611621f1bfab7e8ed67760cea181f590582699a6e87f3d016c59067
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.02664662 BTC
Feerates: 150.75 > 2.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (7,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
907,669 907,669 0000000000000000000211fd45cbad3b729bb708d6776d8dbcd91e1f4828db29 3,760 1.00/1.00 vMB 5
907,668 907,668 000000000000000000017b53e15dbe667613735fe585c79428fd47daf557b979 3,621 1.00/1.00 vMB 5
907,667 907,667 000000000000000000020fef28e05c5ed2a95fec0cd730eafce0ddc3e004470c 3,334 1.00/1.00 vMB 4
907,666 907,666 0000000000000000000031be7ac808d0a4ba5d7812a0b70f96a03dd63f77f764 2,966 1.00/1.00 vMB 3
907,665 907,665 00000000000000000001329acad3aa584446f797adb2ddfd5f5c8490ea49c4e3 4,032 1.00/1.00 vMB 4
907,664 907,664 000000000000000000010d9f5e6e1d71cab9b3544163ec25fc7c842183f85ec7 3,873 1.00/1.00 vMB 9
907,663 907,663 00000000000000000001d90f36340f2a6ec84254c2f005a3ebbdbaa1a22b6e08 1,314 1.00/1.00 vMB 1
907,662 907,662 000000000000000000019e0eb8b0195041583066f17a22170fe19031fa902fb3 1,713 1.00/1.00 vMB 2
907,661 907,661 00000000000000000001fad3a86b5474973d7f4e229c99dfb4391b2f611d87b9 2,549 1.00/1.00 vMB 3
907,660 907,660 00000000000000000001e9cccd8428a6ea8a6952cf7e21ba0828020e2ca280a4 3,418 1.00/1.00 vMB 9
907,659 907,659 00000000000000000000a8bf7a721e26e39b5e5e2f1aa90573b71c210a162133 2,808 1.00/1.00 vMB 4
907,658 907,658 00000000000000000000800f446bf88b95db07eb880b573059b4ea15364274e5 3,449 1.00/1.00 vMB 5
907,657 907,657 0000000000000000000135258e66b91824c661c615d198d96c46a2cb02286b9a 4,059 1.00/1.00 vMB 7
907,656 907,656 00000000000000000001d9918e63f5912a83ffef758c7c22396230d753e31d0e 2,564 1.00/1.00 vMB 3
907,655 907,655 000000000000000000015d067eebf9eda062d3e593cf9b28c7b0f92cbba7d3f3 3,787 1.00/1.00 vMB 4
907,654 907,654 00000000000000000000892418bab045e2454092ae83c4b357d2689404fd3e35 2,149 1.00/1.00 vMB 4
907,653 907,653 00000000000000000001f4cd0fe5496a8e5b24b7c5cf5bd81df133b5c9441290 3,140 1.00/1.00 vMB 3
907,652 907,652 000000000000000000009d67e1ac5b55829c043f9becde948363a31d2a4c8e61 3,382 1.00/1.00 vMB 3
907,651 907,651 000000000000000000008b1ae12c8f9a0713cb6b959e8948a2417777e7e7b6f5 3,486 1.00/1.00 vMB 3
907,650 907,650 00000000000000000000e30f20aef6e40d1a178dda5772b2486e87b648d028cb 3,234 1.00/1.00 vMB 7
907,649 907,649 00000000000000000000aeecfc2c59ba6996734f5058c5b650fd47a0faec664d 2,694 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.08 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: 723.71 GB
    • Received: 18.41 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.