Loading Tool

Explorer IconExplorer

Memory Pool

74,826 transactions
29.78 vMB
0.09925870 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt bacab12624d64bcc8cf449f802eef31a9fb4b1328effe3f8d0c2262b55e98c60
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 49837d9320d5e5f4c0550f614f0239ebb5f40b9ac6a918e342f622af9abc55ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,796
Size: 1.00 vMB
Total Fees: 0.02848137 BTC
Feerates: 150.36 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (425,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,001 490,001 000000000000000000bc8ffe72f01521ce1274137fab214be07d4612a7f8acd3 403 0.91/1.00 vMB 5
490,000 490,000 000000000000000000de069137b17b8d5a3dfbd5b145b2dcfb203f15d0c4de90 1,470 0.66/1.00 vMB 47
489,999 489,999 000000000000000000d3a9237438b8764dab8b5bf24d3e175bfa1c4a255c7287 2,029 1.00/1.00 vMB 24
489,998 489,998 000000000000000000dd73f920cc0d4a1cd106f5b2e7007ecff88d7ff1349676 2,380 1.00/1.00 vMB 81
489,997 489,997 000000000000000000977aa195b2de3edd6f53f997a1735ab33d715978f23bc2 2,059 1.00/1.00 vMB 37
489,996 489,996 000000000000000000a6dae597c89af47a3f3028dff3875244cc3695fef6717a 1,659 1.00/1.00 vMB 92
489,995 489,995 0000000000000000003e8db02d631e16154af0df12c9769ddd39b1d0edc0224a 974 0.98/1.00 vMB 76
489,994 489,994 000000000000000000625005b42aa49a2e3f3204c35554d65cca82ea2ec10478 2,341 1.00/1.00 vMB 118
489,993 489,993 000000000000000000b0161b28d16662a3ff5f3f6dc748a9f056e298a0c0ea33 2,512 0.97/1.00 vMB 226
489,992 489,992 0000000000000000009a4e1f9f04a915798a142ab270c58a344f4f9fb006ae24 1,046 1.00/1.00 vMB 102
489,991 489,991 000000000000000000764ed459f403003b467d2e6a2a3273b1ec8c042a16f3e2 291 0.99/1.00 vMB 34
489,990 489,990 0000000000000000005601507bb2150e1842544ffccf11e572bf4120f4d5911f 662 1.00/1.00 vMB 56
489,989 489,989 000000000000000000263dae83193e22202d0d1e247189a970c0db490a1ce73a 1 0.00/1.00 vMB 0
489,988 489,988 000000000000000000386bce283f360cf0a9e56b13f519f56c9a4e22c8c49d96 1,080 0.97/1.00 vMB 91
489,987 489,987 00000000000000000014d377f075e7632439a087256b4dea039235fa2d90769c 1,583 0.92/1.00 vMB 115
489,986 489,986 000000000000000000e2c7d3b77c8409732adfe4307ae2410ec88d710c76e336 2,624 0.89/1.00 vMB 123
489,985 489,985 000000000000000000775ce65add401d57aaca3b9f8ac4c9be2dab35f3543d33 2,473 0.98/1.00 vMB 229
489,984 489,984 000000000000000000b7908e67d5fc17a40d730894f5fa6fd12f66ce58457f9d 2,353 0.98/1.00 vMB 214
489,983 489,983 00000000000000000034291e2061f50bbd685c0e9c8fc0d2e020bb9a997e01cc 900 0.95/1.00 vMB 60
489,982 489,982 0000000000000000005fa600f4cfd723525f0dfa352d2c6cf016cc01b131af36 1,011 0.93/1.00 vMB 22
489,981 489,981 000000000000000000aabf4392f3997352714a4b55df97abd9de2f7fa3b7138a 1,191 0.98/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.