Loading Tool

Explorer IconExplorer

Memory Pool

75,617 transactions
28.46 vMB
0.08151569 BTC
Random Selection Loading Transactions
Max Size: 171.09/200 MB

Candidate Block

Mining Attempt 726caa04f53e38c6f6fd2cff475bd4dde6be6fe26e1ee47e1203035b0adeb397
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 2cded38e0953ac4fb48a11d6c09462b49ba9cd7a9a2dd681c4ae595e727e50c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,345
Size: 1.00 vMB
Total Fees: 0.01758987 BTC
Feerates: 65.95 > 1.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (123,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,735 791,735 000000000000000000011f3b3041f80b34d7c3cabfc8a5e67995a62464a0d5a4 4,048 1.00/1.00 vMB 41
791,734 791,734 00000000000000000000dfde72baa69172c1bb3ae1e04f7661080d8d9c774fb8 5,677 1.00/1.00 vMB 43
791,733 791,733 000000000000000000059b91683e4fd04cb3420ef9129b9da358c9576fbd91ab 4,270 1.00/1.00 vMB 50
791,732 791,732 000000000000000000021f998b3941ea58c2692cbec85e61dabd399ad22e3342 3,187 1.00/1.00 vMB 35
791,731 791,731 0000000000000000000538e0e405fb89969309a361265ae502eb64e2b87d0562 4,518 1.00/1.00 vMB 58
791,730 791,730 000000000000000000033e3e125c9a745de534f47138ad925aeba6695fa93322 3,811 1.00/1.00 vMB 47
791,729 791,729 000000000000000000054af66b3c68820a282338b8b8e7f2250c3831c03a19ee 3,812 1.00/1.00 vMB 30
791,728 791,728 00000000000000000000204e3daafa1fa87035e4bf8aadae457c4d68f703f83a 4,399 1.00/1.00 vMB 39
791,727 791,727 000000000000000000053548d6defeb2947df09458b9a58c6d77ae4a0a0b185e 2,841 1.00/1.00 vMB 54
791,726 791,726 00000000000000000003a48d3b014a534a06726d2824d92dc432aa34221472cc 3,072 1.00/1.00 vMB 37
791,725 791,725 00000000000000000002b69ebc2b2826785649588eeedebad84bd5f1869831b7 3,277 1.00/1.00 vMB 38
791,724 791,724 0000000000000000000330bc6a8f5da772ce9a34af3603a6acc9dfec5a557c17 2,767 1.00/1.00 vMB 35
791,723 791,723 000000000000000000004742f9370319a009941fbe8885a1eac1b5ac0fc3754d 4,913 1.00/1.00 vMB 24
791,722 791,722 00000000000000000005367366eef6f376786e59c3d57371693589ab2a6e29a1 3,922 1.00/1.00 vMB 39
791,721 791,721 000000000000000000024e082b1606995c335fe8e1d8ffc8024978e5327a61ab 2,282 1.00/1.00 vMB 29
791,720 791,720 00000000000000000004277b78aeb9d72d46e880f77d82879f1231cb534e138e 2,782 1.00/1.00 vMB 31
791,719 791,719 00000000000000000003b61a48aa5e8eb1e1113acd44cad797f7eb8f8c0344c6 3,736 1.00/1.00 vMB 37
791,718 791,718 0000000000000000000105244e5cff5c888ceb2919f05b1e8bb285c7b31c9be6 3,283 1.00/1.00 vMB 57
791,717 791,717 00000000000000000005887be09c2d4ae49d265383b42177af29016eabaf6f2d 3,116 1.00/1.00 vMB 36
791,716 791,716 000000000000000000016206f6ad6b8989ae590f0b5cb5727ba786dc4f7b15ac 3,077 1.00/1.00 vMB 45
791,715 791,715 00000000000000000002caa22c3f4594f14b32ab195d105d99c38603c1ee89df 2,967 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.