Loading Tool

Explorer IconExplorer

Memory Pool

81,604 transactions
31.24 vMB
0.07768094 BTC
Random Selection Loading Transactions
Max Size: 190.07/200 MB

Candidate Block

Mining Attempt 2a90c08996ae46baba13fc52cf8c4fbac5f4f6075eb8e728306af5e9671067ed
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 382a4d8eac38a4ccc52b8f2931506948f43dd0f64e63ee7dd5b387077a0b925f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.01017259 BTC
Feerates: 100.37 > 1.02 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (107,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,112 808,112 00000000000000000004e33042d478a4d185b7a5c39e388a01e81933ec27c349 5,912 1.00/1.00 vMB 15
808,111 808,111 000000000000000000043163858e79aa2d3b24854137fd7266554667f4e1ae1d 5,067 1.00/1.00 vMB 17
808,110 808,110 00000000000000000000a49e1599db9fd7f9d747d4f2995570858b55bd580029 4,221 1.00/1.00 vMB 17
808,109 808,109 000000000000000000006070cdddf68c03ef6a0ce9e15e23035d44a261e538cf 6,582 1.00/1.00 vMB 15
808,108 808,108 000000000000000000020f9868d968c1caca26081ec79d9438d42a1aeb170531 5,929 1.00/1.00 vMB 17
808,107 808,107 00000000000000000002f27867ed83bd0bf63f9c664139ff64b145506d136779 4,661 1.00/1.00 vMB 19
808,106 808,106 0000000000000000000334e5c1528dbc790eecf5ad5c3d440b58017399d4d7f5 5,624 1.00/1.00 vMB 16
808,105 808,105 000000000000000000033d9ad3ca0913ee094d8f086a2baa62a8df3905e9f5a6 4,493 1.00/1.00 vMB 18
808,104 808,104 00000000000000000001db31abcfc7c873d1b4c07042244c60fd28e0790934a5 1,851 1.00/1.00 vMB 18
808,103 808,103 0000000000000000000175597d38411ebae0fbdaeb39fb9abc4ba734198014cf 6,360 1.00/1.00 vMB 14
808,102 808,102 00000000000000000004565d53dfd5e5fd859236513aad002371b381430492ca 5,327 1.00/1.00 vMB 14
808,101 808,101 000000000000000000004af495322cc6cf0c5eb6f0f3ade8dab74def58cb7ebc 2,045 1.00/1.00 vMB 17
808,100 808,100 00000000000000000001e89d6de65ae078da90aa2cda7b8d54336eab1ca2c771 6,561 1.00/1.00 vMB 15
808,099 808,099 00000000000000000000900527269b0d0e593decff7fb4438ac51ccfd56b8efb 3,605 1.00/1.00 vMB 17
808,098 808,098 000000000000000000021eb8eb61362bb63c385d5feadc35b1949a78d77a06d2 2,931 1.00/1.00 vMB 16
808,097 808,097 0000000000000000000248a1c09048e113f18ada3985e1c52bb2df519a08acf6 3,266 1.00/1.00 vMB 22
808,096 808,096 00000000000000000004a03a370e80167740c68b4367b420f3f8bd2e66b68273 5,801 1.00/1.00 vMB 15
808,095 808,095 00000000000000000002a367af3a93190ec83c2b137d117b49757f6e5f7edcf7 4,132 1.00/1.00 vMB 15
808,094 808,094 00000000000000000002292af7eebbe5f8e172b63cbafb7539af4bbf3ee4e3a0 3,789 1.00/1.00 vMB 17
808,093 808,093 00000000000000000003c08f1f455bfdaadcb92c5ba8df8e452ef9d8df26f954 2,381 1.00/1.00 vMB 18
808,092 808,092 000000000000000000014d139abd1fe8619503c69efae0e2e6e8e9d88b35af84 3,246 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.