Loading Tool

Explorer IconExplorer

Memory Pool

85,212 transactions
31.92 vMB
0.19615656 BTC
Random Selection Loading Transactions
Max Size: 189.64/200 MB

Candidate Block

Mining Attempt ae17cccbea889f1430c0478362a16b033a34a79c33d37688eb5c974367f14497
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 06f8bb268a1a3550e3adb2cda75ab20b70264dd0042398ed661a8442097c45b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07552084 BTC
Feerates: 301.64 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (226,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,923 688,923 0000000000000000000500c1f67f1a17a9b205a259906f1e227f14aecd5c0af9 2,399 1.00/1.00 vMB 33
688,922 688,922 00000000000000000002c1d3f2d5b187710a486c75ef1fd175316407200f27e0 799 1.00/1.00 vMB 53
688,921 688,921 0000000000000000000bf37c0154b311c52c90400cbf7a6735520decea4c749d 2,642 1.00/1.00 vMB 55
688,920 688,920 00000000000000000005b0e5208a260f5bf622cb34371b4745c7b9b8dcdb54e7 2,804 1.00/1.00 vMB 43
688,919 688,919 000000000000000000090781e0f28dbaa6b8b29e305724f49051340e59d31810 2,929 1.00/1.00 vMB 62
688,918 688,918 0000000000000000000b2456a78c0b95b807fdf0892a920c10eca7546c1ceb4b 1,668 1.00/1.00 vMB 52
688,917 688,917 0000000000000000000496ef116c4b6f6a57f9f89740435a997ef60be357dab4 2,740 1.00/1.00 vMB 69
688,916 688,916 00000000000000000003e8dc3f8c29f8a647cd20858a6eb0fb4c4d798086ec61 2,699 1.00/1.00 vMB 27
688,915 688,915 000000000000000000056b4d35a0b2a31100e92812c51bc78f798884c1e3c350 2,466 1.00/1.00 vMB 25
688,914 688,914 0000000000000000000485c9c59a71db22d6d7f66a051ae71f92ff2fe03f8514 2,772 1.00/1.00 vMB 69
688,913 688,913 0000000000000000000025f359c2292a189fd3180970077989177f2e412c4e44 2,614 1.00/1.00 vMB 15
688,912 688,912 000000000000000000091852e8c5dfaca675f0afa28c980f68b12cd8e98eab21 1,112 1.00/1.00 vMB 62
688,911 688,911 00000000000000000004c5d3bf3771d663f5c2c9e21e799ee5f6d5ae2cf5a1c6 2,774 1.00/1.00 vMB 17
688,910 688,910 0000000000000000000655fa805789b8234eff0075a8575dd720e309f93f2cf7 2,540 1.00/1.00 vMB 30
688,909 688,909 0000000000000000000037aadb898865073cfed000e5f8b7d08f92c19016d50f 2,738 1.00/1.00 vMB 5
688,908 688,908 00000000000000000008c674d77b3cb28781b2e0c5462c63926236b18beb9c28 2,147 1.00/1.00 vMB 11
688,907 688,907 000000000000000000073a9ef150f87ddc3c83ad315d9c42fcfabad0753bff1d 3,007 1.00/1.00 vMB 45
688,906 688,906 000000000000000000075a47dfe4bca2886a86109df431ffb321920b8c121546 3,249 1.00/1.00 vMB 61
688,905 688,905 00000000000000000001a03f70bf5e1fb04b91eb242c96481f0fed5e72fffcb5 2,186 1.00/1.00 vMB 48
688,904 688,904 0000000000000000000b5cf7eb145933b20b967e17b924c695ea0a4209676364 2,309 1.00/1.00 vMB 41
688,903 688,903 00000000000000000007233ba2d19b3c5233d842033c696e25b4e527835a9d63 729 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.