Loading Tool

Explorer IconExplorer

Memory Pool

43,370 transactions
28.08 vMB
0.06385379 BTC
Random Selection Loading Transactions
Max Size: 148.08/200 MB

Candidate Block

Mining Attempt 9a84ef8fba9dc06064f333befd1d1c4ef063ca971af4626b6cc16e413f9de30c
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 8999ce4f3de85cfbb6ac310d62b24270ea40a1d3555083e11b090f3badc1a769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,725
Size: 1.00 vMB
Total Fees: 0.01093587 BTC
Feerates: 100.21 > 1.10 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (413,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,691 501,691 000000000000000000753b6b9821750d271e1730d7403a0658c507c88092bdf0 2,088 1.00/1.00 vMB 458
501,690 501,690 00000000000000000079c79b3290b231b16a39feacea3062072c651ff82619f7 1,929 1.00/1.00 vMB 674
501,689 501,689 0000000000000000004b147045eadd7ddc7145a75ecce08f6788e3f8f3d47c0b 2,069 1.00/1.00 vMB 422
501,688 501,688 0000000000000000008193b6b2cf5171a7a45621f8c55387544b0d90e14063bc 2,227 1.00/1.00 vMB 725
501,687 501,687 00000000000000000019e6a6b9462aeb799d000bb4567666874289e0f2288556 2,687 1.00/1.00 vMB 555
501,686 501,686 000000000000000000946076824318d954601f2b5085bac4d86eb2200f4219d1 2,845 1.00/1.00 vMB 552
501,685 501,685 00000000000000000028112725071320d3cdec1ead7116e6673aede3c04505c7 2,594 1.00/1.00 vMB 518
501,684 501,684 0000000000000000004cc586a7f5552462b64eaabac2794ad5b7522bb062b998 2,308 1.00/1.00 vMB 672
501,683 501,683 0000000000000000002fab13ad1c1ad248425a0a0c36a447f8aff505a9013363 2,091 1.00/1.00 vMB 515
501,682 501,682 0000000000000000005b4f5e8e5db1f3efdf17fc3bea267f10abde5381c7a431 2,161 1.00/1.00 vMB 629
501,681 501,681 0000000000000000003704c8c4a95d8e96f8a71f21016f4db5dd27f3c8912e6f 2,454 1.00/1.00 vMB 865
501,680 501,680 00000000000000000014c4ff5d91b2a7e1857167d405ca2e288c20502dc6b192 1,908 1.00/1.00 vMB 979
501,679 501,679 00000000000000000062539c7717d6ad6dffcda5e3a324c7c1da352128bdeb56 2,584 1.00/1.00 vMB 713
501,678 501,678 000000000000000000308942b1aeaa366880d7912e0c32e854d3cc33d0697d90 2,439 1.00/1.00 vMB 555
501,677 501,677 0000000000000000008fb23a799b292c40e2a78156dd3caa49a62fb38cacb60c 2,751 1.00/1.00 vMB 526
501,676 501,676 0000000000000000000745b7c825dfe97589d053ce1324d8eeb2deeeade57345 1 0.00/1.00 vMB 0
501,675 501,675 00000000000000000034561200de2609cb8235a59b7610ff72de8cfc9d833b64 2,720 1.00/1.00 vMB 558
501,674 501,674 00000000000000000043776c4790456fa94499c4b941ebef98e8ce79a7413eef 2,989 1.00/1.00 vMB 545
501,673 501,673 00000000000000000089c184e4ff8f47e710b42ef81f4329e507e04eaf7c36bf 2,683 1.00/1.00 vMB 583
501,672 501,672 0000000000000000002da8f505895a988ea1126c4344e22948db7827b8d683cc 2,931 1.00/1.00 vMB 533
501,671 501,671 0000000000000000009623f8900cabaec78b5bf93fafb3fb159a792024edccec 2,557 1.00/1.00 vMB 489
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.