Loading Tool

Explorer IconExplorer

Memory Pool

78,715 transactions
30.02 vMB
0.08961185 BTC
Random Selection Loading Transactions
Max Size: 179.38/200 MB

Candidate Block

Mining Attempt 84fc344794a6edb656024f0317e495f294a65586dc83beb9f63b83877f8df116
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (383,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,794 531,794 0000000000000000001bda542d0384f22a44a65a815f528eff3cd805577f6e2c 944 1.00/1.00 vMB 9
531,793 531,793 0000000000000000001b5f1d630cad33c5148f9c5a41f5c735c6267006112e3a 546 1.00/1.00 vMB 3
531,792 531,792 0000000000000000000fbe8bb779b3a06f676fe5e507d855e3f45a6505e54df6 1,120 1.00/1.00 vMB 4
531,791 531,791 000000000000000000147c5863245ae92d96c7cf65c97469796d578cb88832f2 1,926 1.00/1.00 vMB 18
531,790 531,790 0000000000000000002fb97fb8940a57342267ba56f82328eccbec60bb95815f 1,242 1.00/1.00 vMB 6
531,789 531,789 00000000000000000030269cac7320bea4b4b97f9ccd029cf7d83011e530a35b 1,570 1.00/1.00 vMB 10
531,788 531,788 0000000000000000001eca81bcbc4b7313b619745ac17575e1e46338193fcc6f 2,470 1.00/1.00 vMB 19
531,787 531,787 0000000000000000003104fce8790b2cde7ffee898acea636019dd54d8e5f2d8 2,779 1.00/1.00 vMB 9
531,786 531,786 000000000000000000289659127c2edc1b650fcd5bf80a5607153be1b2fd537a 2,353 1.00/1.00 vMB 30
531,785 531,785 00000000000000000027ed96cf75c8593ec9b8da1b9fd3ebebaf17762f93eaca 638 0.27/1.00 vMB 14
531,784 531,784 00000000000000000033ee726f0e7d55a5c2cc7e4aead173e925130c68977595 1,853 1.00/1.00 vMB 4
531,783 531,783 0000000000000000000bfa8b572d82226aba113c9f8d11ba66cf9d67c7dc13bb 2,364 1.00/1.00 vMB 13
531,782 531,782 0000000000000000000a42b193cdb60ccc3de4b3a5769cda0e2765afbc0ea46d 1,893 1.00/1.00 vMB 19
531,781 531,781 0000000000000000001bc8b17d10c7729f895b9156e35a3f3b7bd8bbe8856b09 2,642 1.00/1.00 vMB 10
531,780 531,780 0000000000000000001a5522ce5f4c992f74a096be7220133a991878fde4129b 2,752 1.00/1.00 vMB 22
531,779 531,779 000000000000000000236b82ddf671ed8fbd0728f96a2a1cdb9e13100d86e850 2,850 1.00/1.00 vMB 15
531,778 531,778 0000000000000000001bddad1c591dd0c64d6caa2e5230d47c4ca071dd021d4d 3,090 1.00/1.00 vMB 10
531,777 531,777 000000000000000000166f8b685e338dbfec247cb9de13f6694fc82196875878 2,487 1.00/1.00 vMB 41
531,776 531,776 000000000000000000067afb9c4c925af1893c62d051a31cc1163d44185a57e6 2,756 1.00/1.00 vMB 25
531,775 531,775 000000000000000000080615badc2d9ca56e8e17fe624c3a7b3cb835156901b1 1,613 1.00/1.00 vMB 22
531,774 531,774 0000000000000000002f1fa42eb339253787d6134a324c921c839eb6d12805d7 2,488 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.