Loading Tool

Explorer IconExplorer

Memory Pool

56,984 transactions
17.95 vMB
0.04983543 BTC
Random Selection Loading Transactions
Max Size: 113.63/200 MB

Candidate Block

Mining Attempt f365dffd93f39be9692fd0026b452a2d4f6ca7d0edecd7e5d706eeee1fb02c70
Version 20000000
Previous Block 0000000000000000000093b4732c6bc0ef3547baa946982c2ac6fe5321c1252c
Merkle Root 3b150ca43b5390ed6e0702f54344b87de309f7e58410b7213415138f30862b5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,986
Size: 1.00 vMB
Total Fees: 0.00983922 BTC
Feerates: 60.16 > 0.99 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,723 (655,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,850 259,850 000000000000000daa873eda47a5e03be9772ddae1087025020f9707e4b37da3 550 0.25/1.00 vMB 100
259,849 259,849 00000000000000107c9c36c72cb7f7bbf3266c613d6634cd7bfe1570c467b2ec 350 0.16/1.00 vMB 152
259,848 259,848 000000000000001dacb9cb621f11a809e4382f5d9c2f09e26d56cd4a2ace952d 212 0.08/1.00 vMB 116
259,847 259,847 000000000000000d62fd8dafa60e2a56df6f66ebc9f79a18976db0da194eea0b 25 0.01/1.00 vMB 233
259,846 259,846 0000000000000014fbe502a70a7505b7a60b8a4013ae4d24f054cf3ada40ce3f 110 0.04/1.00 vMB 71
259,845 259,845 0000000000000005088af0612e72b2546a1a04eded6c1e6355ba94201aa26a02 88 0.06/1.00 vMB 73
259,844 259,844 000000000000001e53362e9e504c351ec35d3cf8ca9d24d38a6990a70dd1cb59 17 0.01/1.00 vMB 92
259,843 259,843 0000000000000024dfce46d4ea37eb30dbdf70c644640c2ed8d950929ee2a346 242 0.11/1.00 vMB 94
259,842 259,842 0000000000000008b1e0d931c4af680e812f87aabf533ffe18e80b9ae78b3155 48 0.02/1.00 vMB 55
259,841 259,841 0000000000000003bb62f1a7437de9a3adda698b20e1e5809c006d0c531b0d02 189 0.08/1.00 vMB 100
259,840 259,840 0000000000000006d42785b15269a4183c5d29633a66b1394b96d21777b23550 248 0.11/1.00 vMB 120
259,839 259,839 0000000000000010d502e0b0c34195f179349bc752b04e46d90e35de3de1d048 201 0.07/1.00 vMB 123
259,838 259,838 0000000000000014efb1769f1d223fd4154c0f862f56377e3d145b40786659cd 177 0.07/1.00 vMB 89
259,837 259,837 000000000000001a41fe4767fb73f9f141c8e9ad1b005e0e160b941903945e4e 333 0.17/1.00 vMB 93
259,836 259,836 000000000000001564bcc9f61563f3f0e69d78f41714f9a44fccab239049842d 161 0.10/1.00 vMB 78
259,835 259,835 000000000000000fe14656d0d86f87e2cb1c5ad7a765b85196917e5cfea3f4ae 155 0.06/1.00 vMB 74
259,834 259,834 00000000000000232efb15fa2d678dc563a93e4a86a98b0584fb767e3572d548 578 0.21/1.00 vMB 130
259,833 259,833 0000000000000007423dc60488798319c93ad01b07d81aecfcf476f0b14ca781 275 0.11/1.00 vMB 85
259,832 259,832 0000000000000005dc7e042b73f9120e2e7c1dfeaf39c2cd50fdab89d1ee8830 213 0.10/1.00 vMB 82
259,831 259,831 00000000000000248a8d7146da83e0c47ba7eadaded227db87d0e26a6530e926 690 0.29/1.00 vMB 107
259,830 259,830 00000000000000056c1d207f3fb77c8a6a14b049fa649dbd55e29beb73fdcbe1 90 0.04/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 783.63 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: 775.75 GB
    • Received: 20.92 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.