Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt ae53214f38ec3a6c454264cf42946332ad48aa8a98a5fc24311c785e77d101e1
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 (278,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,062 636,062 0000000000000000000196cbc13225bad414b782451a4cec7913920e8477f940 1,924 1.00/1.00 vMB 18
636,061 636,061 000000000000000000088014dd2f1515650f594c5fb6cf1a2a69f9618490e170 2,296 1.00/1.00 vMB 21
636,060 636,060 0000000000000000000f19f42dda2de1e4ea1feda4c11b4321690626d4fc3841 2,366 1.00/1.00 vMB 17
636,059 636,059 0000000000000000001075cf438762a24acf472d5a4a7c1fe10ed77b680fe5f8 2,050 1.00/1.00 vMB 31
636,058 636,058 0000000000000000000bf0868f52191f86104ae6d198291a52eb0f8c471fe0a4 3,154 1.00/1.00 vMB 19
636,057 636,057 0000000000000000000d28d3bf26fb18869a46bc3a963c6f8345379358fa1173 2,874 1.00/1.00 vMB 31
636,056 636,056 00000000000000000002d1eb4db159d90f96f8ab62e453b711de534298229282 2,199 1.00/1.00 vMB 39
636,055 636,055 0000000000000000000c505eb856bf946ed673d194b7b910ccf497de10cd15f1 2,623 1.00/1.00 vMB 41
636,054 636,054 0000000000000000000f6361b0c801789350b7a8f518987b5b468cc0f2d8cba3 2,576 1.00/1.00 vMB 22
636,053 636,053 0000000000000000000165c8336c554868736cb9d3d99d211636a6de72a0d193 2,846 1.00/1.00 vMB 27
636,052 636,052 000000000000000000065c0dc89d5630a6960fe05ea01e51bf30a826060ac987 2,728 1.00/1.00 vMB 30
636,051 636,051 0000000000000000000aec55a080fb340c09261b8cfeb8408efdaacda704a105 2,869 1.00/1.00 vMB 27
636,050 636,050 000000000000000000097d82b51a5c5e5da13646fc9ff933d019511f9eff3b04 2,760 1.00/1.00 vMB 29
636,049 636,049 0000000000000000000bede577ea6c0d17d9adef660805b45fe3fd9d1c2cbf7e 2,567 1.00/1.00 vMB 42
636,048 636,048 0000000000000000000a6e621f4e71837a3d4d5a7990241ba2970ab7e5d45021 2,050 1.00/1.00 vMB 42
636,047 636,047 000000000000000000114e1b72b4a5f02e411e8ab67e93b9e46e6528c03a7e6d 2,493 1.00/1.00 vMB 28
636,046 636,046 0000000000000000000b0492c29c789ef382ab83f8d034aad2b37d6358abbe7b 1,986 1.00/1.00 vMB 19
636,045 636,045 0000000000000000000befaa1dee72d4767471a74625b0e1ce8ff7d11afa3137 2,723 1.00/1.00 vMB 37
636,044 636,044 00000000000000000004ef92c030e1ef4a24b7e1e0d16eafc40f81bfeabbe7ce 1,471 1.00/1.00 vMB 20
636,043 636,043 0000000000000000001084c6226131fb35217eb89021491221e4bf08bc93a0d4 1,730 1.00/1.00 vMB 27
636,042 636,042 00000000000000000003fbdf32de72bb6456b493daa7fe193182fd403b943fe9 2,851 1.00/1.00 vMB 32
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.