Loading Tool

Explorer IconExplorer

Memory Pool

26,376 transactions
12.13 vMB
0.04006590 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.65/200 MB

Candidate Block

Mining Attempt f961a1a666358f7fc45bc8097a8985c5b2e3bb0d432c3cfecec7dce38b57792f
Version 20000000
Previous Block 000000000000000000013b98250ece783c2cf17793a05f5a5c2821220428065d
Merkle Root e9e2578acdde2ca2527455fa9cc66167e76c43972b56bf151417d7abb15b7445
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,479
Size: 0.99795425 1.00 vMB
Total Fees: 0.01959608 BTC
Feerates: 305.85 > 1.96 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,727 (474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,253 913,253 0000000000000000000195a74a9f1b08b2bcfff003e39cc35d6b84f58b88b907 3,310 1.00/1.00 vMB 1
913,252 913,252 00000000000000000001525ca79a5928e01ae69f067bf154460c8ad0bffe4173 1,492 1.00/1.00 vMB 2
913,251 913,251 00000000000000000001d0617f024878b1b8c1397157f24831866ff78369eb59 2,945 1.00/1.00 vMB 4
913,250 913,250 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401 4,023 1.00/1.00 vMB 1
913,249 913,249 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96 2,467 1.00/1.00 vMB 2
913,248 913,248 00000000000000000001428455d56ca1bb516a9befc973273dc96859cb127d6c 2,737 1.00/1.00 vMB 4
913,247 913,247 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29 4,869 1.00/1.00 vMB 0
913,246 913,246 0000000000000000000036e0be4be88dd42a4b97afb39b7e285daf12047ec5f0 2,014 1.00/1.00 vMB 3
913,245 913,245 000000000000000000021c2495ffa7ee8583c2368d5eaa6f5f7beeba21d585c3 966 0.35/1.00 vMB 2
913,244 913,244 00000000000000000000627781db74b56cc96f0c13c5a0ec067ee73356bbea42 2,404 1.00/1.00 vMB 1
913,243 913,243 00000000000000000001a3b71b68d0bdc25a7126b332fdb98a9965cb79bce92e 2,433 1.00/1.00 vMB 2
913,242 913,242 000000000000000000006741bb31d9e4c3f4ad49c29d233a4121f51f29cf6437 1,271 0.48/1.00 vMB 3
913,241 913,241 00000000000000000000f6a35db55c0bc46374b0c1bf60f3002dfc10e670be8a 3,363 1.00/1.00 vMB 1
913,240 913,240 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474 2,698 1.00/1.00 vMB 3
913,239 913,239 00000000000000000000b724a933599cd63e6c6b402ccb79f7f44c21eb31e607 6,117 1.00/1.00 vMB 0
913,238 913,238 00000000000000000000164b908803526857e61cef27d504ef1dc95065db946b 4,217 1.00/1.00 vMB 1
913,237 913,237 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d 3,930 1.00/1.00 vMB 1
913,236 913,236 00000000000000000001b4927e4f7a4d85ca97fe900aa6ae45c7cbcf1907343f 624 1.00/1.00 vMB 2
913,235 913,235 0000000000000000000197324d053d762119a9feffab642b50a9de0be43841a5 2,959 1.00/1.00 vMB 4
913,234 913,234 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8 3,075 1.00/1.00 vMB 5
913,233 913,233 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e 2,924 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.14 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: 500.15 GB
    • Received: 3.72 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.