Loading Tool

Explorer IconExplorer

Memory Pool

81,000 transactions
30.89 vMB
0.07735932 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 54b7bb99f0c70590c3101b216dd293172da4f9ee6737c36166611e40b4373260
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 985e7dd0431058d5ff7d3584501e9e88efdbd09d6dc417a441f36cc1e57b5c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.01099900 BTC
Feerates: 265.25 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (48,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,204 866,204 000000000000000000011ec7a1a1892e81853f1f328eb5487887764a48f3573b 4,691 1.00/1.00 vMB 14
866,203 866,203 00000000000000000001aae7d2b346ff9f7880b8bac8c56100bc08ab744a090b 2,342 1.00/1.00 vMB 7
866,202 866,202 0000000000000000000216c786c63437506a94c8df070776018344e15578a4de 4,153 1.00/1.00 vMB 7
866,201 866,201 00000000000000000002b34a5bc48b2218c5bd43e6d5b1b374cab4cc17076bae 3,240 1.00/1.00 vMB 8
866,200 866,200 00000000000000000002c61a0ca34839569d32f5e06cc75f3f49794071ba3454 3,595 1.00/1.00 vMB 36
866,199 866,199 00000000000000000001b9b388eb4025980c3c3a6eaf18d04e3de3dd78d4414d 3,423 1.00/1.00 vMB 25
866,198 866,198 0000000000000000000087c5f14f58a05057448c13f81af62982c2644a45ada2 3,066 1.00/1.00 vMB 15
866,197 866,197 000000000000000000002a6b09df41fe211320b77e92c0c5209a957fb3335bdf 3,297 1.00/1.00 vMB 11
866,196 866,196 00000000000000000001261f6b78eb148123545a2a11139581a829399736a06d 2,229 1.00/1.00 vMB 22
866,195 866,195 00000000000000000002fcb5a5b9eaafb1b629346b5edf0e1443ec9bd6e37f78 3,360 1.00/1.00 vMB 16
866,194 866,194 000000000000000000024e9d149a11728ce3e291e0d0c88a3cc9387566543362 3,377 1.00/1.00 vMB 43
866,193 866,193 0000000000000000000099589932e96fd037041d4ba4f59c1b4a2d49aaa226bc 3,222 1.00/1.00 vMB 36
866,192 866,192 000000000000000000003d47baf75ca32e4f9d2a7727b0e4d41eb08a6f472f2a 3,662 1.00/1.00 vMB 37
866,191 866,191 0000000000000000000018d4f45a945dbb36af7cdf01cec9acf3d93e805b09a0 3,608 1.00/1.00 vMB 10
866,190 866,190 000000000000000000027c9f5b07f21e39ba31aa4d900d519478bdac32f4a15d 3,414 1.00/1.00 vMB 19
866,189 866,189 00000000000000000002f14bd8b40871811a20e9fc3274a56d2479dc7b621c57 1,201 1.00/1.00 vMB 5
866,188 866,188 00000000000000000002b1bbe188d566455f4bf5a2ba3de94d577d31eae804ae 2,802 1.00/1.00 vMB 4
866,187 866,187 000000000000000000016c09a7e807bd6c42fb114fbb6778b4c9e74f7405348d 2,256 1.00/1.00 vMB 16
866,186 866,186 00000000000000000000ebfaa8282d9e0edab7878a197d2cd33bfaa5606868d0 3,635 1.00/1.00 vMB 9
866,185 866,185 00000000000000000000ca28ffebd4856ef34144e27bf6880a52e8fdbf93004a 2,821 1.00/1.00 vMB 29
866,184 866,184 000000000000000000009cbc5db57ec4910d86eb13783c070027dcebbd0d1308 3,311 1.00/1.00 vMB 26
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: 10
  • Data Transfer:
    • Sent: 701.20 GB
    • Received: 16.62 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.