Loading Tool

Explorer IconExplorer

Memory Pool

82,774 transactions
31.78 vMB
0.11694311 BTC
Random Selection Loading Transactions
Max Size: 191.00/200 MB

Candidate Block

Mining Attempt 9e018fefd0ad4d308cd418919ecee9f2f41135b602843a07b7db6bac388752aa
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 5a3f2fca0ac5bb78faba96f71adea614099d32f984db6ebc112e877f79e2ef0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.03096525 BTC
Feerates: 318.30 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (527,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,700 387,700 00000000000000000c7ae67e8fecc643a3e8024a2c8e8c35385c9ed011369fde 858 0.40/1.00 vMB 36
387,699 387,699 00000000000000000623668d3c07061930efbd18f7a7d47d6ffb8ef13ff813d3 2 0.00/1.00 vMB 0
387,698 387,698 00000000000000000790e007f2e3e16357dbf0623c22ad670fb32ff0e0492f97 1,039 0.69/1.00 vMB 21
387,697 387,697 000000000000000006998c67cc455b44ca59af50b21760a4b3eeb591e33b3d1b 1,570 0.52/1.00 vMB 54
387,696 387,696 0000000000000000073938a58f901301173f29fd114aaa29a0c7dd9d596aaf67 197 0.13/1.00 vMB 41
387,695 387,695 000000000000000005ed8fad1fb0eade251ec3ec63a659957d05e2d77f611fac 139 0.13/1.00 vMB 12
387,694 387,694 000000000000000005910b81ab2ba7a0ac57f28cd08ffc651099913582aa93e7 1,397 0.99/1.00 vMB 20
387,693 387,693 0000000000000000028dbb0c8a84bda14d21463d1f2850e0e0d226fbde6e35d0 1 0.00/1.00 vMB 0
387,692 387,692 000000000000000004fcdc55da899b1bb42e23209c06378bd8a33967c94a48f6 2,220 0.74/1.00 vMB 51
387,691 387,691 000000000000000005d9b4f7be22fcd8c656c9bd5eaa5dea460e35e94c80b367 427 0.18/1.00 vMB 31
387,690 387,690 00000000000000000144f5973c273c41862e54526a13bbb7f9b18eb748ec8e95 345 0.19/1.00 vMB 34
387,689 387,689 00000000000000000be5cbbe35598a6ac522bd90a98d189b797e697eab7fb470 1,235 0.57/1.00 vMB 33
387,688 387,688 000000000000000003ab4dd232516398630a6eaa2c15da046b79bb51ed965d17 878 0.75/1.00 vMB 18
387,687 387,687 000000000000000003ba552a12c1799126f6fea2f42b731a1f1b27c2cc795b5c 2,887 1.00/1.00 vMB 49
387,686 387,686 000000000000000005aa28b54d2d2339201452e20d8dc336e4420cfb05ce13ea 602 0.33/1.00 vMB 34
387,685 387,685 000000000000000000b69a4813f5118b2fcabecf5b2cdb4bb10404563fcd7f50 224 0.34/1.00 vMB 15
387,684 387,684 00000000000000000d11ed3eecd2543a0ee9054c20e6ad295cb64ff9f1d8c8df 1,322 1.00/1.00 vMB 23
387,683 387,683 00000000000000000c6e4d9f7cad8003d0bfd1224c778d8c3f3cf8acbf69b0cc 1,729 0.93/1.00 vMB 39
387,682 387,682 00000000000000000d563de09aa71575d0d78c28086d0a2f7ecccb7cd34a6d44 814 0.50/1.00 vMB 30
387,681 387,681 00000000000000000893d9b9af100206141e3a428634aa65da906236e0322404 832 0.47/1.00 vMB 30
387,680 387,680 000000000000000007cc6216362c2cee815a62978277ac600c0ed8353eca7be1 1,640 0.76/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.