Loading Tool

Explorer IconExplorer

Memory Pool

83,036 transactions
30.81 vMB
0.08883839 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt 9cec499e032808bb2e85dd701dcda35c2a3f72821b33cccbd85f7dc12a7bb7b6
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 54738ce390cf0458e9d1cd0c240bd9f59f6d8954e1371d1baec7e661a46bceda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02274142 BTC
Feerates: 114.51 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (122,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,412 792,412 0000000000000000000218a6b26069d906e34c92d88b4b70766031173dd6872f 2,906 1.00/1.00 vMB 86
792,411 792,411 00000000000000000002904d9287a464319ac0a274826aebdb7e91c7880e4e32 3,411 1.00/1.00 vMB 54
792,410 792,410 00000000000000000000e5c81bf1921bbc2d40805c02d50ff56ef5ec86db407a 2,876 1.00/1.00 vMB 54
792,409 792,409 00000000000000000002e3c4363ae831c64078e1c48a51de9bb99deaaa68e1bf 2,744 1.00/1.00 vMB 50
792,408 792,408 0000000000000000000107a0861fec72130507e6cb560aa37f7e8e853f621915 2,724 1.00/1.00 vMB 59
792,407 792,407 00000000000000000003fdf641c3f69cd2a07932d0463ae8cb4ad665f1b9dbd3 3,270 1.00/1.00 vMB 66
792,406 792,406 00000000000000000004c112c26147fbbde4d983af00d98a86365033fe8e9883 3,139 1.00/1.00 vMB 59
792,405 792,405 000000000000000000038911fea4ad7e2775816083ca73bdd9048a4323dc14ae 3,770 1.00/1.00 vMB 95
792,404 792,404 0000000000000000000026f01d8db5a04f7c2d3c834ed66709ab4fd2e9c9c2fe 3,544 1.00/1.00 vMB 76
792,403 792,403 00000000000000000003441ff3831f8d4942cfaa1588774d033fcc2f6d6886e8 3,866 1.00/1.00 vMB 97
792,402 792,402 000000000000000000030ed5cad7893c890d40d5c50942ef3442d53beeb793d5 2,789 1.00/1.00 vMB 65
792,401 792,401 00000000000000000002fca1b53c9f2b8d244a30788be2dbfc119e3add1532f2 3,279 1.00/1.00 vMB 83
792,400 792,400 0000000000000000000150e13bd4b3223084ba54edd3867ad88d39d757c3f9e6 3,125 1.00/1.00 vMB 43
792,399 792,399 00000000000000000004695e17d6135f85da7988ae135def4e3676e92ad258b3 3,481 1.00/1.00 vMB 46
792,398 792,398 0000000000000000000141260e00e6c2e0bc2b6b8e148cd93cab44f4553fbf5c 2,612 1.00/1.00 vMB 67
792,397 792,397 000000000000000000049bf0a4a49e40064a603f98c32556940011f38f3d591e 1,645 1.00/1.00 vMB 53
792,396 792,396 00000000000000000002ed9fe8165d606eb055b1a8796e3e78395a805b4650b3 1,409 1.00/1.00 vMB 54
792,395 792,395 00000000000000000003041d14d3c87bc0eda16ab0a50f4f36bdd51e95909b69 1,335 1.00/1.00 vMB 53
792,394 792,394 00000000000000000000d8872320ebcd3719762ae5026607f0e46c14192a6f90 2,901 1.00/1.00 vMB 60
792,393 792,393 00000000000000000004aa501d8573004d0950cca126d1c32f83933cefc6870b 2,566 1.00/1.00 vMB 59
792,392 792,392 0000000000000000000106ca3a930b9b5359aa344738d9048f783cfda995f65a 1,414 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.