Loading Tool

Explorer IconExplorer

Memory Pool

77,446 transactions
29.34 vMB
0.08248821 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt aade9f8c48257ec0641c25ffbd314bf804cf7b0c0ba4fe7dcc7253f09cdc995f
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 7b53f7c780d5f1845b6d9b69add0284c4898c46c0fabf95e9f0c118e4e82aec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,478
Size: 1.00 vMB
Total Fees: 0.01820118 BTC
Feerates: 477.45 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (605,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
310,097 310,097 000000000000000029e09c1e6a5b146617e5513719f3bc389fffd4d3327379a8 434 0.30/1.00 vMB 61
310,096 310,096 00000000000000001e452f3e0174cefd4b617dd1d1c24103f30e4ab8b3a81e9d 554 0.32/1.00 vMB 74
310,095 310,095 0000000000000000060b46e8e0f307b49f46aed1acea577fe6bc05119dd459f6 45 0.06/1.00 vMB 8
310,094 310,094 0000000000000000052fcab0f25a2cc2fe39825d08471e558a9b325a737d6595 798 0.42/1.00 vMB 36
310,093 310,093 0000000000000000145925affe76100c61734ac6b13e24e3849e14d7a52da02e 914 0.44/1.00 vMB 34
310,092 310,092 000000000000000022d5071181d88c9a785091cafc010d17c7076f8ce216373f 68 0.03/1.00 vMB 21
310,091 310,091 000000000000000011df88d2e4e8352ed95a3fa5b29f6ce84ad48792a9b95550 792 0.60/1.00 vMB 24
310,090 310,090 0000000000000000083ecedae17f8b47e9ce33f76ccffbf9c95e362f23c869db 23 0.05/1.00 vMB 3
310,089 310,089 000000000000000040a2382001b6fa08a6486e7c17000c89440517e8272ad6e0 593 0.29/1.00 vMB 30
310,088 310,088 00000000000000001ddf5f27f4205c1e2db8a595321bef525f194a74c8479d2e 464 0.35/1.00 vMB 21
310,087 310,087 00000000000000003680c2e68ccd9a506e07cf3e481c35086b6e849d3973e787 256 0.09/1.00 vMB 40
310,086 310,086 00000000000000000b8e84fee6a45f358fa83f41c163bdbce837f9e1c1f32fd6 868 0.50/1.00 vMB 26
310,085 310,085 0000000000000000351a0599912172d7e908f6fac551c28eba2dc6105347aedf 512 0.16/1.00 vMB 55
310,084 310,084 00000000000000001179ab36c2c029dea89d6c5506042414f6d5acddc46c5c86 1 0.00/1.00 vMB 0
310,083 310,083 00000000000000002c8d1f61ef0a3d4c0bef36ccce8d54b938d01a7bba35e0d9 287 0.14/1.00 vMB 29
310,082 310,082 000000000000000010fc0649861197de42e702c652c0bee35b0648b046099061 64 0.02/1.00 vMB 19
310,081 310,081 00000000000000001b1f3c0b7caac84a6d260b215b9413a8da5b5ef0d689ab51 1,142 0.56/1.00 vMB 30
310,080 310,080 00000000000000003c8f1a43fdd897661cad623ec499d61d1b00512c94491d77 1,215 0.61/1.00 vMB 32
310,079 310,079 000000000000000004ac7e3fa54dd3a985f7c63f2708df565bd079da8fd05694 233 0.14/1.00 vMB 22
310,078 310,078 000000000000000013b293ac733654ba6e0e939103217544fa5d320c56361509 162 0.11/1.00 vMB 26
310,077 310,077 0000000000000000151babe93aa77b70f5aef053d0ee33acbf52a71352cf7d43 892 0.50/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.81 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: 710.30 GB
    • Received: 17.07 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.