Loading Tool

Explorer IconExplorer

Memory Pool

79,161 transactions
29.68 vMB
0.07481240 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt a6aefe21cdacc3a499abb665b737e0241879610be147871aed14d71b3b3323b6
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root e2cf98e43157fa962e8f45a50b9d4af3e560cadc56179b90e0a9f3fc6688a832
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,911
Size: 1.00 vMB
Total Fees: 0.01437633 BTC
Feerates: 150.77 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (265,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,597 649,597 0000000000000000000943de86cdb297d5f1dad00bdf3811997e2a0703ea703b 2,754 1.00/1.00 vMB 84
649,596 649,596 000000000000000000000725850a4a54158c6be046a5ee5cadfdcb71f3138a9e 2,296 1.00/1.00 vMB 80
649,595 649,595 00000000000000000008ddd723322b3f777f7c957e3dca56cdb4fc715709592f 2,260 1.00/1.00 vMB 82
649,594 649,594 00000000000000000009e6288d21b357580f1db6c37efbf13c5936a348fe5bde 2,013 1.00/1.00 vMB 66
649,593 649,593 0000000000000000000030c64cc40c0a5397edeb207ce62c935e14ebee3dbb05 2,869 1.00/1.00 vMB 75
649,592 649,592 00000000000000000003e71da875421bd9ed04fc7f847b5dca417e97426be792 2,583 1.00/1.00 vMB 84
649,591 649,591 0000000000000000000d944975c93e06eb6caeb7e70751f834e02ebe7f3281a5 2,581 1.00/1.00 vMB 72
649,590 649,590 000000000000000000068db2d87a39fc0a20fd6c6764eaea1844e7311ad252e3 2,865 1.00/1.00 vMB 88
649,589 649,589 000000000000000000081731fe24ae92fb15077ef2666d6f782b95966fe5d87c 3,128 1.00/1.00 vMB 95
649,588 649,588 00000000000000000008c562706ec3f63d518725bde01498a36431cfb1c7fe45 2,912 1.00/1.00 vMB 36
649,587 649,587 000000000000000000099b942407aac885c6bfc6ca438f7fbabce2750ad7d2e9 2,336 1.00/1.00 vMB 34
649,586 649,586 000000000000000000096f916cac9343b47b2dab1ea5cd09fb2e7e164c5ed37d 2,178 1.00/1.00 vMB 56
649,585 649,585 0000000000000000000d5cfd5fc4fd05c47183cdcccdf8954700bd3d5fc31ccc 2,778 1.00/1.00 vMB 77
649,584 649,584 00000000000000000008c334d8fd0b68956c8ba9a2ef7528d5d2e5e39f54016f 2,191 1.00/1.00 vMB 17
649,583 649,583 00000000000000000008ba929dd2d83869ead35d15b970807b1a92adc3fff403 2,547 1.00/1.00 vMB 69
649,582 649,582 00000000000000000009fc0b43bb9198da9008bc61b7a3b69ef7ccdfac9ff84f 1,837 1.00/1.00 vMB 42
649,581 649,581 000000000000000000025a84cfdc4b5901acfd8dca3d091583c89c0435e0616e 1,944 1.00/1.00 vMB 47
649,580 649,580 00000000000000000007acec85a40cefa2707423f24449fed4d2ba93a84b2161 2,394 1.00/1.00 vMB 32
649,579 649,579 0000000000000000000d9be5eb258e41c1735c4e11aaa385afb4adc4b6a1421c 2,015 1.00/1.00 vMB 35
649,578 649,578 000000000000000000065fba28475ae31541731a1ac774e58626b1d965980b85 1,254 1.00/1.00 vMB 31
649,577 649,577 0000000000000000000d655a723b4e788d7af1420fa3363f14948efe74d9620a 2,161 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.