Loading Tool

Explorer IconExplorer

Memory Pool

50,557 transactions
28.73 vMB
0.08253473 BTC
Random Selection Loading Transactions
Max Size: 153.32/200 MB

Candidate Block

Mining Attempt 33dcc878b4bf6cc0d3f400a1001edf238b54b4bcbbb0bd4d826ca804008e4957
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root 8dff69f2381b1d00e99073f9d685b3f2e93c31316b732f33b7a363cad93adc54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.02072779 BTC
Feerates: 151.12 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (798,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,994 115,994 00000000000027c7409d6dc638bdf56ad99d5e219c1f94013efe357aa173e7de 90 0.04/1.00 vMB 190
115,993 115,993 00000000000029cc552aa6dbd0de220079d9b906f9ef19fb1aa455b8e25fb50c 12 0.00/1.00 vMB 0
115,992 115,992 000000000000949abeaf765b74b5a6286d62a7e17a6b2187a9988419ae3aa235 11 0.00/1.00 vMB 1,021
115,991 115,991 000000000000b01f2c8d524551947685953148a70d021099ae6e6baa035ccd3e 12 0.00/1.00 vMB 0
115,990 115,990 00000000000003ceebd291a0a107bf60437693ce5fb16a0e77bfa4b6112e6f4f 10 0.00/1.00 vMB 1,346
115,989 115,989 0000000000005fe938757d12dca1d01e2a07ff08f2b8553dc7ba7c934380edea 12 0.00/1.00 vMB 0
115,988 115,988 000000000000998eedaf69e1b0fc58ec1f6877fb056e526b4961e54ce7d901af 5 0.00/1.00 vMB 1,934
115,987 115,987 00000000000019491fa5892c95fd367db8ebcfc80fccd9bcf42b8048833d0cb9 4 0.00/1.00 vMB 1,126
115,986 115,986 000000000000ed56102c23e62e525cea68d245599e3072a63ba97bcd8a7ff000 8 0.00/1.00 vMB 1,075
115,985 115,985 000000000000102020cd061ad7210b8760e186504ddaa583c42f9d50ec12d081 6 0.00/1.00 vMB 712
115,984 115,984 0000000000002c970ccc3d2a9931240454cda9b9daf36085ad6ebceecc2244e9 1 0.00/1.00 vMB 0
115,983 115,983 00000000000004c1f298ac3e03ba1061a1c1a3a68254aac905f9eb5fbef2e79e 8 0.00/1.00 vMB 853
115,982 115,982 000000000000ed55f91c0f4fc071f357d2b8552106e46446180934bd9904e4b0 12 0.00/1.00 vMB 0
115,981 115,981 0000000000003589d1b2a3c2d2aa8670fbe1cafe5e35dc948b94f008ac1ecfef 10 0.00/1.00 vMB 986
115,980 115,980 000000000000d9aab97839f92b1a0796db01826a547f1d9d883bd1c5388ea2ed 8 0.00/1.00 vMB 612
115,979 115,979 0000000000008150fc4ba4eddede4dd03bcede8b93a4a9e51969a58effaf69dc 11 0.00/1.00 vMB 0
115,978 115,978 0000000000000b5648d6155adea657003efac313e3a1efb04e1b09373512deff 14 0.00/1.00 vMB 0
115,977 115,977 0000000000001ce70319eea9705afd9aaf44ca06b47b22276f1f606413030dbe 2 0.00/1.00 vMB 3,861
115,976 115,976 000000000000684bf8707fa673ed9272e40b72e6da082591e527ccf4e5d2cea9 4 0.00/1.00 vMB 3,886
115,975 115,975 000000000000dc80b8f789599e6484b7a4a9e89d647990fb55e3bcd5453e06a6 7 0.00/1.00 vMB 572
115,974 115,974 000000000000091c5a109d5067fba58b466fc8b8f496416d0d499329f5c2a62c 16 0.01/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 781.89 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: 645.23 GB
    • Received: 12.71 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.