Loading Tool

Explorer IconExplorer

Memory Pool

44,638 transactions
26.63 vMB
0.05878305 BTC
Random Selection Loading Transactions
Max Size: 140.53/200 MB

Candidate Block

Mining Attempt e33972fcf7a80e8c7e5a900e5ad7c9a3581f98d6ca2fed8b4fe8e769bcc8cf9f
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 37e4d34b79bb77bf1d930ab98bdf2de3d6e86c3ff7b4a660a34ef5b361592809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00907218 BTC
Feerates: 54.71 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (273,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,684 641,684 0000000000000000000fbb0ec0542d6f2a28166a2aca97775a551294d71c21f5 2,819 1.00/1.00 vMB 118
641,683 641,683 00000000000000000000fee41574200bca01b0854eed92fe9c2577c6bdca4b3a 2,494 1.00/1.00 vMB 92
641,682 641,682 0000000000000000000466be236f3c0fda934367919e5d794b9116be38681039 2,601 1.00/1.00 vMB 151
641,681 641,681 0000000000000000000d770ab3f6d61c4a8704a33544e4f4ce6b4dba6258813a 2,369 1.00/1.00 vMB 178
641,680 641,680 0000000000000000000c35359d59aa04fa274b9746bd52bdddb0fe41f44bfee2 2,996 1.00/1.00 vMB 192
641,679 641,679 00000000000000000005c26492ae89ceed1d3b5b80000f83e12dca973f5a8431 1,963 1.00/1.00 vMB 13
641,678 641,678 00000000000000000009942e9152fbbab46ddf8f5c6de238c220644a5fc67928 2,516 1.00/1.00 vMB 36
641,677 641,677 0000000000000000000d16dda993054195d8c7ebd5407f9a21af361e96b22d5d 1 0.00/1.00 vMB 0
641,676 641,676 000000000000000000078ef7feb6faba07b850554849d6983aa062bfe05f28fb 2,288 1.00/1.00 vMB 26
641,675 641,675 0000000000000000000d3a634ae421d1cf5d24b0b01dc41d77cc165912ab5d88 2,346 1.00/1.00 vMB 80
641,674 641,674 000000000000000000049a583702326b0c0ee4e54b8cc7ce7f12650025d487f1 2,740 1.00/1.00 vMB 119
641,673 641,673 000000000000000000015745506050528d4316e952ea4b57f4f59ff62ef9763d 2,345 1.00/1.00 vMB 41
641,672 641,672 00000000000000000001e11159bb6c406d87af9e28ed107b8da46cb97931ced6 2,148 1.00/1.00 vMB 121
641,671 641,671 00000000000000000009eb86f6728fa4bf308580cfb9a31108c290255a67f71a 2,351 1.00/1.00 vMB 61
641,670 641,670 00000000000000000010641d04773fd0ac9c37b481b3530089f433b18133713e 3,088 1.00/1.00 vMB 95
641,669 641,669 0000000000000000000dbce04c2b62e06dd3d9a429fd345c8f33fbabf983ded7 2,579 1.00/1.00 vMB 117
641,668 641,668 000000000000000000054a6f86e9207a985d1abb73e855f593496035f3dd11d6 2,779 1.00/1.00 vMB 137
641,667 641,667 0000000000000000000612192575303c5e44b43cd716e0973262ea1a0826d7fc 2,655 1.00/1.00 vMB 156
641,666 641,666 000000000000000000036bbe42780cc3d56c508fb90ecb8b62c93fd20e22ebd1 2,616 1.00/1.00 vMB 139
641,665 641,665 00000000000000000008a7af7edbeacdce4b51ea91d84357859c96a929d0d7bc 2,281 1.00/1.00 vMB 140
641,664 641,664 0000000000000000000828ea62b736f385bd73d7267495c7dd24079dd4c33b96 1,857 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.