Loading Tool

Explorer IconExplorer

Memory Pool

11,415 transactions
4.06 vMB
0.04940249 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.65/200 MB

Candidate Block

Mining Attempt f9eed330fd009466e15c9518a15cebe968568f5c0d8e09d4f6663c695e1d444c
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 18cf8445374997600592a0322f066b19529a8ce891f667fa81a0db57917c508f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.04456922 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (744,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,489 168,489 000000000000019a8a90ac3c89f794c4ae114bfc0e169066d9ccb44f89660ff5 11 0.01 vMB 35
168,488 168,488 000000000000080ca3151c0e90d6da5ea4b04ffd9d61d9d29e465a3df0654eba 47 0.03 vMB 105
168,487 168,487 000000000000096d517aa6e9af9759edbc222440cfd777e13b0f8f11f30c646a 20 0.01 vMB 57
168,486 168,486 0000000000000014c767e548733ea9720b1b551a23bcc4e56f589071882d2833 17 0.00 vMB 47
168,485 168,485 00000000000002ae958f20da453f75303b69285f3fb6f4f150d415e2ee0e04f7 1 0.00 vMB 0
168,484 168,484 00000000000009ebf0a59b923b1ce13f8112d39686a45fb1eeb76fd733310f1d 15 0.00 vMB 40
168,483 168,483 000000000000093409fc0ba5826599215e5fb26b2827ad317a9f4545fabd630c 63 0.02 vMB 72
168,482 168,482 00000000000003be7f20be20be40b3284e5bd63289379a0739d3ecc78cfa81f0 72 0.04 vMB 49
168,481 168,481 00000000000004e2baa0e860d1b13b845c2e194aa7f09dc68e6898a968144e15 72 0.03 vMB 413
168,480 168,480 000000000000044c4062993dde65682871077272f3fcd693a28a7bcc93574c88 66 0.04 vMB 91
168,479 168,479 000000000000019633c786406a071068dbdbb965745d37bfa63b34f0e0a5e137 13 0.00 vMB 32
168,478 168,478 0000000000000831e24ea580eaf20a359516ae7c7d566fa327240a6e0511c4ab 44 0.02 vMB 36
168,477 168,477 00000000000004a4f5c5f4c5dc1e9726e6ea1d74154fc8d0862dd73aac507980 38 0.01 vMB 71
168,476 168,476 00000000000002a6e760e35d49172303a35ed446b96a0a3ceee026c82f8912ac 39 0.01 vMB 194
168,475 168,475 00000000000003b6f6982cce8479585fb25fea83472c14ff2a74b71967294758 15 0.01 vMB 20
168,474 168,474 000000000000048afa5b1ae083db8a46276df5d52a03e6bf5e394c5389125de7 72 0.04 vMB 116
168,473 168,473 00000000000007a639124638419febdc743a8128c3bc4e08206922c144c24fff 16 0.01 vMB 11
168,472 168,472 00000000000005778edcd7e7e3af02b7302e4e1296df4b78c2f7c0500036084a 27 0.01 vMB 184
168,471 168,471 00000000000005a1bc3bd91265a6f30d1de4fb9b970ab61aa323287d6221ab6c 7 0.00 vMB 25
168,470 168,470 000000000000013bbe3ab0bef88e748778c4e10bb06616d8060178ad579a943f 74 0.02 vMB 10
168,469 168,469 00000000000007545d803b64241c764a4725dc61db029485149c22ac1f89a6ea 12 0.00 vMB 102
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 347.59 GB
    • Received: 1.68 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.