Loading Tool

Explorer IconExplorer

Memory Pool

83,968 transactions
31.50 vMB
0.09817536 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt b450fe475a36da816a9595adff6e7deae5b412a048e8d482520a030250e1506b
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root bd98d01f3503cb53e24f2979a2c2a8798b10ed3ce6c3f1ae96da2ccd2e2b8d49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.02567430 BTC
Feerates: 299.70 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (239,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,588 675,588 00000000000000000000f4ff99f5cc4302032692d4630125802c37e547efff4c 2,184 1.00/1.00 vMB 65
675,587 675,587 00000000000000000009d609f59cc7bd893e263ef11cd09ee934b575a9f0394c 2,024 1.00/1.00 vMB 20
675,586 675,586 00000000000000000003c8ff7b41dc087ab5d2eaf111745c19a1b7da0245348b 2,836 1.00/1.00 vMB 69
675,585 675,585 000000000000000000012b90c4ce9a0b34626162794f09460988591430f5accf 1,156 1.00/1.00 vMB 32
675,584 675,584 0000000000000000000049e1d587ec4533da4a7b91005323bc32b261a4448d0f 2,075 1.00/1.00 vMB 44
675,583 675,583 00000000000000000005edeb4c5ff93f9d89850e3c016f6b9961d4f701ac0f4d 1,587 1.00/1.00 vMB 59
675,582 675,582 0000000000000000000b1f1b2e3e2b1a00202e0596a1ab58652ee67affbbab5b 2,660 1.00/1.00 vMB 53
675,581 675,581 0000000000000000000221af256ec7d95a1be19b56a69b3af63febe36d46e900 1,972 1.00/1.00 vMB 43
675,580 675,580 00000000000000000001433c39f0b1f2d4ef79d0002f751abb0a50e0fc9be2e0 2,042 1.00/1.00 vMB 36
675,579 675,579 0000000000000000000c30694271a5acd90a1418dcb9f3c94df482dbaa912bcf 997 1.00/1.00 vMB 22
675,578 675,578 000000000000000000084d0e053642fbe3219ef86db8042801b15075935c762f 249 1.00/1.00 vMB 8
675,577 675,577 000000000000000000081ff48aebead37cd69830a0960f0a952b8cb83e96aac2 2,037 1.00/1.00 vMB 30
675,576 675,576 0000000000000000000290808d5f9c414dd399ff4cac0d6c493659f5f9a7664b 2,270 1.00/1.00 vMB 62
675,575 675,575 000000000000000000001530c47cd6cf3b5308d77074231e239b915320725b90 2,037 1.00/1.00 vMB 31
675,574 675,574 000000000000000000036c07cdcced820590b8cb66d38f4bff5ffe81c32aa7b2 1,209 1.00/1.00 vMB 99
675,573 675,573 00000000000000000007e4e3da31dc30baa143984a06d6f09e1c6c8c1b6fa30c 475 1.00/1.00 vMB 17
675,572 675,572 00000000000000000007992c051ecd5e48354c508afb876f20cb1726a8def8b2 2,178 1.00/1.00 vMB 40
675,571 675,571 000000000000000000018e48959f7a21b5767a9bfd6b05451bed95b51aed8ec1 2,530 1.00/1.00 vMB 55
675,570 675,570 00000000000000000006494c19ea565342861cbb359b7b9261983bc0629394c1 834 1.00/1.00 vMB 17
675,569 675,569 000000000000000000085d11ee56b7f6ca52fc303d410bc5dedb66e7a7803085 2,011 1.00/1.00 vMB 53
675,568 675,568 0000000000000000000a8a0723a44297c36f3c6f2ec07aa232990a9d67bc8f52 808 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.