Loading Tool

Explorer IconExplorer

Memory Pool

79,090 transactions
29.34 vMB
0.12397818 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt 93e9f1cde3a30463f9237f94c7b3294b5978dad9e90131e31f0c34c34f4814d2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (719,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,683 195,683 000000000000052e554483ce6d7621041c876af3ea18ab406a58bec893ec5074 107 0.04/1.00 vMB 224
195,682 195,682 00000000000000507ad006e7dd8998bf868eeaff978dbf80874717ceb6cd569f 97 0.05/1.00 vMB 99
195,681 195,681 0000000000000636eacd5eca8963c9ccdc9f04e128efd8bb86768d08a5bf8f89 222 0.09/1.00 vMB 139
195,680 195,680 00000000000002de28203b3c6e430f57a4bc4c07c344864f131c91aee3107bfe 195 0.06/1.00 vMB 231
195,679 195,679 000000000000031d5731617e8014e2efd7524bc728976f736c4217d9888e9eb8 24 0.01/1.00 vMB 423
195,678 195,678 00000000000003ae0530c8f7ba102683ef4927c9a48c8750f1c4cb7d9fd32fe9 373 0.14/1.00 vMB 391
195,677 195,677 00000000000003f9d14ba9651425af4a9ced7fe4dc2d692e66ef9949718d5766 221 0.06/1.00 vMB 209
195,676 195,676 000000000000052d00138f8a13f23cf0ed4df8cb46784ab44f7f73a4af48bcf8 14 0.00/1.00 vMB 44
195,675 195,675 00000000000000f9e105a99e2eb94842676251e4bfae3c7251323cc7332a4f44 271 0.11/1.00 vMB 215
195,674 195,674 00000000000005411288dcc0eaac0bdf1b4596a14623b511324d6307b572933b 286 0.11/1.00 vMB 174
195,673 195,673 00000000000003a5a30ca122c61a693d1e867ef717f790fa7c51c927276aa168 506 0.25/1.00 vMB 183
195,672 195,672 0000000000000593a24e2853088b392a4196bedf3954e36e2219670453ccf733 758 0.25/1.00 vMB 379
195,671 195,671 00000000000004e57e2b253fa5000b60a08b29d2b1188f4e1df7c56de60d1f18 9 0.00/1.00 vMB 0
195,670 195,670 000000000000055a131843e0c0aaa06f1834ef658cdc55c9f18b4ee7d29ee4b9 113 0.06/1.00 vMB 222
195,669 195,669 000000000000035ff0f31f5d5d9d0db4b61dd5fd0ae759621639bfc441d2cab1 460 0.20/1.00 vMB 245
195,668 195,668 00000000000002a587b92e3ce686af5f5c8667f664c2c7a6fea54f82fb6969fc 10 0.00/1.00 vMB 201
195,667 195,667 000000000000028d01891bf95fa777b3f1e2eb9b04d6dccbf4ab3496105bdf23 1 0.00/1.00 vMB 0
195,666 195,666 000000000000066af4c7c5220dc5ec1a8f7b75cb845b4a2ed8c988d4b3c78db4 132 0.04/1.00 vMB 353
195,665 195,665 000000000000019aadef14e5bfdba5766162776b4309e1295997029459560a3c 35 0.02/1.00 vMB 223
195,664 195,664 00000000000000eb10b5c7219933df00b6d3afeb84cd3063e8de77f54481a368 35 0.08/1.00 vMB 155
195,663 195,663 000000000000068a0e72ff377aadd8db1cf9eab6f6a8907679768dfa439cc394 76 0.07/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.