Loading Tool

Explorer IconExplorer

Memory Pool

78,402 transactions
29.12 vMB
0.08181907 BTC
Random Selection Loading Transactions
Max Size: 176.24/200 MB

Candidate Block

Mining Attempt ee786bf5c96e053c2ebd79a6714d9952f8f5a01ab6981e61e91c4e2a8b86f11e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bc10a6b2ea5d40bac6c64e5f22cfc04bcfe6e7bb71dbed7ba4d3d27d53f7a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,731
Size: 1.00 vMB
Total Fees: 0.02097697 BTC
Feerates: 178.73 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (273,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,168 641,168 0000000000000000000294c532aae741a1dffad41fa562b00be406af6bdc9d5f 2,720 1.00/1.00 vMB 137
641,167 641,167 000000000000000000018eb977ec4277a5e1c03cfaee828421fb79c341dfb4fc 2,552 1.00/1.00 vMB 129
641,166 641,166 00000000000000000000251462d25ee76eb0369a739d4403b86a6875d3452348 2,692 1.00/1.00 vMB 117
641,165 641,165 0000000000000000000893143c8ec05f0c6c834e30953854edf35023d68fa155 2,935 1.00/1.00 vMB 134
641,164 641,164 00000000000000000010818555bdbdadec5988d4d2c0e3f7c86074d24eaa358e 2,671 1.00/1.00 vMB 130
641,163 641,163 0000000000000000000979885fd989abda04fc1342d1f62aa28d7ba68114923a 3,049 1.00/1.00 vMB 168
641,162 641,162 000000000000000000100d550534d49e6d7f8ce1fc19d4ca6395ce0f655faa6d 2,008 1.00/1.00 vMB 125
641,161 641,161 00000000000000000008c9fef86d779fd9d529c8f263bcdbc17e698f78e0d06b 2,420 1.00/1.00 vMB 77
641,160 641,160 0000000000000000000161b84682526f480c0505ad558a8a98c7d3dd190e0ed3 2,738 1.00/1.00 vMB 91
641,159 641,159 0000000000000000000a32d1c08ef14ae9d85b99e26b301a097d90166b94ce82 1,795 1.00/1.00 vMB 72
641,158 641,158 0000000000000000000a464ea05db0cbb85736bb5abc4a766dff5fde5d9f1a23 2,284 1.00/1.00 vMB 86
641,157 641,157 00000000000000000003c02fc976b727a82a6034f34b3f37a670ca4d6d3789bf 2,417 1.00/1.00 vMB 87
641,156 641,156 0000000000000000000782f0a69099ba751d2e0c0045f989fd67d78f775f35b2 2,443 1.00/1.00 vMB 121
641,155 641,155 000000000000000000075d48c02302db2b152a9a0917d547960670240ae6156c 2,958 1.00/1.00 vMB 139
641,154 641,154 0000000000000000000306c5f7037456493805ddfb04eae3d822317d0adaed8e 2,706 1.00/1.00 vMB 86
641,153 641,153 0000000000000000000ec92b933dd41146a3cf8c8b18e54fa703badfe0ccc61b 2,774 1.00/1.00 vMB 133
641,152 641,152 0000000000000000000d03b43e87b333594bc0636bcb31409e1e45a9077c5960 2,768 1.00/1.00 vMB 114
641,151 641,151 00000000000000000000c0cd2a73d576243d328a6c0fcecf189c55ac41845034 1,934 1.00/1.00 vMB 111
641,150 641,150 000000000000000000042cef688cf40b4a70ac814e4222e6646bd6bb79d18168 2,429 1.00/1.00 vMB 128
641,149 641,149 0000000000000000000044458fd84dcd290d33517c9a70eaebcdcb945ef70f95 2,710 1.00/1.00 vMB 127
641,148 641,148 00000000000000000004cf14d2d2afbc928b32423ad321a45f7a9991925e92d2 3,139 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.