Loading Tool

Explorer IconExplorer

Memory Pool

85,956 transactions
33.12 vMB
0.09647906 BTC
Random Selection Loading Transactions
Max Size: 196.16/200 MB

Candidate Block

Mining Attempt 90ed4c5f96914b41f90b6c43252e9f0ccd96e835d45324506de30a1b1cd4036e
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root c8ed53b52dd2ebaac400ec512ca0dc112f65b3748bbfbc0809c493025233e109
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.03052299 BTC
Feerates: 150.67 > 3.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (122,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,419 792,419 00000000000000000002fa82ee8ab3ccb819f2ade82e1c87be242d63480f3214 3,572 1.00/1.00 vMB 77
792,418 792,418 000000000000000000030c9ad11906cfd1fff86c414c2df90a26c15057312ebb 2,713 1.00/1.00 vMB 91
792,417 792,417 00000000000000000004094cf3e4d2ba4358f436219e4c93a9605a4ab9438b91 2,855 1.00/1.00 vMB 47
792,416 792,416 00000000000000000004fb1d6a8fd4f34981759bdcc94928c7cd27197fba5a64 2,928 1.00/1.00 vMB 73
792,415 792,415 000000000000000000009cff2c4bbeb3bee27959af4ba2a81e36805feb86aade 1,774 1.00/1.00 vMB 55
792,414 792,414 000000000000000000020ffe99f9cf74cb48704169b98d7f345b43bffa2dd490 2,911 1.00/1.00 vMB 61
792,413 792,413 0000000000000000000451259854b88a266a1767353ec7d9436c54f9af46de30 2,353 1.00/1.00 vMB 68
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
Previous 10 blocks ↓
Total Size: 782.30 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: 657.41 GB
    • Received: 14.54 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.