Loading Tool

Explorer IconExplorer

Memory Pool

52,200 transactions
28.92 vMB
0.08903053 BTC
Random Selection Loading Transactions
Max Size: 155.82/200 MB

Candidate Block

Mining Attempt 1c8f172b4c813ea39a08e9920544d8a5df025c1e1b74de5269881cd5403784a5
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root dd8ef1d41fcec72063f6e12039ef6becd8ad07fc6cd34610cb3aa27594be3201
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03185084 BTC
Feerates: 507.72 > 3.19 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (338,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,996 575,996 00000000000000000022ea54fb255e505b10356a9df33647d86236e6622a83e1 1,935 1.00/1.00 vMB 56
575,995 575,995 0000000000000000000c370a1acb113a97d65fab01a42d77fe719f093b0039b7 2,564 1.00/1.00 vMB 64
575,994 575,994 0000000000000000001c240a9125cf16e8c35b7751f6051f735eadf0a3609c4e 2,623 1.00/1.00 vMB 118
575,993 575,993 00000000000000000024c4b6b3589cd105649ec38910e61101d2a7431b22bb25 2,293 1.00/1.00 vMB 63
575,992 575,992 0000000000000000001c3e8707cf4bc5f9a9fa77f451d0ba455d66b19499d8ec 2,897 1.00/1.00 vMB 59
575,991 575,991 0000000000000000001f646ae4c169d7e8083510a89bead8e35569ee168ac1a4 956 1.00/1.00 vMB 64
575,990 575,990 0000000000000000000c38b3175fea78312e00b498fa7ba9b8d9b9de78e56a17 2,362 1.00/1.00 vMB 56
575,989 575,989 00000000000000000008cdec5c617ef59f282cbc8d80eae145eff5128910458b 2,762 1.00/1.00 vMB 111
575,988 575,988 0000000000000000000af5e46891bd6b3beee2f023be36a034d8d164a10461f4 2,426 1.00/1.00 vMB 61
575,987 575,987 0000000000000000000c5453c14dc95108cc1a82d246c5b9337a52778ff26ad2 1,923 1.00/1.00 vMB 76
575,986 575,986 00000000000000000022d6e1faf7ac288da50c1439e0e83cf4d91dafb9c99b48 3,527 1.00/1.00 vMB 95
575,985 575,985 00000000000000000014943a7ce489aae3b6b07d5c25dc719a6aa2721fbb9a85 2,617 1.00/1.00 vMB 99
575,984 575,984 000000000000000000105c7b54d3bc0372c4a115c1aacfeb5d94281fdefb4d7e 1 0.00/1.00 vMB 0
575,983 575,983 00000000000000000020696cdde6261080ca2dc323f8a06eac1b89b3b216fa5c 2,690 1.00/1.00 vMB 103
575,982 575,982 000000000000000000243269ba4de99297eaa5f7abaa4f1f01359bea446cace1 2,757 1.00/1.00 vMB 135
575,981 575,981 0000000000000000001949df67dd59186b199747d43c391edefb95da96b21f02 2,795 1.00/1.00 vMB 69
575,980 575,980 00000000000000000023d65641c0df495c09f4823460951ae377464558b5148f 2,273 1.00/1.00 vMB 107
575,979 575,979 000000000000000000125489f0321db6a9907c09a193d4c1739c82f9f29d52e1 2,418 1.00/1.00 vMB 104
575,978 575,978 000000000000000000198dbc2f0be7ce99ce83b331e4a39c06cf3aa790a67da7 2,504 1.00/1.00 vMB 117
575,977 575,977 0000000000000000002640cbaf31e9fdead841b82e2a47370292ad7c63694c9c 2,205 1.00/1.00 vMB 15
575,976 575,976 0000000000000000000db66e68eec49882effd384daaac342f58da30c1c4f75f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.98 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: 648.36 GB
    • Received: 13.04 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.