Loading Tool

Explorer IconExplorer

Memory Pool

87,780 transactions
32.50 vMB
0.15146357 BTC
Random Selection Loading Transactions
Max Size: 199.33/200 MB

Candidate Block

Mining Attempt 206398f31cc7668875e812ea83b8d6bd0b4c07200d88f2ab1ceba55e0cc4b2ab
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 8f1a5f359bd33f8fd14dfa92cc7eb6626d804d21f6d14159a6f3f86decfabef7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.06756303 BTC
Feerates: 502.65 > 6.77 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (350,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,123 565,123 00000000000000000006e4544cdf6513eb6ad625e6f43244911c6b5c7d66ad46 2,890 1.00/1.00 vMB 32
565,122 565,122 0000000000000000002a5f09991349832bddc5c29d59b03ac915eb94b03ffa26 2,979 1.00/1.00 vMB 29
565,121 565,121 0000000000000000002d0ca7d9dbc034b1f2f1eca7e8aea9a6e6ad956afed567 217 0.11/1.00 vMB 12
565,120 565,120 0000000000000000000145d39c4856f8e900e26958225389cf912405483abe68 1,303 0.62/1.00 vMB 7
565,119 565,119 0000000000000000000ba8dcca6677446e7302cf7c2e455177b131f5aa967065 3,207 1.00/1.00 vMB 17
565,118 565,118 0000000000000000000715942f6ac8fbe43cef4daa8266e7baf00bc35ebc8010 1,309 1.00/1.00 vMB 4
565,117 565,117 0000000000000000000df21b1dfa9e66fbd8c5b6dd879c06e3fd171dfd40d9c2 1,448 1.00/1.00 vMB 9
565,116 565,116 0000000000000000002bd200b2f87f4704a0866ab092e1aa578c7f2fe7a27df4 1,110 1.00/1.00 vMB 9
565,115 565,115 00000000000000000006a18c6898207ebdaf715e1e3a88a230bb6cf4893376ed 565 1.00/1.00 vMB 5
565,114 565,114 0000000000000000001366078852a5a190ee0f6746900712aff63da4834a583c 1,008 1.00/1.00 vMB 9
565,113 565,113 0000000000000000001c8ab571c16736e5ac5e419fb733c7b505c458db18a5bb 1,020 1.00/1.00 vMB 11
565,112 565,112 00000000000000000004a3608c1629d7210894728cfec4e14cf2c8f3f40c291a 3,277 1.00/1.00 vMB 22
565,111 565,111 0000000000000000001d7a7e3a88bbbdf822abd6b02761347fca60b711fbecba 1,788 1.00/1.00 vMB 20
565,110 565,110 00000000000000000020d29b7b3fb0fe734f5ddddb10dc969cee2d1a6bceda83 1,617 1.00/1.00 vMB 21
565,109 565,109 0000000000000000000366de417686f11850134d235355368501a21efdb3305f 1,486 1.00/1.00 vMB 11
565,108 565,108 0000000000000000001f517780f3c795a0a0d5455254f929d6bf91ec411b91cd 1,639 1.00/1.00 vMB 16
565,107 565,107 0000000000000000001f91d7e29c39c558a38d444865ee88e88ad6025cd28ce8 2,425 1.00/1.00 vMB 14
565,106 565,106 00000000000000000003b334db24531a911ffefd48a98ee8784b96e4c15c50bd 3,499 1.00/1.00 vMB 44
565,105 565,105 0000000000000000002d66d8cd9087827d4a95c34b124b1a6b61e19c0c58c768 1,348 0.40/1.00 vMB 13
565,104 565,104 00000000000000000016ef9fe363ab9d0c30eb5a571d905316af1b74b257c546 2,038 0.67/1.00 vMB 12
565,103 565,103 0000000000000000000abf97777ae9d54e0b578e76be782ce58e282820e4ae98 3,323 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.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.