Loading Tool

Explorer IconExplorer

Memory Pool

76,809 transactions
28.72 vMB
0.09413098 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt 5f4f544ffcfadd78abe6cc03cca25b2dec5d3d5ac5632e6000e2f5374a8e39ae
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root cca4265f5bcf6da316887edcc86d7dd60f8f67f316a8d9cec22a1a674e661a16
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,003
Size: 1.00 vMB
Total Fees: 0.02741859 BTC
Feerates: 180.82 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (245,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,620 669,620 0000000000000000000563025de9eea7d9f4197214db9424212f46b38919b314 1,882 1.00/1.00 vMB 58
669,619 669,619 000000000000000000054b5652de519c708ea932df6a323235c2c889a1a75edb 1,171 1.00/1.00 vMB 6
669,618 669,618 000000000000000000049d3f6119d237620c23f5b1186caa4b452964cfea81a2 2,446 1.00/1.00 vMB 43
669,617 669,617 00000000000000000006a4cf01b3bd2dd57be79379eaf87261ff63e67befed24 224 1.00/1.00 vMB 7
669,616 669,616 000000000000000000080ec208d96ac522e386bd3086d02d82114f29a6b15659 804 1.00/1.00 vMB 26
669,615 669,615 0000000000000000000937a359a0ca56b90e2c26d9e2cc997281d9598084aba4 1,160 1.00/1.00 vMB 13
669,614 669,614 0000000000000000000a5d1525c8a9ae46e979cf5390fd35600a02a7d0a6fb7b 989 1.00/1.00 vMB 84
669,613 669,613 000000000000000000040b60154fbd1391fb8d68ae3752fc989592f803f838ea 1,785 1.00/1.00 vMB 33
669,612 669,612 0000000000000000000a5a239c230e1cafad6cd540b86b8419bf810107985634 1,335 1.00/1.00 vMB 15
669,611 669,611 00000000000000000009cae67994c7e6311eabc23c9b2da361b34e05a1278d06 2,407 1.00/1.00 vMB 19
669,610 669,610 0000000000000000000b5f3eaa1143595ba364ab6f2a9c7737fb09fec4bb1a4c 2,631 1.00/1.00 vMB 47
669,609 669,609 0000000000000000000a21dfb5152393f2a1d70098e6cb646c03220d51449ad0 2,848 1.00/1.00 vMB 22
669,608 669,608 000000000000000000088e84ae84bf7d8bc406f7399e1a7100d772942ea50730 2,237 1.00/1.00 vMB 46
669,607 669,607 00000000000000000009514af32be7475482beaa146fb911178ef76258f0bf94 2,541 1.00/1.00 vMB 69
669,606 669,606 00000000000000000008720b53a07ad568ff98c44a0dd5596343c4ff225fe1bf 2,280 1.00/1.00 vMB 47
669,605 669,605 00000000000000000009209df10733bdc97966203444c6257993e1963f265494 2,391 1.00/1.00 vMB 55
669,604 669,604 000000000000000000029f922a48559fbe94f7031c91fd951c11b080cde70bea 2,640 1.00/1.00 vMB 103
669,603 669,603 0000000000000000000864f0d85bac31d62fcefd8a1988f0a1743584c02b4269 2,273 1.00/1.00 vMB 59
669,602 669,602 0000000000000000000115d6650f802a1a2020fe3e90c60cb156e6f23d8f4d2d 2,584 1.00/1.00 vMB 70
669,601 669,601 000000000000000000048e60ae11e6fef903609aac7004c1b6fc376f5072695c 2,242 1.00/1.00 vMB 98
669,600 669,600 00000000000000000006f93dbd75d8c2f8df50d79ac5a09dc8764f12c4a6578b 2,539 1.00/1.00 vMB 107
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.89 GB
    • Received: 17.24 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.