Loading Tool

Explorer IconExplorer

Memory Pool

43,568 transactions
26.49 vMB
0.06333759 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 087d03a17362af70400b21333237983f7169eae8d8379e0351d8b8ea67a60d48
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 180936c5badcf26613161c38c28b377e00ebcf29b081badfbca068d1d4ff3535
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,241
Size: 1.00 vMB
Total Fees: 0.01467521 BTC
Feerates: 150.61 > 1.47 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (905,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,620 9,620 000000005c1911c1fced1a592b9ac697acf1e54bb46302cd7ec82de2570d9c87 1 0.00/1.00 vMB 0
9,619 9,619 00000000e7fd9047c192354a49aa03559ffff0eee07bdbc5c08100357f0706a6 1 0.00/1.00 vMB 0
9,618 9,618 000000009d115087626388c2b1e9d115259d0eaeee9a555716352c506203bc52 1 0.00/1.00 vMB 0
9,617 9,617 00000000c1b8eeb553c7a471dfb0c746af982028506650af6c8551027d95703a 1 0.00/1.00 vMB 0
9,616 9,616 00000000d27bc35124bd508ccbf9be678378e5566ac8345a076210cea2c44216 1 0.00/1.00 vMB 0
9,615 9,615 0000000007d1cc6343cbba51c9234394438e6ef730e31cc1c1cc30ef9efdde86 1 0.00/1.00 vMB 0
9,614 9,614 0000000088cbdf11dea3e0e1c5509596fd16c2616c511e6d2a6eb993f8c09a6c 1 0.00/1.00 vMB 0
9,613 9,613 00000000e836625ac5d0712ebbbd9c544cb84b6d81e8b8ef810d5defe20962b9 1 0.00/1.00 vMB 0
9,612 9,612 00000000a91199ea5c490a5cfd90a0b93522be3add4b043654b7976317307e74 1 0.00/1.00 vMB 0
9,611 9,611 00000000f7d48cdd73194d30ccda0b832133684b1db41353450c295fe7ae7112 1 0.00/1.00 vMB 0
9,610 9,610 000000006d923baf1f3bcdd7d9fa3e71b81535bd1ce036477fc3ec4a9ebe0387 1 0.00/1.00 vMB 0
9,609 9,609 00000000fc7ab2ee2900e9053f4ab643b11a7dff589858f6a7c9b8e7bcfb81d2 1 0.00/1.00 vMB 0
9,608 9,608 00000000139581cca425d481f609d8c44bf5e72b9bf1fc0017d9c657eff35521 1 0.00/1.00 vMB 0
9,607 9,607 0000000038dfaa7ef44dfea851e1804e72c6fed0afff56fdc1a4e9cabff63699 1 0.00/1.00 vMB 0
9,606 9,606 00000000af7bf7fc346a50fd2614cd168ad7c1acd70c0ed7d725e440e64a0e2c 1 0.00/1.00 vMB 0
9,605 9,605 0000000090b3ceebaf2a03e2ed6e3044e3a436361579e94dab1d711bb560fe23 1 0.00/1.00 vMB 0
9,604 9,604 00000000a1042f523e813cb727f4a35553f2f7f8240a693a8b7ba078b3a40164 1 0.00/1.00 vMB 0
9,603 9,603 0000000013d5e7718cc000c9663ba96ee043f057bb36abb7850c083afd68506b 1 0.00/1.00 vMB 0
9,602 9,602 0000000045ddcaf83e2dceb3d542c15bd0e6fea78dd814a5c683f2dfdbd58fe5 1 0.00/1.00 vMB 0
9,601 9,601 00000000cad779b7ff1028ba66f4216ae112ea9a5e7ea26f109480887e3ff5c6 1 0.00/1.00 vMB 0
9,600 9,600 00000000ca2be0b2535ca0dc5b74a3d59f3209f664c3c6dd016d227d31548995 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.