Loading Tool

Explorer IconExplorer

Memory Pool

76,838 transactions
28.53 vMB
0.06270016 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt d18dbd48adaa023a7d03e49699ac85e9ebd95418a0aeeab7129733fbd58bc386
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root 9cf280889ebeb0c5eb80ec43194631eac8a118544070fcb0c53e37f07b57e11c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,081
Size: 1.00 vMB
Total Fees: 0.00354949 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (125,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,684 789,684 000000000000000000025b69242a6c74eba9a341b549e2ef8fe2a307b72bd523 4,976 1.00/1.00 vMB 29
789,683 789,683 000000000000000000029859e54acc140a577978b0662b6008d08d41e7b3df38 3,472 1.00/1.00 vMB 52
789,682 789,682 00000000000000000003a26b09c2d36370625b493e2754c1232dea07f728a09a 2,790 1.00/1.00 vMB 21
789,681 789,681 00000000000000000001914990df576a10d1647fb57b60c668bbac303fef34e7 4,146 1.00/1.00 vMB 21
789,680 789,680 0000000000000000000512d0f219ebb4a8aec449f5385eee1600bcbbc1a23587 4,488 1.00/1.00 vMB 33
789,679 789,679 0000000000000000000548e7b7e59384dca0e08abeb8cbec1429bc437f29f11e 4,765 1.00/1.00 vMB 30
789,678 789,678 00000000000000000003455b8d081ecf00936b53414675123363634a845ae10a 4,507 1.00/1.00 vMB 41
789,677 789,677 000000000000000000016e155eb083a71a5c8be2e0a7abc3af78e39454abbacd 4,903 1.00/1.00 vMB 36
789,676 789,676 00000000000000000005b4d568857adfe1b90a18725f758ff8f939866b3ec622 4,542 1.00/1.00 vMB 56
789,675 789,675 00000000000000000005262d72c6094171e9ffffb2ddcfe4a432fdf76aa092fd 3,042 1.00/1.00 vMB 80
789,674 789,674 000000000000000000027a352b8d16c6bd4e012b7145db45202a413e0c106813 4,564 1.00/1.00 vMB 33
789,673 789,673 000000000000000000024efe510d728a27cde4a0d2c91bd17651102ce6c7eb46 3,130 1.00/1.00 vMB 72
789,672 789,672 000000000000000000010d0a95778adc528cadcc71ce1402636d126cbe3f871c 4,031 1.00/1.00 vMB 54
789,671 789,671 00000000000000000004b3d2cc6c3e375d7cc11adc73753f20a3e8942311abb2 4,694 1.00/1.00 vMB 48
789,670 789,670 000000000000000000051a1182d37b7d5658d5c80f1b34b0d6dd7b0809fd3fa0 3,923 1.00/1.00 vMB 39
789,669 789,669 00000000000000000004bd5e07ea2a5888a2a2f6957f07df7721b778a5d5455c 4,597 1.00/1.00 vMB 41
789,668 789,668 00000000000000000004f71bde19389b809b6226f44ab987dc0c065c2e3fb9f8 1 0.00/1.00 vMB 0
789,667 789,667 00000000000000000004367d2adbd5cf028eba15c87c7c95dc7122d84a661641 4,930 1.00/1.00 vMB 38
789,666 789,666 00000000000000000003e1bf1afffe4a0c4d0395979f03f401fcc74258ccb74c 4,246 1.00/1.00 vMB 55
789,665 789,665 00000000000000000005a0cb074b6f1aeb389bfc66ab6555a7a87e3f8742ad09 3,373 1.00/1.00 vMB 81
789,664 789,664 00000000000000000000f6b648035a5a0714b13577d5eb02ce0c06e4409363a0 2,037 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.