Loading Tool

Explorer IconExplorer

Memory Pool

45,592 transactions
27.23 vMB
0.07639470 BTC
Random Selection Loading Transactions
Max Size: 143.71/200 MB

Candidate Block

Mining Attempt 6bdfab22d8e3965100cbf366692a4e895002c7f07b643526dad87dc08c7c1a63
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 91c5e2239d4e1ad4d9e544763dbb6ae153f5c2585214d02516cf13ff3415f1e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02550693 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (230,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,505 684,505 00000000000000000007c6321eaef5a3c8b98fa589fabbed7d08e3bf41fa86eb 2,203 1.00/1.00 vMB 138
684,504 684,504 00000000000000000003312941834ce1865ddcb7a53f73105c98bc38d55f080c 1,069 1.00/1.00 vMB 127
684,503 684,503 00000000000000000006ee3cad2a1aac26b579486f3e48b9f38c9eb320632cf0 2,318 1.00/1.00 vMB 116
684,502 684,502 00000000000000000001d18407a2b679bc3867dcf8d392c32f8bb488ca879a6a 2,113 1.00/1.00 vMB 143
684,501 684,501 00000000000000000005e598a44037cf4b0888494477623e93a17075c5c937e0 2,319 1.00/1.00 vMB 74
684,500 684,500 0000000000000000000981188639dbfe00b36a8acdf22a9dbb3b9f38ff2b4929 830 1.00/1.00 vMB 128
684,499 684,499 00000000000000000001b1957e6ad251ddc12b7feae5b5b274cf7cf2ad26bc8f 1,149 1.00/1.00 vMB 132
684,498 684,498 0000000000000000000a5194cf4f2055d39076c93ad150de7069ce48666597dd 2,589 1.00/1.00 vMB 88
684,497 684,497 000000000000000000032adf0a4b7806fb1b186b2b6da8a4d24f0b7d771e8e99 2,481 1.00/1.00 vMB 140
684,496 684,496 000000000000000000032d029b64c1937729883c178eba3766f7df72db6a0e38 2,644 1.00/1.00 vMB 106
684,495 684,495 00000000000000000007d9f7dcd0408927de55385bc926c24f63efb098cdf1c2 2,032 1.00/1.00 vMB 104
684,494 684,494 000000000000000000018a313e673b94c9f53106ad65ada7df1a9f02648c96f7 2,930 1.00/1.00 vMB 78
684,493 684,493 0000000000000000000785c9c08718b3ad3fa43d3491f3a83b6929969fe93d1c 3,355 1.00/1.00 vMB 84
684,492 684,492 000000000000000000067376cb76e7aa2d9ccd00e6ccf46803e2126d5d540941 2,861 1.00/1.00 vMB 96
684,491 684,491 00000000000000000003022f5c337775f4ab82c1187f7908b10aeaeb161917ef 1,607 1.00/1.00 vMB 115
684,490 684,490 00000000000000000009ce55880a82995967aa446203865063dd54f34cb14c2b 1,071 1.00/1.00 vMB 132
684,489 684,489 0000000000000000000297d7a6564511c57a11fe2d3b4b78bb5dbbd725283291 1,723 1.00/1.00 vMB 109
684,488 684,488 0000000000000000000a1fce4a1820ed577fcbb21ea94f1f98ce480dcac02ad3 1,877 1.00/1.00 vMB 116
684,487 684,487 00000000000000000009daf6b159c1bb845e35ec20b2be66f41ece47736d6f79 2,144 1.00/1.00 vMB 97
684,486 684,486 00000000000000000003cdf88d34862498f754213a04fc63135abf3524144d1e 2,065 1.00/1.00 vMB 98
684,485 684,485 00000000000000000002b612851a5842ae0880fc3c378c8582cb31b413de8aae 1,298 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.