Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
29.20 vMB
0.06834835 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 646be6faf55b16f51b8434dc2b0b685d8ef18b08e67774b8756b396e8cac1b0e
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root f9be340b7d7e8952a5d3536507ee436f887e81c0aba32321b277b9ccd14da608
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,891
Size: 1.00 vMB
Total Fees: 0.00720985 BTC
Feerates: 201.05 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (419,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,735 495,735 0000000000000000007e9923992497fb223a4f1f40460c6c1e346c7a378572da 1,867 1.00/1.00 vMB 189
495,734 495,734 000000000000000000046f5cfaf0c4220992f5d4aad6cb45f116b7628feb8345 1,467 1.00/1.00 vMB 37
495,733 495,733 0000000000000000005a88984ca27a29d0ec68e521d49af8f664f77223b588bf 1,870 1.00/1.00 vMB 27
495,732 495,732 0000000000000000000474bf87a1c625615299b1991111edead22f9b747a32ed 2,438 1.00/1.00 vMB 95
495,731 495,731 0000000000000000007fb1034cf08d55585297d6e951b4e2fda71a31c5de5973 2,072 1.00/1.00 vMB 132
495,730 495,730 00000000000000000091335bde95fdd10731ef8cf56f5072050fcc0b693db408 2,658 1.00/1.00 vMB 258
495,729 495,729 00000000000000000023e23a13352098b53515f711e6510b46b00f10cd1a0547 2,216 1.00/1.00 vMB 200
495,728 495,728 0000000000000000003a2213bc6d9cc12cfd7a500749256e72c08ae81cc11fcc 1,438 1.00/1.00 vMB 247
495,727 495,727 0000000000000000003209480084bd134fa8445ffa3d92a06b6d5b52a5cf0def 1,446 1.00/1.00 vMB 350
495,726 495,726 00000000000000000079e80d314a49881fad7f3f424075363e81f00b115549d3 2,347 1.00/1.00 vMB 125
495,725 495,725 0000000000000000009eb4aee709b7c1df7b94cbea5741c6f2e4f755a41f8706 2,615 1.00/1.00 vMB 258
495,724 495,724 00000000000000000087a4a4c759ca971d3ab26e9c04dfe167f93785911fe9d1 1,653 1.00/1.00 vMB 53
495,723 495,723 00000000000000000001ca1116b38b72d60cd42382f41551e343c6135ef6912f 794 1.00/1.00 vMB 79
495,722 495,722 000000000000000000caf0eab06503906c1daffba5c7cf02bda887d182766ccb 3,686 1.00/1.00 vMB 72
495,721 495,721 000000000000000000921aa70262bedea57c290b9ce625fce4a4b7e035767856 2,782 1.00/1.00 vMB 159
495,720 495,720 000000000000000000134c3160dfe29719e5a9e48ab8998011af30c1439be5fc 1,681 1.00/1.00 vMB 27
495,719 495,719 00000000000000000070d1ac2bb38b298de92a505a9b2f9273c8d0dc019e582d 1,928 1.00/1.00 vMB 72
495,718 495,718 00000000000000000090540c5a580e616b8819b53251678e89ca35727cc997cd 2,367 1.00/1.00 vMB 130
495,717 495,717 0000000000000000002b4c9a756c9dee606b29528752e152d4a5e47dc090f840 1,705 1.00/1.00 vMB 112
495,716 495,716 0000000000000000007ae33ddad48eb7cdf9aed7d1be9e7d4130ef5235442c71 2,166 1.00/1.00 vMB 115
495,715 495,715 00000000000000000054022a7d9fd14761c9962f9f5d44f1caffbd740b73d6a2 2,225 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.