Loading Tool

Explorer IconExplorer

Memory Pool

77,114 transactions
29.25 vMB
0.09290986 BTC
Random Selection Loading Transactions
Max Size: 176.66/200 MB

Candidate Block

Mining Attempt 0f07cdf3921eda2d12f88dcd1df3d5a049bd1487b193456f4d47347f02ad01e4
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 8703b26d9f7b3bd6f2f847dd16fe4c52b094f1d40c62f7631cc48265f7230408
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,752
Size: 1.00 vMB
Total Fees: 0.02063742 BTC
Feerates: 82.92 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (255,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,538 659,538 00000000000000000004e33fd03f0e46c2b162abd2fc1d574e366bdba95b4824 3,022 1.00/1.00 vMB 117
659,537 659,537 000000000000000000066e1c4186689c163b5c8c3bb4ec2a0b49ce44a01dd020 2,775 1.00/1.00 vMB 137
659,536 659,536 000000000000000000020fe15d33313960779a5e4b6dbfb306f4b23c146aa0c1 2,555 1.00/1.00 vMB 128
659,535 659,535 0000000000000000000446af174fbec9aadf9298653879b1dc2a083001ebd827 2,215 1.00/1.00 vMB 95
659,534 659,534 000000000000000000009867f8c2295849042583b216dd79a7e5c99e8848e647 3,026 1.00/1.00 vMB 126
659,533 659,533 0000000000000000000e7a24f1132bde6f8814d8b9d75a3db07f9159c6b2a887 3,349 1.00/1.00 vMB 115
659,532 659,532 00000000000000000006894b2a0ddb9aaa0670ca28da07546f54f06430151d34 2,729 1.00/1.00 vMB 137
659,531 659,531 0000000000000000000664bf996ef1eaaf16b59ee5ebcec01e3e237454734a81 2,693 1.00/1.00 vMB 96
659,530 659,530 00000000000000000008aeb23e55313981ccbda54871761692cc92307f6498bc 3,066 1.00/1.00 vMB 112
659,529 659,529 000000000000000000079cee3f95e79916e081cb918778a650ae0ecf1e83c8f8 1,805 1.00/1.00 vMB 112
659,528 659,528 0000000000000000000b329a72dbe87c2534cb848ddd731b5c7bf9a2e47339a0 2,330 1.00/1.00 vMB 119
659,527 659,527 00000000000000000000d7322ac1e0b71a9e97b1e25545562a06de4f673f14b4 2,913 1.00/1.00 vMB 147
659,526 659,526 0000000000000000000463f23bb8b6a847b2ded1c80e732bcc72ec4048655aad 1,270 1.00/1.00 vMB 97
659,525 659,525 0000000000000000000b81295c61135c2d98fd996352f59fb908a850e6b01dfc 2,774 1.00/1.00 vMB 115
659,524 659,524 00000000000000000008ded4dd8d51e4dea5541491241a412cc1fed07f30ac45 2,923 1.00/1.00 vMB 116
659,523 659,523 0000000000000000000e3766bb6f38003f3536b92deea91566be012505d3fdae 2,838 1.00/1.00 vMB 129
659,522 659,522 0000000000000000000292d7d7533174956e296349477d8aacadba45e5881c29 2,373 1.00/1.00 vMB 104
659,521 659,521 0000000000000000000a1bd340aad625ea0da8d14f7d5613be0954a34b3f2d0f 1,769 1.00/1.00 vMB 105
659,520 659,520 00000000000000000009b8f1506aed2ea69d104f5fcbe49e5612a82dcec45a69 2,806 1.00/1.00 vMB 121
659,519 659,519 0000000000000000000e40529fb23a76b1d5ca537ba585a5b89aaec9808b52e0 2,748 1.00/1.00 vMB 119
659,518 659,518 00000000000000000000b29cecc82d912a96a1347ab1c69bd3cef4ef269c45cc 2,717 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.