Loading Tool

Explorer IconExplorer

Memory Pool

80,250 transactions
29.52 vMB
0.13517993 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt 6efe75134df1752b2424f397f8184ad3a72a0eba6d325b25391baeb79f9e5b16
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2a9de5a93e46b44d1f733a1b61c516ce2a6cbbb56650aa55312a2aa5f0def774
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,315
Size: 1.00 vMB
Total Fees: 0.04978072 BTC
Feerates: 602.26 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (546,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,697 368,697 000000000000000004a687bce5e4dcf701626aaeba329ea7d9f04cd3791fdec5 1,044 0.73/1.00 vMB 31
368,696 368,696 000000000000000013fe981f83be45bac131632eef507742227aeead68a2c5c4 1,160 0.95/1.00 vMB 32
368,695 368,695 0000000000000000094b2f84b3cf568f0d756124bbd138bc9efcb0f3b1a07dad 1,425 0.95/1.00 vMB 30
368,694 368,694 000000000000000007d456a62878273818174994f416fe4e1f21418215a0b723 1,316 1.00/1.00 vMB 31
368,693 368,693 000000000000000007daf9d163b034481a4b3b580faa9bb59481c75260fcd501 594 0.83/1.00 vMB 22
368,692 368,692 00000000000000000e01179cc6b182b682edab58d058adf0a82186719366f944 264 0.24/1.00 vMB 16
368,691 368,691 00000000000000000430ca68e783b655d489f03c497f395f4e0af394b2b21a05 2,044 0.93/1.00 vMB 47
368,690 368,690 0000000000000000031d1a8126295bd342a4948890f0411e541910aabc8437b5 883 0.93/1.00 vMB 25
368,689 368,689 00000000000000000fb6c2f0a4c15a313cd302febabf951d0ddd9340ba340326 1,619 1.00/1.00 vMB 33
368,688 368,688 00000000000000000d66438e5af7ddadb57bfb3ab45c8e124d6f9abe06d211ff 802 0.75/1.00 vMB 32
368,687 368,687 000000000000000011802048234a739a289947fe0742e07a5e55c236ad7a6862 1,021 0.93/1.00 vMB 31
368,686 368,686 0000000000000000071c9d33929cee59b2a098b164008f0c3fedfd0d7a100fab 502 0.80/1.00 vMB 21
368,685 368,685 000000000000000009bf349db77bffdb8b3c05b5c0591bdf9662a4d5e54b3d21 1,203 1.00/1.00 vMB 32
368,684 368,684 00000000000000000545dbe9edf1b317d45cd0aa98ddb00144cca97fd9c46d70 1,235 1.00/1.00 vMB 35
368,683 368,683 000000000000000001362d74ca594bac5b0b4251542f69c529db1f7f54bb0822 1,869 1.00/1.00 vMB 48
368,682 368,682 00000000000000000a3554811079e11b22f14c716e26377592364c556f2ee955 903 0.94/1.00 vMB 26
368,681 368,681 00000000000000000cfd747306c95424c221b5caaba3b3f3b96d69078e2e7b13 311 0.21/1.00 vMB 26
368,680 368,680 00000000000000000fc6eea1428b4c96dfd7925d19a48de2cc0d0c8e878e7f2d 1,395 1.00/1.00 vMB 28
368,679 368,679 00000000000000000b300c35d975a3fa25ee69550f2c113498ad57251cc8f3a0 2,071 1.00/1.00 vMB 56
368,678 368,678 00000000000000000bb3134d6ac237c8c273eeac6b0a48b53a28b399d44b2f2c 434 0.79/1.00 vMB 18
368,677 368,677 000000000000000002bba35283a90f3c06897b9c8769cfec1a0608fe44a71dab 1,042 0.99/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.