Loading Tool

Explorer IconExplorer

Memory Pool

20,230 transactions
8.78 vMB
0.04634329 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.41/200 MB

Candidate Block

Mining Attempt 4058a0107af6aa839c35889d013edcf5fe6d0c5eef04fda69ee6864cf27b2df1
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root cb56da676a3a2241d344aa18adf337ef781ddc0fadf883e21686f0f1c482835a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.02668240 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (746,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,508 166,508 000000000000076c84d0bad490b5427784e17ba2a2545c574460fc3c88b54a17 79 0.05 vMB 6
166,507 166,507 0000000000000786286c1b1cbad630614512c053a86b75e07f9200d174c3ebc5 115 0.06 vMB 105
166,506 166,506 0000000000000aa7b2f5edbbee4adf6f91ed3926e669d057135fa75f9d3eb9c5 67 0.03 vMB 39
166,505 166,505 000000000000089d506148fadb0e40c39e53a02ec26a1cba327906f32aff741f 64 0.03 vMB 69
166,504 166,504 0000000000000b9837833d4503e256f3494b175e3949e654ca1f529a99194c5b 78 0.02 vMB 0
166,503 166,503 000000000000005092e1dbc1a1c05531bcc0decb58090d6190baaedfbe34821a 21 0.01 vMB 818
166,502 166,502 000000000000004b5cc436d964f18fa172148af68133bf01ae0218680cdc9c82 138 0.05 vMB 168
166,501 166,501 0000000000000149c9d771e17a4307ea08387c89f2184a8c312fe2094ba7b89c 1 0.00 vMB 0
166,500 166,500 00000000000007e2e7dbc2b8f153d5a9c9faa9c6690877d2d3455ab0b3218d52 1 0.00 vMB 0
166,499 166,499 0000000000000615f5a4cc474c8b151bbd00b94c5e0c50bdb9fd2b846b6e404c 102 0.05 vMB 92
166,498 166,498 0000000000000057dc950ad78ba083a9e0bc6124cc39be2d857580105d1e9dbe 11 0.00 vMB 34
166,497 166,497 00000000000003c7ab805a798f2905b3af0f97dbe2c8d5ac93644d62e7e42262 4 0.00 vMB 26
166,496 166,496 0000000000000245006ccd567e19cc86a0b07ecefa6f8c139581a65c39f19737 42 0.01 vMB 118
166,495 166,495 00000000000000fad03edfc656aea1cc42526bf64e751b6dbe97f6afb6ad7030 105 0.04 vMB 106
166,494 166,494 00000000000009be6ebf8222f41c7f73c298495f5841bcd22790d7cc9d905e1d 50 0.02 vMB 98
166,493 166,493 000000000000031a8f37af0dcb5fc8226d5b92e7c18e55994eef1ed2a0a04c07 65 0.03 vMB 74
166,492 166,492 000000000000044c77d56d5285bedf49c017291b38ce8e689fa3f7fb84389253 89 0.03 vMB 146
166,491 166,491 00000000000000861ae9457b8198a609de419d7a6bc71860de0ca0333b45c641 18 0.01 vMB 245
166,490 166,490 000000000000025cef885902755643f2a442ee724bb28a5a4368e71b5d1a4614 8 0.00 vMB 33
166,489 166,489 0000000000000684fa22187f5670d03675cb8700dc93a69286ceee9130862e06 27 0.01 vMB 181
166,488 166,488 000000000000083c93111826d6fb4f75e1750eec05a333e95342765d9d698764 8 0.00 vMB 16
Previous 10 blocks ↓
Total Size: 779.54 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: 249.24 GB
    • Received: 0.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.