Loading Tool

Explorer IconExplorer

Memory Pool

44,835 transactions
28.57 vMB
0.12124839 BTC
Random Selection Loading Transactions
Max Size: 151.11/200 MB

Candidate Block

Mining Attempt 42a9137642e9e988cd253162c5f61e391f023e5955e05f880f180e74d1f27878
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root b91b6c114891e4bbfbe19dc166ab1a6cb24640351986b01c38c7a38e14fd3f8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 1.00 vMB
Total Fees: 0.06679852 BTC
Feerates: 101.65 > 6.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (350,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,563 564,563 0000000000000000001d34e097cd5b886f16d3493044ccf7688d3f0bc44b66c3 2,484 1.00/1.00 vMB 7
564,562 564,562 000000000000000000125a656acc3fb9f5ee1281a8177f3f042261a9d39e4fff 2,803 1.00/1.00 vMB 13
564,561 564,561 000000000000000000255e1944454522f815d19187973384051c208211022d2c 2,838 1.00/1.00 vMB 37
564,560 564,560 0000000000000000001ccbe3b77143b75b7349162ebe2ed98eb362fc141c7893 2,416 1.00/1.00 vMB 34
564,559 564,559 00000000000000000003c3aeb6609e9db5e3ced928b05668b955d838bcf66696 2,506 1.00/1.00 vMB 12
564,558 564,558 0000000000000000000549c0b2cc3abb9d92d917a923b12cd32dc920b3954adc 3,219 1.00/1.00 vMB 44
564,557 564,557 0000000000000000000f15057b70583896f725fb018af94ed5edfaea1361ebe0 1,401 1.00/1.00 vMB 16
564,556 564,556 000000000000000000156f86a3ad0e9bdef9b8b863964605f3829e4969eb21e1 2,826 1.00/1.00 vMB 47
564,555 564,555 0000000000000000001e83e3c29ebb1ab23414fdbdbbb3f2f3f1af86d46b849a 2,933 1.00/1.00 vMB 17
564,554 564,554 00000000000000000022cd1c4241bbdaccdae9f7bdae53c1935614867ac517b7 535 0.23/1.00 vMB 12
564,553 564,553 00000000000000000008923b37ba51d63480fb12f31281add007d75497e7e3d3 3,343 1.00/1.00 vMB 10
564,552 564,552 00000000000000000026bbf473265b15e70d607293b23f8a53aca5207035d415 3,165 1.00/1.00 vMB 24
564,551 564,551 0000000000000000002a095ff1d6ea1d01aaaab194947a61a191e61839b04fb8 107 0.04/1.00 vMB 38
564,550 564,550 000000000000000000237eae3aeeb7f077491e43ed9db900c3716bcd5922f02e 2,205 0.71/1.00 vMB 17
564,549 564,549 00000000000000000003eac1aa86ba00a4624702c915d8e3ffb9badbff4ef3f0 1,847 0.65/1.00 vMB 25
564,548 564,548 0000000000000000001db1dd9c1ea4f7ca87078e47db18ac2a03b1f467f08bd2 197 0.07/1.00 vMB 12
564,547 564,547 0000000000000000000e789c5be276d7bd132cbc577eb5f8c04efbca6492e8ea 202 0.07/1.00 vMB 32
564,546 564,546 0000000000000000002795e43717c8d40bd4482c1e5a95a362bc6e48a20e7d22 1,926 0.63/1.00 vMB 16
564,545 564,545 00000000000000000004feca25d30613fc64f362ed7c8c46e153092ce910fcb3 2,852 1.00/1.00 vMB 16
564,544 564,544 0000000000000000002dab04fcc07763f3f47fa7bb82c331edd15d1269f58781 3,202 1.00/1.00 vMB 18
564,543 564,543 0000000000000000002c06a470a65daa2ddf6e6773ac53c10adbb0f7f7a1e9d0 1,907 0.64/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.