Loading Tool

Explorer IconExplorer

Memory Pool

85,040 transactions
32.03 vMB
0.12940215 BTC
Random Selection Loading Transactions
Max Size: 194.34/200 MB

Candidate Block

Mining Attempt 35c6cbb3d8366a5029ca19bf8dc4b2187bd80527cb27b01b061348d305da4d4c
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 32a816772cd0a18933b49f377d5b9fd0a6b25fb5005f864ea9ff8cc1f8427490
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,786
Size: 1.00 vMB
Total Fees: 0.04087857 BTC
Feerates: 405.89 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (3,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,567 911,567 000000000000000000003d00ba91ee94def7c402ec87722652e2aa56411cb64c 631 0.17/1.00 vMB 2
911,566 911,566 00000000000000000000acbf4568a84fa2e4f2e44de09e8274c5f31b9c8e86b2 4,031 1.00/1.00 vMB 0
911,565 911,565 00000000000000000001f9f7f91fd1f796ac9acaa53b5a60d3d6591dfdc638fc 2,095 0.64/1.00 vMB 2
911,564 911,564 000000000000000000006ec431a542c7ba0c82ceec163a9e31f6ddc9da2caed2 3,690 1.00/1.00 vMB 3
911,563 911,563 000000000000000000006be9a5b9afbbabdda3f014d915ebc5e89b4a74fa98b9 3,452 1.00/1.00 vMB 1
911,562 911,562 000000000000000000000a27dda33b9476dea37f86cffa3cf9e0a004082d3593 3,000 0.96/1.00 vMB 2
911,561 911,561 00000000000000000000fad4234d230d5e390331da46bd3e0cda876b9fc9fb99 759 0.18/1.00 vMB 2
911,560 911,560 0000000000000000000226a640b4d16057fa25fea2081c69756c12f41b411258 4,840 1.00/1.00 vMB 1
911,559 911,559 00000000000000000000066796b7e98438ec92d5d9a01d747001718f6c545e47 4,696 1.00/1.00 vMB 1
911,558 911,558 00000000000000000001ecf44212d9b0500ec50857c79772f990b43bed4cb425 249 0.07/1.00 vMB 1
911,557 911,557 000000000000000000008e21a9bdf0883042a18e9193b96615144fbb578b1d33 5,315 0.98/1.00 vMB 1
911,556 911,556 00000000000000000000aef4a5bbb92fbbd40051ef554b288aeb37ded6da3122 3,163 0.99/1.00 vMB 1
911,555 911,555 00000000000000000000ef1632a50888ccde0f0c41a3cc1109b22a1d3541920f 3,455 0.99/1.00 vMB 2
911,554 911,554 00000000000000000000776f4bc68466f4c7d545a64591723aa90d627db142bf 1,427 1.00/1.00 vMB 0
911,553 911,553 00000000000000000000e672471d2a285341f8538c099470ab3328ea79b5df43 1,072 1.00/1.00 vMB 0
911,552 911,552 000000000000000000002089dc954bd4b44300c3d01e5f1a1d6a448582578cff 2,327 1.00/1.00 vMB 1
911,551 911,551 00000000000000000002052bec4b5282e629e93d1250e24dfe370a7f6ab3c5a4 1,655 1.00/1.00 vMB 0
911,550 911,550 0000000000000000000217d54d0245e7bb293a44329d7ad8860b29e51c6f379d 2,844 0.86/1.00 vMB 2
911,549 911,549 00000000000000000000668bb50b9963133e1a672d25212846a90125db5959bc 2,814 0.74/1.00 vMB 1
911,548 911,548 0000000000000000000070d9355e2959220b92f2995acfe4d91f6f7161411f33 2,654 0.80/1.00 vMB 2
911,547 911,547 000000000000000000007664b9a44bbcaa1312847508760a46c1d8dd6d7ee2f3 3,744 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.06 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: 720.76 GB
    • Received: 18.24 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.