Loading Tool

Explorer IconExplorer

Memory Pool

81,853 transactions
30.42 vMB
0.07849633 BTC
Random Selection Loading Transactions
Max Size: 186.72/200 MB

Candidate Block

Mining Attempt 558d0ef8e89e291e95c0efdba71b5495ed7bc56a8499eeb71ae6a4c2e311aa41
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root f4389340b4926770bd0066aa2c90353d4ad5457f7a81099d6ad8754a61b339e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,822
Size: 1.00 vMB
Total Fees: 0.01030251 BTC
Feerates: 72.50 > 1.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (472,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,767 442,767 000000000000000002e578b8d8907f18220f8841792785e22c54010f5d2d2cae 70 0.98/1.00 vMB 6
442,766 442,766 000000000000000003b90335d474f43bf2b5c6bfbd408976b9e1af2418030aa1 675 1.00/1.00 vMB 20
442,765 442,765 00000000000000000177e40c7cc2ad0578982811d4cb0b8c0a088c71691bcecd 2,473 1.00/1.00 vMB 81
442,764 442,764 000000000000000001415f610947126d662c3065745419b26cb746f304370b76 2,137 1.00/1.00 vMB 62
442,763 442,763 0000000000000000008f24c1c1dee80633b0275e3201926f16a960fa4ef53f6b 2,506 1.00/1.00 vMB 79
442,762 442,762 00000000000000000040d58998937a40172d80a24498e0819a5bc5a236a65eef 2,478 1.00/1.00 vMB 80
442,761 442,761 000000000000000001f87a89e05f425f0e16758cf44b57e897bf7a73edb66e4e 2,420 1.00/1.00 vMB 76
442,760 442,760 000000000000000000d3d242fca03b436a1dc8f3f2265bdfa07c63550403ecc0 1,644 0.70/1.00 vMB 61
442,759 442,759 000000000000000000d8ae4a47365ab15e7d5ed43ec69bc836d3a016c3ccbf07 2,641 1.00/1.00 vMB 87
442,758 442,758 00000000000000000345e04926c0275c22971d23c17ae926dc8a33aadd99399c 796 1.00/1.00 vMB 27
442,757 442,757 000000000000000001b75a2718bd420da2f43e3fba8bc0eb09027c30cd383f0a 2,378 1.00/1.00 vMB 85
442,756 442,756 000000000000000001a5a32bd665ee622725cb530f0166291286a8e2d1bfadc9 959 1.00/1.00 vMB 33
442,755 442,755 0000000000000000012ff40afc7c6e49699f0c0a097e6f601434dc874ab48b78 1,492 0.90/1.00 vMB 46
442,754 442,754 0000000000000000004792b38728bca1413a0d6596069c967fb24392908f6d4e 1,836 0.90/1.00 vMB 51
442,753 442,753 0000000000000000017cc42310f4cd7932169462ae6b2c7f0fed6d4f1c2e45da 2,488 1.00/1.00 vMB 81
442,752 442,752 0000000000000000025e21cc4bde622e0f189ab7ad9d28214092498d158b1655 2,139 1.00/1.00 vMB 68
442,751 442,751 000000000000000001be4b392204d36f305771e2d48b9635252a7875aa24116f 2,223 1.00/1.00 vMB 80
442,750 442,750 0000000000000000017ed7646badc6e3a074f46b791613b451a5c3ec2fff0efb 2,203 1.00/1.00 vMB 102
442,749 442,749 0000000000000000008f619d6febc0d8418a1776c13af74afd1dbbb5294c0f4c 1,444 0.60/1.00 vMB 58
442,748 442,748 0000000000000000031f51197bebe9ec4634f35af49214cbefc03f826c2b5dae 2,476 1.00/1.00 vMB 91
442,747 442,747 0000000000000000036683a046343f9d95963eff88714aa50c82fe8ff64990d8 2,219 0.95/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 783.02 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.16 GB
    • Received: 18.02 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.