Loading Tool

Explorer IconExplorer

Memory Pool

76,735 transactions
30.63 vMB
0.13287448 BTC
Random Selection Loading Transactions
Max Size: 176.23/200 MB

Candidate Block

Mining Attempt 5a116b784134dfb83b442a05ba8295ea7f66b7943740c3f55e20567477c60189
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 20b01145dce904ff4813c05243e5aad0110cf7cdfc72b1b4d6e4eb95e9c14176
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,282
Size: 1.00 vMB
Total Fees: 0.04815346 BTC
Feerates: 150.36 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (313,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,261 601,261 0000000000000000000611bfe0b3f7612239264459f4f6e7169f8d1a67e1b08f 3,388 1.00/1.00 vMB 46
601,260 601,260 0000000000000000000debf11962f89e2ae08f8ff75803b0da6170af6c5c346b 3,614 1.00/1.00 vMB 45
601,259 601,259 00000000000000000013b0ce4aff3e296a09438fb3d76d0873b78e62b820d1f0 3,856 1.00/1.00 vMB 54
601,258 601,258 0000000000000000000aea450898ccdcf9728e2cde6c5b17f6263f70d673cd6b 2,601 1.00/1.00 vMB 58
601,257 601,257 000000000000000000145c03666614e878591dcdad8241486dc421919416219f 2,016 1.00/1.00 vMB 40
601,256 601,256 00000000000000000000a7a69c85a27a71fdf47c8dd4658942202656bc97eb77 2,142 1.00/1.00 vMB 35
601,255 601,255 000000000000000000146c8d1df4eef4a9d3d65ea80faa1b273c8950e3a60768 2,229 1.00/1.00 vMB 34
601,254 601,254 000000000000000000112f3e99b197159a39ee66bed19705cc83a73aa938f6c6 2,247 1.00/1.00 vMB 39
601,253 601,253 000000000000000000121a01292b10fe4c7c4ce72cb04ccf9bf75e8c80951386 1,329 1.00/1.00 vMB 62
601,252 601,252 000000000000000000107528e77727109c833ded7d01b65d5342d91d2e4c8115 1,133 1.00/1.00 vMB 79
601,251 601,251 00000000000000000012a66f4473621c7144cfab6e36db2836cd959a6909fea8 2,063 1.00/1.00 vMB 21
601,250 601,250 000000000000000000125d073156a12259a9cf0b81f15473694b7d66a709777e 2,068 1.00/1.00 vMB 31
601,249 601,249 0000000000000000000e75b33bbb27e6af2fc3898108c93c03c293fd72a86c6f 2,078 1.00/1.00 vMB 61
601,248 601,248 0000000000000000000c1036cdee749a4fa008984002ee08b7f3af2d7bebe68b 24 0.01/1.00 vMB 36
601,247 601,247 00000000000000000012269d8bd0550bf3287d6978ede314c2cd09d2c714a716 2,317 0.79/1.00 vMB 29
601,246 601,246 0000000000000000000ed4d6011e9cf50f1087f266e7039427645b2a36540498 1,409 0.50/1.00 vMB 30
601,245 601,245 00000000000000000000949840f98650dd6bf4db153bc371062a23c47b8e4f00 2,084 0.73/1.00 vMB 30
601,244 601,244 000000000000000000040cb9d785c7c1088a2f057832e4a61766c4481d3227ea 2,611 1.00/1.00 vMB 26
601,243 601,243 0000000000000000000f2514ecd2d2f0b0b1dc756de8acfb290ad250190f6daa 2,566 0.84/1.00 vMB 29
601,242 601,242 0000000000000000000db4be4c2df08790e1027326832cc90889554bbebc69b7 2,430 0.84/1.00 vMB 25
601,241 601,241 00000000000000000011e9293c1f07f9711e677389ac101b93116d239ac38c33 1,279 0.48/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.