Loading Tool

Explorer IconExplorer

Memory Pool

80,819 transactions
29.92 vMB
0.09125543 BTC
Random Selection Loading Transactions
Max Size: 181.55/200 MB

Candidate Block

Mining Attempt f5306e75d29c457ad2e5c7a59f64b8f79b8814649f5bcb35409c1a8ba16a12d8
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root d5074798f82d46dfd8448921b77417bfabb2ce5e26422b639c463f1e8e435410
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,016
Size: 1.00 vMB
Total Fees: 0.02312208 BTC
Feerates: 61.00 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (531,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,453 383,453 00000000000000000f9a76852169679e797ecc9ef5fa34dd9d92a307aeee3571 2,232 1.00/1.00 vMB 42
383,452 383,452 00000000000000000a47dfcc23ec32dc35b8965a5dbe7e6f9454483b87a0e66f 1,860 0.81/1.00 vMB 34
383,451 383,451 0000000000000000027c228826ff863a7c25d718cf0aa2b8b1a970c1538321f3 1 0.00/1.00 vMB 0
383,450 383,450 00000000000000000b29d734b44056add99e56d8dffcb01988b7bfcd9b0bb2c5 268 0.38/1.00 vMB 12
383,449 383,449 0000000000000000019dca82c0f1fbb36c1d16b6140500880f7d64391add5aa1 1,111 0.46/1.00 vMB 35
383,448 383,448 00000000000000000db31fae1096afbfdd319f964bc28955ccef75c336c0273f 894 0.40/1.00 vMB 32
383,447 383,447 00000000000000000bafaaf880bdc71468b840b95423e25464c3cc183a5da3f8 538 0.30/1.00 vMB 26
383,446 383,446 0000000000000000033f7db72d64abbed87970cc412536194f78b8d76f7ecc13 444 0.28/1.00 vMB 25
383,445 383,445 000000000000000007adbbb34d5e194ffd83b6e0ec9efa9c61970eed2f6893a6 942 0.53/1.00 vMB 25
383,444 383,444 00000000000000000e9f562979be4aba61bb57fa6e6b9dbd41bd1ba1b41db666 698 0.39/1.00 vMB 25
383,443 383,443 0000000000000000022573d41f37a5fed8f9768761fc6219cd9f76a088be3a25 357 0.25/1.00 vMB 22
383,442 383,442 0000000000000000107de374092ef5777caf0fee6b9adc4cd5fa7cf51721942a 15 0.09/1.00 vMB 1
383,441 383,441 000000000000000004fa769e32de11c25c6f24a6b345aad3ec49d8162e5df3e2 2,086 0.98/1.00 vMB 35
383,440 383,440 000000000000000003435fc96f5ac68b7e1fcea4e41380df07533ea4892edd20 535 0.27/1.00 vMB 33
383,439 383,439 000000000000000005632ce7a8de6721b05ea8d3236b99bede397dc2c848f0f9 1,022 0.42/1.00 vMB 38
383,438 383,438 000000000000000006a49f4888825f34cd4ea5bf26b45b499eb74dbd78daa583 235 0.15/1.00 vMB 22
383,437 383,437 000000000000000008da64736eb7a278d19b62cd7db361f9e0c3a6d689ee74fc 833 0.37/1.00 vMB 44
383,436 383,436 00000000000000000b2dabf5b28458848a2b04ded6da243f0ae4cb50ab82ee33 553 0.26/1.00 vMB 38
383,435 383,435 00000000000000000006eb2248bf4eb98db67cd693abb9799ff6aaae27e8d7f7 1,059 0.50/1.00 vMB 30
383,434 383,434 0000000000000000023202e162216fde0909a62e24e9128c3e87f466ad7320dd 387 0.35/1.00 vMB 19
383,433 383,433 000000000000000004f61c0cefb3e7cf87238ba2ba8e3b77b7028c5745bf7df1 2,011 0.75/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.61 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: 671.90 GB
    • Received: 16.05 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.