Loading Tool

Explorer IconExplorer

Memory Pool

75,994 transactions
28.46 vMB
0.08027661 BTC
Random Selection Loading Transactions
Max Size: 171.85/200 MB

Candidate Block

Mining Attempt 1c3d0f5d58fe27d6272efb1b174524b21f472607804db6573a99aee6f086015b
Version 20000000
Previous Block 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c
Merkle Root fa50f777bc85ef0edcc24eb3a4ccf8bc9bdbf6b6815c15aed7d3b6b63cf5b5dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,685
Size: 1.00 vMB
Total Fees: 0.01642289 BTC
Feerates: 100.36 > 1.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,269 (444,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,641 470,641 000000000000000000c343566f02e5e1c332b7fd85b38ac3b61674a647e892e9 170 0.09/1.00 vMB 187
470,640 470,640 0000000000000000003705ab847b0da03e2c39e0766ef0c9282dfe385ed4fb58 2,157 1.00/1.00 vMB 391
470,639 470,639 0000000000000000006ca8a31df9b38dccbefa38ff8b3795bb2a0bf110335915 2,303 1.00/1.00 vMB 375
470,638 470,638 0000000000000000009fb729800c0103eca49e42268e9724534d645a67cd0175 2,634 1.00/1.00 vMB 452
470,637 470,637 0000000000000000004b1af829f5bbcdf9ae3c7040bc8d329224ff2f9296e004 2,122 1.00/1.00 vMB 368
470,636 470,636 0000000000000000007f7502dc4bcd9aa03aa80007a2acb5528af3e98f07ce03 2,263 1.00/1.00 vMB 342
470,635 470,635 0000000000000000009b465b5f977fd9c06aced4bf5ed62d3364fc495bad8f6b 2,132 1.00/1.00 vMB 379
470,634 470,634 0000000000000000018f5dcfbb9a8393ad4647125653a7d9bae7487668e83e8e 2,179 1.00/1.00 vMB 381
470,633 470,633 0000000000000000005b825fd32e198e6379d5712890e2ed2f855f9f4898cad5 1,930 1.00/1.00 vMB 300
470,632 470,632 0000000000000000010f781e76e99a0c050f37adb577ea080547803d975d5a93 2,360 1.00/1.00 vMB 390
470,631 470,631 00000000000000000073b7d485e2b34c036cc3c78a4960efa611d563d48429a4 1,869 1.00/1.00 vMB 393
470,630 470,630 000000000000000000f5f9fcd99c50e03250709a443db7d845b9a6b8ed912655 1,868 1.00/1.00 vMB 355
470,629 470,629 000000000000000000e2122679848bfd9c650e255f6e5006620a2970eb0e564b 1,304 1.00/1.00 vMB 319
470,628 470,628 000000000000000001832d75a411abd89ad7a3eae5a5f5b7840cfdc104811f9f 792 1.00/1.00 vMB 415
470,627 470,627 00000000000000000030716bf9c8cdf84c6e6f7a514b53602a5cfd26bf7a0475 345 1.00/1.00 vMB 395
470,626 470,626 0000000000000000018c364d59503699cf169b7bbb3ee754b45bdbfb46139d93 2,242 1.00/1.00 vMB 455
470,625 470,625 000000000000000000d849f0dcac612789013f453dcd44ae51e4865974b5821d 474 1.00/1.00 vMB 408
470,624 470,624 000000000000000001824a2cfadb90aef252608d68e45a552671d3cafe6e87ec 465 1.00/1.00 vMB 403
470,623 470,623 00000000000000000078e0513bb314cc142a1618b2cb7c5a3e175f3f8ec8a8b0 2,176 1.00/1.00 vMB 426
470,622 470,622 000000000000000000989eddd80c665979d9135a99ac0da810b7d80800e9de0a 1,825 0.92/1.00 vMB 460
470,621 470,621 000000000000000000c24cc27454dacc5e6a5d5675d82290a067ccc7efd4f016 2,562 1.00/1.00 vMB 462
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.83 GB
    • Received: 17.23 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.