Loading Tool

Explorer IconExplorer

Memory Pool

67,795 transactions
25.96 vMB
0.06164574 BTC
Random Selection Loading Transactions
Max Size: 156.07/200 MB

Candidate Block

Mining Attempt 90589d011e7b4a1c58ff81050e599fc4040fff9a226bb8e1b7d3514d5143b500
Version 20000000
Previous Block 00000000000000000001aecbaf4c0c2495ed30f65ea65aa56190f6e4b76c46a7
Merkle Root 811fa6e428534e9e46f19271eeedc363dabba1c2a22a193b4c37d17bb0b55b2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,321
Size: 1.00 vMB
Total Fees: 0.00659380 BTC
Feerates: 71.68 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,493 (784,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,061 131,061 0000000000000c05f6cf4960ea3b0fabd5120badf64835b4a6c508c906dcbf3a 66 0.04/1.00 vMB 1,104
131,060 131,060 0000000000000b72a4538c44134c861f93eaeacbe805ed6db3c3c3d092a616a4 30 0.01/1.00 vMB 475
131,059 131,059 000000000000130df75cecaf01d945b788c6cb7a2a5b8a254cdc32d54dbcdbdd 1 0.00/1.00 vMB 0
131,058 131,058 0000000000000840a3d2cb34b2d8a487e08772a12010b057afcfd5ac78ebad98 9 0.00/1.00 vMB 964
131,057 131,057 00000000000001ced2f3c8e6c8dd5353663120b469cc017746272a710299d6ad 8 0.00/1.00 vMB 1,536
131,056 131,056 000000000000118d73ff8df3309a32479e8eadda49293b1f8e7e9f3f71238464 11 0.00/1.00 vMB 1,282
131,055 131,055 000000000000061576b093abe003f3aab2eff250792d8afe202b1bbe707c1fbd 150 0.04/1.00 vMB 292
131,054 131,054 000000000000085a739c66dc03c2b412cdf54f00b68b56c67014963672f168fa 176 0.05/1.00 vMB 67
131,053 131,053 00000000000001ee8fd0af6c6ce43e1786f786f3a6476f3d95f9f3aca0750aa0 81 0.03/1.00 vMB 971
131,052 131,052 0000000000000f42edfb387e757d54293c772d6cd5b881dee16387061c03598d 29 0.02/1.00 vMB 1,880
131,051 131,051 00000000000002659a370f3ae00279e528d577d01339b1cc8f8348e979f0da4c 13 0.03/1.00 vMB 661
131,050 131,050 0000000000000dcc2138a3eff5621b574f5bf4d7e007c0d4bd28b1a026cbbe80 50 0.09/1.00 vMB 1,259
131,049 131,049 000000000000003f112e5862b309f1efc0155f20e006b1dcf56f054b23de470d 1 0.00/1.00 vMB 0
131,048 131,048 0000000000000d683b1c7b9a514c5bc23e94616b7d27e5d0732b72872e4e8ec3 110 0.05/1.00 vMB 107
131,047 131,047 000000000000024ba4291ae89380eb484acdcc633d18b2b33f207af102327426 27 0.02/1.00 vMB 365
131,046 131,046 00000000000003bb49e96d2515b614ddd95fa9b28d842cacb0c05308ebb4f0a4 3 0.02/1.00 vMB 1,089
131,045 131,045 00000000000009dc7daa925ae8b881173e85a21c4eadcecd6d968b199f3ca972 236 0.17/1.00 vMB 1,147
131,044 131,044 0000000000000ca38127ed9df3e9d5bd527486984b88c81a5266915af537ae3d 22 0.01/1.00 vMB 657
131,043 131,043 0000000000000570113c4ab749b31216258950a45e56ec8310eedeaf185fa97a 16 0.01/1.00 vMB 1,769
131,042 131,042 0000000000000427984b49c8d4c496858dfecbd56e413caaea3768314459f248 26 0.02/1.00 vMB 1,179
131,041 131,041 000000000000104449ba12b2ed9f34c41de30137577a4207da60173216e6973a 75 0.03/1.00 vMB 1,220
Previous 10 blocks ↓
Total Size: 783.25 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: 762.25 GB
    • Received: 19.14 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.