Loading Tool

Explorer IconExplorer

Memory Pool

37,667 transactions
26.85 vMB
0.05568045 BTC
Random Selection Loading Transactions
Max Size: 136.81/200 MB

Candidate Block

Mining Attempt e6aa8bde6e006fa1e7836aed429f9ecc9beaf78c52854de3c03a22ec62e7e399
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root dd70f175aaa3d2b6ab1878f8018d77a5499a8ee1b2478397832a33380f02cc67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,109
Size: 1.00 vMB
Total Fees: 0.00531016 BTC
Feerates: 50.27 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (527,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,931 386,931 0000000000000000070229bbdcee5c7d8cd4e6a56aa3bd334fdc8b7f066c13de 868 1.00/1.00 vMB 15
386,930 386,930 00000000000000000680782576c901962d353d8c71eeeecd02cf88903a1e66f1 828 0.75/1.00 vMB 19
386,929 386,929 000000000000000005c16091bf1fe5d5ca74cfe488baae9d5bd1392903c4499a 2,233 1.00/1.00 vMB 37
386,928 386,928 00000000000000000583a7ec5407afecdeb2c3c09d728cf99c34757b44c052a3 1,355 0.75/1.00 vMB 28
386,927 386,927 00000000000000000359e955aca60c23f95c0d5394cc7fee28b5a04ac57e9e0e 2,538 1.00/1.00 vMB 43
386,926 386,926 0000000000000000068d8e4251aaf81dbd3e835274b6f501b3dcc8c90b12b4e0 1,354 0.93/1.00 vMB 21
386,925 386,925 00000000000000000d58faa8ceb971e9729dc4e3e5a04b79383347dd8eda17c8 1,985 1.00/1.00 vMB 28
386,924 386,924 00000000000000000b6b10b4c43406b751877987fab1e42953d924294e1a8b12 1,367 0.95/1.00 vMB 27
386,923 386,923 0000000000000000008e4617c658ad059ccefbf27baacd0b26b7e2f8098f6d21 2,100 0.75/1.00 vMB 40
386,922 386,922 0000000000000000066ffcf131a082c1aa5888a34265637be70ba1739537fc92 2,794 1.00/1.00 vMB 60
386,921 386,921 000000000000000007a440bf0035c6e5bf6a62a9f89180af2a4a036880b4ab93 2,189 0.99/1.00 vMB 35
386,920 386,920 000000000000000003b1dfc1a88c17718be4e918047d979a82cca7aeeede6f7f 1 0.00/1.00 vMB 0
386,919 386,919 000000000000000004dda87edb2572166f98c2826e7004c6a5e07ff3d62ee9c5 1,965 0.75/1.00 vMB 49
386,918 386,918 00000000000000000c038a76fb4171e10af17239c4c7fed0fc3dbf44d901a281 48 0.05/1.00 vMB 29
386,917 386,917 000000000000000009ca8ad482cf1de1dee6858a6d2e409c345af1f134b8159e 2,326 0.75/1.00 vMB 67
386,916 386,916 00000000000000000cf202a2a1b9c52bc87d618a935ff105ac569773080593cd 1,181 0.73/1.00 vMB 29
386,915 386,915 000000000000000006cb07187277d34c25aff46943dd36322fdc38af8f1043fb 74 0.04/1.00 vMB 40
386,914 386,914 00000000000000000402354c39fc748bf989bf648612f3143c5b85a4541b3d6c 161 0.29/1.00 vMB 10
386,913 386,913 000000000000000003ae6adf928bfb42ffa03c4dbdcfd77c093abe6657609486 1,429 0.99/1.00 vMB 27
386,912 386,912 000000000000000001bf5aa6b56abe6aace76e8c88c73236d136661cfd13c352 1,439 0.67/1.00 vMB 34
386,911 386,911 00000000000000000ca5fa7c1249f6498b7aa72e3a51fd94dd6fa2cc26bf7cbf 196 0.10/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.78 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: 632.90 GB
    • Received: 12.17 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.