Loading Tool

Explorer IconExplorer

Memory Pool

77,070 transactions
28.81 vMB
0.09684221 BTC
Random Selection Loading Transactions
Max Size: 174.80/200 MB

Candidate Block

Mining Attempt 751c9ae10c58c1b4ca9e912c105f5857d946ad841282ef6cb073aa3845a5f3d7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root c7243542bd728a85b5e1ccd6281e56bc8f49a5c329c0d7434a35eed1b20c5f8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 1.00 vMB
Total Fees: 0.02916461 BTC
Feerates: 180.82 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (269,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,785 645,785 0000000000000000000b89418969a27ad471b3bedfc20efbcd41e4cca608340c 130 1.00/1.00 vMB 2
645,784 645,784 0000000000000000000b06b134d8421e614eb99b898dcba43b2ce5fbba79d2b6 627 1.00/1.00 vMB 22
645,783 645,783 00000000000000000006b877574531e1ddbe495b4fb0904e8d65b5c6c94bc630 728 1.00/1.00 vMB 15
645,782 645,782 000000000000000000033cf999c064b5ba858e026a23aefa8e0a940cf3ca5900 2,741 1.00/1.00 vMB 64
645,781 645,781 00000000000000000009e0f0c419f6da7face995600295b82f9dce36e1f9347a 897 1.00/1.00 vMB 22
645,780 645,780 000000000000000000064f5b82dd099a1adf0fc026d85ed9f648311cfcdc80dd 2,799 1.00/1.00 vMB 36
645,779 645,779 000000000000000000061b13a5796b0a5eb2d59f1761bb7c0f292ed3fd97459a 1,754 1.00/1.00 vMB 69
645,778 645,778 00000000000000000003cfa4ae95d46fb8d633c04b9cb28c9ba0bf956b132f3b 2,275 1.00/1.00 vMB 122
645,777 645,777 0000000000000000000817686008fcb6e43eff8b155e0d44c6d1685218eb8d61 814 1.00/1.00 vMB 13
645,776 645,776 00000000000000000007fdccd3c63ad075377914e286a2721ea2e65ba4e4c2fa 1,477 1.00/1.00 vMB 38
645,775 645,775 00000000000000000002e0efe5cc72fad352b68f862924997b456660926684e8 415 1.00/1.00 vMB 3
645,774 645,774 00000000000000000002819c90d5b364e1109b717cda096a97e8c5ea9a82c18f 1,745 1.00/1.00 vMB 21
645,773 645,773 00000000000000000004d25bffc5b9dfa1f24b53d2ebee07ce007b809ddde99b 1,965 1.00/1.00 vMB 69
645,772 645,772 000000000000000000044fbdf111137b0f646d41ac89566552c27ae5e48ec4d0 2,594 1.00/1.00 vMB 91
645,771 645,771 00000000000000000008540b7cda6536486731ce66443485065436f2a5940a3c 1,559 1.00/1.00 vMB 39
645,770 645,770 0000000000000000000733dfb93f828f4ce993a3b1211479759d576b8e70a5bf 2,055 1.00/1.00 vMB 39
645,769 645,769 00000000000000000007a060ccf86c7dd993703b3d5306846446563416f6f036 1,312 1.00/1.00 vMB 27
645,768 645,768 0000000000000000000218e63c0fbeba4d105b963820d7bfd1a73e92b354aa79 2,354 1.00/1.00 vMB 61
645,767 645,767 0000000000000000000603923ef7e7bbd306c9709f1475268a95e6989c58618c 2,023 1.00/1.00 vMB 48
645,766 645,766 0000000000000000000de8b8e42a6725af3fa285bcfd06864065d80d530a2c65 2,336 1.00/1.00 vMB 12
645,765 645,765 0000000000000000000ac5d81ebd96908bb935bffb2e766df6bc7c7a3993fca7 2,075 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 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.