Loading Tool

Explorer IconExplorer

Memory Pool

80,424 transactions
30.13 vMB
0.08964149 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 0830eed859d7f2b62d5e2752a7265337f2b53017c3a1c0c82e4bc4c9c8ec9101
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root b62513f52fdc875c9db91603d86ad4afdbdc85c3535a54ea4abbce9adc97f30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02802887 BTC
Feerates: 301.07 > 2.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (122,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
792,391 792,391 000000000000000000031eb7d560bc7de04ef48c136783e138b5e9e6699ae880 569 1.00/1.00 vMB 50
792,390 792,390 00000000000000000003a12d7fa2292b7accc5285c388a077a38c0b0ba421bcd 1,707 1.00/1.00 vMB 51
792,389 792,389 00000000000000000001aa01f57dd2b7e91879c09ec0b61e5e17fb780fc83b6e 1,629 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.