Loading Tool

Explorer IconExplorer

Memory Pool

80,073 transactions
29.46 vMB
0.13017836 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 5f765058f8e93e6be0e66db448b503c973854bbc4f88a4cce117429c60997c98
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3af86a7e254f56887b45e5221a44a54e088e50d7eb860aeb3496f0ce4a61e46e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.04839706 BTC
Feerates: 301.72 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (579,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
335,616 335,616 000000000000000018907e5f13a37b22dafa0392564b6cf4ed580dfd2ef193f7 315 0.18/1.00 vMB 23
335,615 335,615 000000000000000010a3348fbf90907481ba20f2647fffbb53de2a58a341580c 196 0.10/1.00 vMB 28
335,614 335,614 000000000000000006a9f1dc5be7f4e1f2a7431e910ee424282d6bc9bcd10e76 68 0.06/1.00 vMB 20
335,613 335,613 0000000000000000159b6a08616299168c08e8c2c4923236bacf0fba22136c72 40 0.03/1.00 vMB 17
335,612 335,612 0000000000000000137f7725f8c50e7f8bbd9c8bcf3f2e3629c5e89b432b854d 71 0.03/1.00 vMB 17
335,611 335,611 00000000000000000e18d9b410c89e8f39110e88964af1f4acb9d51ea92af5ab 1,187 0.56/1.00 vMB 26
335,610 335,610 000000000000000018df479ab38c0bc733aecdd0e0d94b7097fff3bccfd9b578 423 0.21/1.00 vMB 21
335,609 335,609 0000000000000000070d3d466af1cccbb37dc398cdb89a21df1c5acf902dee6c 1,442 0.69/1.00 vMB 29
335,608 335,608 0000000000000000156c67789ec659b89dc3843db87b86eae111fc8a4634e154 715 0.48/1.00 vMB 22
335,607 335,607 000000000000000011cc1a1638815f8ce22fa8d2454e9d122205d312cc761971 128 0.04/1.00 vMB 33
335,606 335,606 00000000000000000b2162c0e8760b6d9f3644afb72556b2c1f9b6a81a427c14 1,155 0.63/1.00 vMB 35
335,605 335,605 00000000000000000bee9dd1c3698321f85fb397efed98c5614f6d844e4c16e2 899 0.50/1.00 vMB 26
335,604 335,604 0000000000000000178372507284a3f91c64e2eb04122ae0ecb76dc8b3669e78 286 0.14/1.00 vMB 24
335,603 335,603 00000000000000000066dd9f36a39a64a22da7d8c6a308424d5d037c58289a6f 100 0.04/1.00 vMB 26
335,602 335,602 0000000000000000119b34763ef1fc795c119aa1f92bd1ae6c40b853102d97c3 134 0.09/1.00 vMB 28
335,601 335,601 0000000000000000168d81c2d812b65670db6d30f028f81002e0fe8d1f855f63 464 0.24/1.00 vMB 28
335,600 335,600 00000000000000001409d0e9fda7dac28d7b417b29558e31b813ef4d1e9f3a08 509 0.27/1.00 vMB 25
335,599 335,599 000000000000000012a1d2c8158b9a0d22cf039ef7c3b98be2476f20b583d8ef 1,452 0.73/1.00 vMB 26
335,598 335,598 0000000000000000080feeba134552a002aeb08e815aad1c41108f680d7b5f58 465 0.50/1.00 vMB 16
335,597 335,597 000000000000000017f7a40416ec966e2a618947af3ad5c7d2d55337d34b7cce 239 0.12/1.00 vMB 27
335,596 335,596 0000000000000000047d210a34e8cd46dd0c04f22133ad1036e0ccf90583a47f 67 0.03/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.90 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: 713.75 GB
    • Received: 17.46 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.