Loading Tool

Explorer IconExplorer

Memory Pool

68,313 transactions
26.27 vMB
0.06635132 BTC
Random Selection Loading Transactions
Max Size: 157.56/200 MB

Candidate Block

Mining Attempt 688b9250e1333e665d7f7b4ec64c8f64cdad02caac7efa506f87b08803941506
Version 20000000
Previous Block 000000000000000000018d0d78720d3175d7f70f46b866504cf923bc2a4f157d
Merkle Root 4de228b3c09fafc4d2fa9d2c831ba71a9ef65625c0a6a0f2cd74b3911511edcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,746
Size: 1.00 vMB
Total Fees: 0.01054264 BTC
Feerates: 71.66 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,487 (71,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,829 843,829 0000000000000000000225051683bcce8091c896bb8eb6a0815f781ce8b76fa5 4,233 1.00/1.00 vMB 15
843,828 843,828 00000000000000000000f0d22fd42d06aad7d5f8be34dc69267829954158114a 5,072 1.00/1.00 vMB 12
843,827 843,827 00000000000000000001abbb678429f71d5a899e6299969b8adab1a444df9da0 6,207 1.00/1.00 vMB 9
843,826 843,826 00000000000000000000eefb0ebc3399567406a5504f27062766898b3eb22838 3,659 1.00/1.00 vMB 16
843,825 843,825 00000000000000000000acb3a1fb550b7db693eb3522669ad763fa7130e4e569 831 1.00/1.00 vMB 9
843,824 843,824 0000000000000000000221d21ef95e5653b86c5c56e8cc38fdd987f381d314d2 3,180 1.00/1.00 vMB 12
843,823 843,823 00000000000000000002b7e0c2ee0719439d7362ebb98786dc44d0af18d2770c 2,113 1.00/1.00 vMB 10
843,822 843,822 000000000000000000007d2dc25c25d986495bda0e2cf27b85c6aab923e6638d 3,897 1.00/1.00 vMB 11
843,821 843,821 000000000000000000020c417b76c6bf3449490db7780e0b2ddbaba0bf472fe8 5,089 1.00/1.00 vMB 12
843,820 843,820 0000000000000000000098a99a8fd53e2ebb96f568d571e9f3c466c05e4f6577 5,792 1.00/1.00 vMB 11
843,819 843,819 00000000000000000000833517ebb8a489a9beefb87c0425e7b178c363a8e278 4,075 1.00/1.00 vMB 9
843,818 843,818 000000000000000000029b805bcc8ce8bce94e17d2fff493b48540d040b9aa2e 4,377 1.00/1.00 vMB 12
843,817 843,817 00000000000000000002aeac5d2ebc7484e225a3bd168b314bf7cf9ad9a551ad 3,918 1.00/1.00 vMB 10
843,816 843,816 000000000000000000010ebeefccaecbedecece00940d13f9b212ab45615ac79 4,451 1.00/1.00 vMB 10
843,815 843,815 00000000000000000000ca50af53d421e2fa226ca92e3ec40d9e5472a22c120a 5,050 1.00/1.00 vMB 9
843,814 843,814 0000000000000000000035fc92d77210fa3619e254816867d0d535ef3d2cb89c 4,976 1.00/1.00 vMB 12
843,813 843,813 000000000000000000035c8654ddfe71486fc8f965a7f1a4c2fb86214ff862ae 2,779 1.00/1.00 vMB 11
843,812 843,812 0000000000000000000009e460eceb0d4d90fee39a60bf98ffa53c2543ac6ae4 3,607 1.00/1.00 vMB 11
843,811 843,811 000000000000000000013aaf801af5243ea989c73a81326e8d148e4d242f7306 1,023 1.00/1.00 vMB 9
843,810 843,810 00000000000000000002949ac622ebc89f75c2c1a91f197b1c60f7371a608d68 2,487 1.00/1.00 vMB 10
843,809 843,809 00000000000000000000a6627d36b91a669e32097c47b62f5e0fd2532cf0fd1f 6,334 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.24 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: 759.93 GB
    • Received: 19.09 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.