Loading Tool

Explorer IconExplorer

Memory Pool

42,684 transactions
26.68 vMB
0.08202287 BTC
Random Selection Loading Transactions
Max Size: 139.43/200 MB

Candidate Block

Mining Attempt 59df9cf1a92599b648a6d78abaecf3ca8ad4fccb9e24cb9bc9a02f548433bf62
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root c9ec974a57f511e5b4bc8c080c9f5393180f935c1a4d9608918fe8397606dd15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,647
Size: 1.00 vMB
Total Fees: 0.03285829 BTC
Feerates: 151.16 > 3.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (353,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,922 560,922 000000000000000000208c5590e2f5d5b5b4504c56a7d9f1892ab2c011a88692 1,325 1.00/1.00 vMB 7
560,921 560,921 0000000000000000000a3e514d5ccd63cc7203b8ef668dbdadb2929728391145 1,626 1.00/1.00 vMB 21
560,920 560,920 0000000000000000002807c44fe3db919df10879ecce4a4d7bcc5e501e038b69 2,302 1.00/1.00 vMB 22
560,919 560,919 0000000000000000002d401065ed59045521d1b3e0ebb5362ee7e3709a13cc8d 2,884 1.00/1.00 vMB 31
560,918 560,918 00000000000000000024cb4795e772091df4939790d4089f60023b9a24b70dd4 2,321 1.00/1.00 vMB 15
560,917 560,917 0000000000000000001dee9eff0624c3ce0f5ab16b58626a19f1db4d4cf3ad38 2,502 1.00/1.00 vMB 14
560,916 560,916 000000000000000000127f8b99ad39690270ce8c0270b299980a36c5f80793ba 2,653 1.00/1.00 vMB 38
560,915 560,915 000000000000000000177154e7175c9c8d8697c587d84ba474baf95b3b91f009 1,906 1.00/1.00 vMB 16
560,914 560,914 00000000000000000007ad222cfba6f6a82234fab21db5394e25e8749b85d07d 3,018 1.00/1.00 vMB 33
560,913 560,913 00000000000000000008c8c21ecbeca767c3ea857c37455110948b26685c1369 2,848 1.00/1.00 vMB 21
560,912 560,912 000000000000000000026c83801b42ecde9e6abdcf09ab774e092042467ba58f 2,368 1.00/1.00 vMB 23
560,911 560,911 0000000000000000002c1d7c026e84694bb725c05f7aa07caac12b858b7bec72 1 0.00/1.00 vMB 0
560,910 560,910 00000000000000000027f7e8b7db6014592208b963f77390fa4896e3b2490aee 1,888 1.00/1.00 vMB 46
560,909 560,909 00000000000000000004da875bff9561548eafca145aa4d91290f691dbe192e6 1,520 1.00/1.00 vMB 51
560,908 560,908 00000000000000000010bfd3b66ca3398c24706cfb604929aed5777bea038a4c 1,242 1.00/1.00 vMB 93
560,907 560,907 00000000000000000007690771910ebd512179114bcf590f58d0c8d25689728e 2,328 1.00/1.00 vMB 3
560,906 560,906 0000000000000000002ef45f70bd49243735f42240c8b233869ebb2e66f90020 2,201 1.00/1.00 vMB 9
560,905 560,905 0000000000000000002a2ae3238ecffcda8a8407227a2fb92ec33b093c4bfd42 2,648 1.00/1.00 vMB 32
560,904 560,904 00000000000000000003e89eaa0d8fa639fc5385d2c08685fbfde8cd128262ac 2,514 1.00/1.00 vMB 4
560,903 560,903 0000000000000000000744e1c6f7a210dc3d58096976904d74f98a3a327d03ea 2,774 1.00/1.00 vMB 14
560,902 560,902 00000000000000000003d5acef0873cfa964d9cbb6721aa5b2f01c43bcc9e2a7 2,146 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.