Loading Tool

Explorer IconExplorer

Memory Pool

78,708 transactions
30.27 vMB
0.07381470 BTC
Random Selection Loading Transactions
Max Size: 183.77/200 MB

Candidate Block

Mining Attempt 251c912dc14bc65de6350092b0161dd783a53f1a49710d8b9b8cc151551d5f4e
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 865df760c687b1fa0851075d8a9b9165b33bf717b4706d196beafb4c10734431
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,887
Size: 1.00 vMB
Total Fees: 0.00929820 BTC
Feerates: 45.66 > 0.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (719,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,686 195,686 0000000000000070e152458d3d5bdf2b72b4c6b88830c785b21e2f94db7cfdd9 657 0.22/1.00 vMB 362
195,685 195,685 000000000000059aad98cc284f00504c7916ef6e6e5839323a80ab633084ae17 13 0.00/1.00 vMB 15
195,684 195,684 00000000000000fe1d5a9b5af695772431abea918b4c7293255910993dbe0584 59 0.02/1.00 vMB 77
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
Previous 10 blocks ↓
Total Size: 782.73 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: 707.33 GB
    • Received: 16.67 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.