Loading Tool

Explorer IconExplorer

Memory Pool

35,396 transactions
28.71 vMB
0.14930965 BTC
Random Selection Loading Transactions
Max Size: 142.45/200 MB

Candidate Block

Mining Attempt 7eee5f0a7bbebf6adf8fac50d80b381f385815bf4aa124b50d1c1b452e1da9b2
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root 6a14ff388a85105621deaa316866d3f0f3b810f249736214f0ea24846f58d741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.09180175 BTC
Feerates: 231.58 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (678,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,647 235,647 00000000000000ba1553d47ce8071828df2b123773223a7e2f7dff2bde9b1d9d 752 0.25/1.00 vMB 225
235,646 235,646 0000000000000196d5bddd94f4ad67134b1e7078e078fd8aed0fd36981770d78 423 0.17/1.00 vMB 168
235,645 235,645 0000000000000115050e381a0b852ecf6941ac3a0197d3f78d424f95b08b980c 141 0.09/1.00 vMB 141
235,644 235,644 000000000000008f2c7962b07de27d63451639afb37b398ed0f473b5cad3dc29 955 0.38/1.00 vMB 215
235,643 235,643 00000000000000bd234080886504ddc2f851504f9abf6f0a49f509f18ca008e5 81 0.04/1.00 vMB 116
235,642 235,642 0000000000000189641a64dd7e1ef2fb5fdb7e151c03171aab6f6691909fbe2c 97 0.04/1.00 vMB 130
235,641 235,641 000000000000012c91fee15776902e1178b22585d9cd81655b175abf198867c6 442 0.24/1.00 vMB 148
235,640 235,640 0000000000000049e67c1047376409b6b50517cc20e5afb8ee060f64326d6f12 517 0.25/1.00 vMB 155
235,639 235,639 000000000000014038c55965bcbf370654bc5322e8de03d18cabfb72b2042b58 627 0.25/1.00 vMB 207
235,638 235,638 000000000000015a1fb9b444d52ca3ffe1ba2799c1b603e43e638c15e2acaaea 64 0.04/1.00 vMB 164
235,637 235,637 00000000000000881938bc995a9816b277483c48dfa3c415a5e93e9e9b49cced 626 0.27/1.00 vMB 177
235,636 235,636 0000000000000101ebdb1d1dbc3f1ad37dda807203e6f604f8ef523c4682fe02 16 0.01/1.00 vMB 97
235,635 235,635 000000000000010e1f8e6907f49c460538778a9bb0417e4412635eea14715d51 466 0.35/1.00 vMB 110
235,634 235,634 000000000000002a31ba29f9372fb73bb6b8f51b1a3d04ffbdc924e4270e7ee7 739 0.25/1.00 vMB 206
235,633 235,633 0000000000000020c91c42300931baabc6870884fcd833bc88af0ce843fcff2d 565 0.25/1.00 vMB 192
235,632 235,632 00000000000001358fae9cd232720e6493e1f9521c263f9f550389011a69b68d 162 0.07/1.00 vMB 5
235,631 235,631 0000000000000093b3fddb9370a532a92faa775b41a8f43af4af8c2d5ebf4c8c 198 0.13/1.00 vMB 112
235,630 235,630 0000000000000151b3408be00b748600509057b83f6aa534e3045c1bf0121330 535 0.25/1.00 vMB 199
235,629 235,629 0000000000000096f2f2c3528c03da8f5b000473103852bc2b738da89406ef5a 138 0.15/1.00 vMB 16
235,628 235,628 0000000000000142b5165c2a5c74cf0f2d3a0b057d27f39957df40ac6c8988d3 579 0.24/1.00 vMB 191
235,627 235,627 00000000000000935e8ce81525cae76d75f981f11fc37cb6d303ac236c8320b5 619 0.36/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

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