Loading Tool

Explorer IconExplorer

Memory Pool

47,218 transactions
29.56 vMB
0.15414082 BTC
Random Selection Loading Transactions
Max Size: 156.59/200 MB

Candidate Block

Mining Attempt f9549934f7cf92a7eb6b4be6174ac0c085f4bc90ded7b761ceaf102a196bdf00
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 81fdef1b692fe680834543d29fdb91ec9c59426c17dbd81e582a07721a1a3a5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,702
Size: 1.00 vMB
Total Fees: 0.08656454 BTC
Feerates: 15,654.48 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (413,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,198 501,198 0000000000000000001463e835c1e811ac3b998b8223724826ad8fa98d40657a 2,851 1.00/1.00 vMB 609
501,197 501,197 000000000000000000424cfce020ab26596834c2715ddd5c4709e9932415d620 2,605 1.00/1.00 vMB 437
501,196 501,196 00000000000000000019ef23959851f0717fdef19c36ca5a6b11fc6d7ce963c9 2,526 1.00/1.00 vMB 568
501,195 501,195 00000000000000000002f9070d30220c3ad424713a4bd3e9f57ba0964b9abfb8 2,192 1.00/1.00 vMB 462
501,194 501,194 0000000000000000002e331f3dd0164c032a03a063f6ee05b9d2e94f9d340a95 2,640 1.00/1.00 vMB 654
501,193 501,193 00000000000000000002a9eee5098ef8812a22c5473795243054b5ab68757a82 2,366 1.00/1.00 vMB 656
501,192 501,192 0000000000000000003e08ee126a6f751eeaeb6db9dbb240d9015c5f27ca163d 1,922 1.00/1.00 vMB 435
501,191 501,191 00000000000000000087ca176ef22b39de9b5a4349d443cb075cc8204e4b1575 2,194 1.00/1.00 vMB 322
501,190 501,190 00000000000000000009ddd9b0d102514c0f7480575449f6d61437a11228b16f 2,386 1.00/1.00 vMB 567
501,189 501,189 00000000000000000071fc3cf08b504f362829e09816da9c87a76b00e849d5c1 2,544 1.00/1.00 vMB 753
501,188 501,188 0000000000000000005d0c22528832023351c46b3d157c2d6fa00788e217fac8 2,220 1.00/1.00 vMB 913
501,187 501,187 0000000000000000008bc92e39770302c421a124f28925d30f992d6d9f70b4ee 1,940 1.00/1.00 vMB 462
501,186 501,186 000000000000000000026b95ec4f96ea42936fe15722619886e0596f199bcfa1 1,857 1.00/1.00 vMB 410
501,185 501,185 00000000000000000064c8050c0b9c8791c53e335bbe8c79c76661e7a416441e 1,197 1.00/1.00 vMB 331
501,184 501,184 00000000000000000080fc588c6ed593f9a5850fc592586fb072a25ce38f41b3 1,928 1.00/1.00 vMB 486
501,183 501,183 0000000000000000001cfd3075c1b5c44988cbd974d770f00d805735438fbdb1 1,110 1.00/1.00 vMB 277
501,182 501,182 00000000000000000058192bc380f3faece1e48d2a6b0d11beeba025906eda09 1,329 1.00/1.00 vMB 203
501,181 501,181 0000000000000000002ec3b97ff0dff512d0c7eeaa71577824140df73e71f9b2 2,377 1.00/1.00 vMB 815
501,180 501,180 000000000000000000722f5b7c8a3c8c4ee13054b1a52a9082f2f20fba9e7106 2,090 1.00/1.00 vMB 479
501,179 501,179 00000000000000000003465863e15c0959d04975356147725a081a181e28702e 1,425 1.00/1.00 vMB 154
501,178 501,178 0000000000000000000c27654a2f15b4f1abfbbe5a4ec7afc8e996fa5b2af9fc 2,651 1.00/1.00 vMB 327
Previous 10 blocks ↓
Total Size: 782.04 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: 650.77 GB
    • Received: 13.32 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.