Loading Tool

Explorer IconExplorer

Memory Pool

75,152 transactions
28.89 vMB
0.08768589 BTC
Random Selection Loading Transactions
Max Size: 170.96/200 MB

Candidate Block

Mining Attempt fd3d8c624cab58861cd2ab6e2c14c43585eafe3592ea887d4a8600f3176e276f
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2cec1636f2f7d87a572b10252067927b6905f7953789afee5e387675bafe219c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,960
Size: 1.00 vMB
Total Fees: 0.02787205 BTC
Feerates: 150.93 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (518,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,654 396,654 000000000000000005ead9c8e6aa55a35d309ce8c39deb2e240b487856dd9c4f 2,292 1.00/1.00 vMB 41
396,653 396,653 0000000000000000080903d09d46206adb26b59d8acf3616462cdb6aee35baf3 204 0.99/1.00 vMB 2
396,652 396,652 0000000000000000017b424009abdd58e35d782bc819ee035e055b2e5b8f6aa6 881 0.41/1.00 vMB 36
396,651 396,651 0000000000000000011b7b4b42c8b615cae1aeb17c0333e612725f27f3ea60d3 1,912 0.99/1.00 vMB 32
396,650 396,650 00000000000000000497c77b077e9c836f97ffa4f9434b58ee9648c1276eda4c 1,029 0.68/1.00 vMB 26
396,649 396,649 0000000000000000007b15a15ef08e0c502741820d158d76123516da5af3a94a 1,447 0.93/1.00 vMB 22
396,648 396,648 0000000000000000068e3c4eeaca855b750e29bddb62b9b808435ec97cb7ba00 2,951 1.00/1.00 vMB 56
396,647 396,647 000000000000000000f022331795c9952e702cf42a98a136ce644a3b35060639 777 0.31/1.00 vMB 43
396,646 396,646 0000000000000000075db0fde27a30138ade0263fa3bf41f6a9c5cb5dd3bf60a 27 0.05/1.00 vMB 16
396,645 396,645 000000000000000001fe7a7c5e7e341c106004b2b3272b1c37a1afa69ab89769 528 0.22/1.00 vMB 45
396,644 396,644 00000000000000000032230c9fdfca1add0e02182ed61ec1e0562b6558458372 163 0.10/1.00 vMB 29
396,643 396,643 00000000000000000281b700fa0166f4acbac6facf595f690164b1c3d68dc4b5 295 0.45/1.00 vMB 9
396,642 396,642 000000000000000007825043733a8224420367ced51e0baf520b5db1fc4b2e36 893 1.00/1.00 vMB 16
396,641 396,641 00000000000000000429e64599590e968399e933b9a1b428ef8309fd84f7b2b0 1,262 1.00/1.00 vMB 21
396,640 396,640 0000000000000000090c27ed04442b3f129855fcbf39b7ba95887204a4a5b3c1 2,198 0.93/1.00 vMB 50
396,639 396,639 00000000000000000660b1a61c888c6cf05a9b5b2eee389f11e31d057958f564 2,225 1.00/1.00 vMB 32
396,638 396,638 000000000000000006d36df9b00cc3cf474c82bff39af1c86542393760b2bc67 1 0.00/1.00 vMB 0
396,637 396,637 0000000000000000031bb2c263e162ba7fe815354fe6b08a9ce10411e261d626 1,879 0.95/1.00 vMB 40
396,636 396,636 000000000000000004bd2c9fca1e92bef7f8dbaa98b7c5a32096e96957ffb981 2,519 0.75/1.00 vMB 52
396,635 396,635 000000000000000006d6d9738a9e725ec69daf95429fd8e14fea8a5c80b091dc 2,759 0.93/1.00 vMB 69
396,634 396,634 000000000000000004d9d5ea4fc18a6567f0f0e149dab59b4c4df0ac51820365 233 0.19/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.