Loading Tool

Explorer IconExplorer

Memory Pool

42,172 transactions
26.61 vMB
0.06292896 BTC
Random Selection Loading Transactions
Max Size: 139.07/200 MB

Candidate Block

Mining Attempt ffa561b06b583de1dcc74da752708a626a9fc6ab65ab893be245d9f4ce9fc940
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b01514ee72562b07f52318804f1f15102f1a40fb81d6b1734c8f8ffc6fc82057
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,638
Size: 1.00 vMB
Total Fees: 0.01394740 BTC
Feerates: 47.58 > 1.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (226,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,126 688,126 0000000000000000000e1344b6564a789e4e52a7f89536e453af39137b08523e 2,605 1.00/1.00 vMB 71
688,125 688,125 0000000000000000000518884b95eaf951e4a6907efdef21bdc9ca1b3015c25f 2,823 1.00/1.00 vMB 72
688,124 688,124 0000000000000000000cee6f5b3c92f4dd803a33029f1bdb10641b36535d4d6b 2,585 1.00/1.00 vMB 89
688,123 688,123 0000000000000000000387cc4be10f2d0f67a7e4d6089192725ae4e85aa9d331 2,023 1.00/1.00 vMB 12
688,122 688,122 000000000000000000017cb111b3d23b80eb9b3371c57615c00fa07e645f0025 1,242 1.00/1.00 vMB 16
688,121 688,121 00000000000000000002bbf72fd9694ae9fbbd5b413fbdb50a1e3a35ee14febe 2,967 1.00/1.00 vMB 34
688,120 688,120 0000000000000000000c0d30be75f3a3d4d4b33a0176f2fd84ff026067a4e879 898 1.00/1.00 vMB 24
688,119 688,119 0000000000000000000d962840a3b751f19fc0c3f7d5a450b3fed8919c764615 2,859 1.00/1.00 vMB 34
688,118 688,118 00000000000000000003bb7b8ec1380ee7cd37a351fac270413c28a33f90371a 2,872 1.00/1.00 vMB 49
688,117 688,117 0000000000000000000d64035a2d5eb7e008301482562bc3fccb8b7de10daded 2,605 1.00/1.00 vMB 71
688,116 688,116 00000000000000000006e00383678c938a7b33d44b99a8c52c2a213bf050b261 1,684 1.00/1.00 vMB 105
688,115 688,115 000000000000000000011c4a7e382c5dee6a1a17f2fe633f9edf9a6ca5573161 595 1.00/1.00 vMB 115
688,114 688,114 00000000000000000006cac007822acd754de3b6168af66a565bb6ef2f68b3a8 140 1.00/1.00 vMB 110
688,113 688,113 000000000000000000018178e0f72503576427f88ffbb86d1d0d72def7896e74 1,241 1.00/1.00 vMB 122
688,112 688,112 000000000000000000004aa817fd1ced74bb1113df75280440643dc4a117d938 2,385 1.00/1.00 vMB 23
688,111 688,111 000000000000000000026f9a3f28425fe21d32e17deb5a26a7cba71aba308a79 2,860 1.00/1.00 vMB 37
688,110 688,110 0000000000000000000ac0bf943c7e6faad22e61943f1e5f00b30ba590e4bd3a 1,607 0.62/1.00 vMB 18
688,109 688,109 000000000000000000096e678ac2fcea5a044ddc90c05536e9e6ec8ca1313627 1,852 1.00/1.00 vMB 20
688,108 688,108 0000000000000000000764e28cd90550dbe4b2e5726fa5608f5bcedd2be5ab19 782 1.00/1.00 vMB 29
688,107 688,107 0000000000000000000b34c1f6e18a83f8bbd62faf3d3294b67c323e9dfc85bb 1,890 0.64/1.00 vMB 15
688,106 688,106 0000000000000000000e096936670d4b477c3073e6d7abaa372d8a7b14d5c6f7 2,095 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.