Loading Tool

Explorer IconExplorer

Memory Pool

80,270 transactions
30.51 vMB
0.08482293 BTC
Random Selection Loading Transactions
Max Size: 185.70/200 MB

Candidate Block

Mining Attempt 78a8d9a18e9933c98f331649fc938b461288330d82723ba233b9a226ce33d9da
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root d9cae5ee1bba634296e4921729871a4e1323c450a3b306280dfb07691a538ae0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,917
Size: 1.00 vMB
Total Fees: 0.01620097 BTC
Feerates: 150.77 > 1.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (268,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,918 646,918 000000000000000000077bfb9c1ebbf50b9bc062edc1bac9ba66f6259ca57a79 1,527 1.00/1.00 vMB 12
646,917 646,917 0000000000000000000fd401ad834ca376ddb94dc9883331c4d59039f1cb499d 1,783 1.00/1.00 vMB 37
646,916 646,916 0000000000000000000bd164fcccd7e0107949cb40377c93653a7e7bcaed31fd 2,218 1.00/1.00 vMB 93
646,915 646,915 000000000000000000014b329a253cfbf0b1227103ab5dfa8a13c7242b9b9d12 2,711 1.00/1.00 vMB 136
646,914 646,914 00000000000000000000902bf1ab56a3717fefa93695d60aef6c399338c10c0e 1,422 1.00/1.00 vMB 35
646,913 646,913 0000000000000000000fe24d7b3c66b7d1a2564b51fb41cbb09456c1c2669f39 1,642 1.00/1.00 vMB 79
646,912 646,912 000000000000000000025e1e0980c76559a31aef4c4b8d9484a8ce8d43abc2ae 1,953 1.00/1.00 vMB 74
646,911 646,911 0000000000000000000f29241b06abd6d3430f834fda761a402af2ee5d12e31f 1,256 1.00/1.00 vMB 9
646,910 646,910 0000000000000000000c97e7ff84bfb79c7c0255d1727dac70a367e428370294 1,075 1.00/1.00 vMB 21
646,909 646,909 0000000000000000000a450a5bf5f906d8333e0cae637b74b0004b951822431a 2,123 1.00/1.00 vMB 21
646,908 646,908 0000000000000000000d76e48e800a4b4b13e9e005624036189533f95956c00f 2,405 1.00/1.00 vMB 97
646,907 646,907 00000000000000000002049d723f9eeb936995fadf1be6da08a73b5e26699030 1,980 1.00/1.00 vMB 20
646,906 646,906 0000000000000000000101ec9438b1a0742728ecf4025fa987fdecb1fdf3d079 2,973 1.00/1.00 vMB 54
646,905 646,905 0000000000000000000e1be470677505db527e84d16f00e11bdb88332a92d3fe 2,454 1.00/1.00 vMB 133
646,904 646,904 0000000000000000000e7311e5a96d2accc10b75be5465be4d73749c97a5a9d0 2,208 1.00/1.00 vMB 139
646,903 646,903 000000000000000000035428b08a16eaedf8d05a18a31ba4c1412558a06b27b0 2,786 1.00/1.00 vMB 100
646,902 646,902 0000000000000000000b30e3b1df7cfd8e0605c0edaca9782b91c2652aa7a892 2,166 1.00/1.00 vMB 28
646,901 646,901 0000000000000000000cbdc01ff16283622122996f3e68bff6b5f8b6ef05e1c0 1,892 1.00/1.00 vMB 36
646,900 646,900 0000000000000000000ed94caedacbcc54b9303b48d08afc9ffdbdc0c81464f2 3,097 1.00/1.00 vMB 115
646,899 646,899 00000000000000000001e0f6f25f2b1b83001408706cbc9c76d5f34af5bc2ff3 2,740 1.00/1.00 vMB 65
646,898 646,898 0000000000000000000116838809609f377d0415198997189dafdb23df47f603 581 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.04 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: 719.98 GB
    • Received: 18.14 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.