Loading Tool

Explorer IconExplorer

Memory Pool

80,626 transactions
29.99 vMB
0.07860294 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt 72e6761200fcfb14a8808831962d1da57bb9596268c98e8c207b813a8d95de4e
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root d5342fdc8b2c3049e061fa035fcb61ecb63f9c73113c813a1e30b18aab39295f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,562
Size: 1.00 vMB
Total Fees: 0.01733911 BTC
Feerates: 197.70 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (410,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,489 504,489 00000000000000000003d19c334b77025c4d6e9d76cbeac478fe9c749a966275 2,061 1.00/1.00 vMB 474
504,488 504,488 0000000000000000006b850a610d2ca2f30f16841ad9a80d1901d01c9f3eae66 2,712 1.00/1.00 vMB 446
504,487 504,487 00000000000000000010be536cc12b6ce6d4d1fc055b5362c6b283ea6bedd94b 3,124 1.00/1.00 vMB 444
504,486 504,486 0000000000000000000f1cfd451a08fa9bfd9a9aca79e9847d0142743d887f8a 1,965 1.00/1.00 vMB 534
504,485 504,485 0000000000000000004af61789250b28b6a9949a4b1578e152d628fcf1ef3b0c 2,052 1.00/1.00 vMB 480
504,484 504,484 0000000000000000005b3f9664a4771d5c96198c768d2da4a2103675e78e738f 1,870 1.00/1.00 vMB 529
504,483 504,483 0000000000000000005be6f3e64c07c426254d502a0e78830169eb7b59ce2e22 2,229 1.00/1.00 vMB 428
504,482 504,482 0000000000000000006c1eddc4f00fe44456c4bfbf799930793389fb2d773a02 1,672 1.00/1.00 vMB 429
504,481 504,481 000000000000000000473434b2dcae61d60ef30d31f9d8a08faf8a7c05e73748 1,735 1.00/1.00 vMB 388
504,480 504,480 0000000000000000007a8fb02fba7977f695d35b2d658217158721e5833ee643 2,205 1.00/1.00 vMB 469
504,479 504,479 0000000000000000004888982dec9d30498489c4580ac4ac5c4af4015c51dcdb 2,396 1.00/1.00 vMB 446
504,478 504,478 00000000000000000019429a42dd0600b2ac3207863820beccfc628a9d895ee9 2,321 1.00/1.00 vMB 480
504,477 504,477 000000000000000000240241eaad3752e36b28eba80637d2d987baf58bbedbfe 2,126 1.00/1.00 vMB 529
504,476 504,476 000000000000000000028e9eef3f43cd81a9b747d027675dcff6c77810845d37 1,677 1.00/1.00 vMB 438
504,475 504,475 00000000000000000025ed41edbcf946c1db2465627dedc28daf14188d28714b 2,289 1.00/1.00 vMB 402
504,474 504,474 0000000000000000005873de1de43e8df14581943a08297998aed3e3295d7171 2,254 1.00/1.00 vMB 474
504,473 504,473 0000000000000000003397ef7c800449380e9b1a8f372d7aa8305d053ef2ebad 2,224 1.00/1.00 vMB 458
504,472 504,472 0000000000000000000c5e8a89c6c6cf3e8aa09f4cfb9f71e88984823d93a80b 2,226 1.00/1.00 vMB 539
504,471 504,471 0000000000000000005b054be6ae99ae7e108923d0ed3259e877458f42bb7eb1 1,921 1.00/1.00 vMB 408
504,470 504,470 00000000000000000016e633bf14b2de33e2305e537f0464d0222166d6f59434 2,131 1.00/1.00 vMB 462
504,469 504,469 0000000000000000006139c25909e46eee069b54d9810230a8206546287158f3 2,204 1.00/1.00 vMB 436
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.