Loading Tool

Explorer IconExplorer

Memory Pool

73,472 transactions
28.34 vMB
0.07819741 BTC
Random Selection Loading Transactions
Max Size: 167.71/200 MB

Candidate Block

Mining Attempt 225c4600cbe4a942bebfd99fa7018aa16366e557dab697535068099fea22a290
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (564,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,568 350,568 00000000000000000fac6aec1e0a97f0c80dbf08a18e9d5b786f7d90c386990e 1,561 0.90/1.00 vMB 27
350,567 350,567 0000000000000000174faeb8519117d280c4222b705e12db312ebe1091c46e32 479 0.75/1.00 vMB 15
350,566 350,566 00000000000000001409c0ebf38004f9a67c6b44521b3a305a981864a6421cfd 525 0.75/1.00 vMB 16
350,565 350,565 0000000000000000120ce2650578dda1a5c07a75bf5da87b497f534b05c07611 1,898 0.75/1.00 vMB 35
350,564 350,564 00000000000000000c8a45ed10d55dc14c6624b4ad0d0753d6dfd75992ec40a3 450 1.00/1.00 vMB 13
350,563 350,563 000000000000000014163af80720232e37b6a7b92d66b8a1c37e6f15a18c4b39 1,607 0.75/1.00 vMB 31
350,562 350,562 00000000000000000580821f4d07deb92fff37de8aca6bc9a54ae0c7d3c62d56 1,271 0.75/1.00 vMB 26
350,561 350,561 00000000000000000a84b5d247976662e3b1efc8ecdbfc1fa116cc6b78f06ccd 1,111 0.75/1.00 vMB 25
350,560 350,560 00000000000000001450e1fcca7d74877361c1e154ee0e888c211a212b4f4382 1,661 1.00/1.00 vMB 28
350,559 350,559 00000000000000000bb68584f973318a292d2ee4958c61b206e3ad73d5b1fc11 911 0.75/1.00 vMB 22
350,558 350,558 00000000000000000a2c1d40b71f295ece78f4100ab634173b5e88c7247cb33a 1,024 0.36/1.00 vMB 37
350,557 350,557 0000000000000000156f1e7670fbbb785c909feeb9cde7afa3463da97d289d2b 1,918 0.75/1.00 vMB 37
350,556 350,556 00000000000000001132216f19d8ec19a3257e1fe9e9952ef5ead4be627d673b 711 0.40/1.00 vMB 27
350,555 350,555 00000000000000000ae73d4c567443e8e9c6ec957305b9510a06e91d27c0c5f4 1,189 0.51/1.00 vMB 17
350,554 350,554 00000000000000000bdabda007e4f1a65df2af16231f00b29d7bcc80c97f4f56 1,004 0.69/1.00 vMB 16
350,553 350,553 000000000000000005c5030fce788db3925c17d5caf73c4e69d19bcf663622ba 1,142 0.75/1.00 vMB 24
350,552 350,552 000000000000000011bc9b567a3bde46e948d9b4758210ee635c2e2e24a39d94 2,049 0.75/1.00 vMB 34
350,551 350,551 000000000000000008090350674ff1a44c45252ffc8292f0ba4ffb864ef7b3ca 910 0.25/1.00 vMB 63
350,550 350,550 0000000000000000041a31a1b8a40a7996617f4d59a147177efd98fd80c2214d 261 0.13/1.00 vMB 29
350,549 350,549 000000000000000005e080b47f278fbc636a6f7e228b39a254612d0e60a241da 554 0.28/1.00 vMB 26
350,548 350,548 0000000000000000135e0a9ac2e57a004f81ec3a27168ce0f2311a8eb2a089cf 532 0.25/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.