Loading Tool

Explorer IconExplorer

Memory Pool

74,510 transactions
27.47 vMB
0.06990583 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt 22089aba19c0a817dddfe398dde4f18161172d3edf80ab3bb43f7c488c9e701b
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 3cc5457b91c2aa74b6e5496af657a8728b012949304324fa94d95985e86a7dbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.01131426 BTC
Feerates: 80.55 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (273,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,365 641,365 0000000000000000000c9b6f495da67b19b090adb8725518784e93e7b0d83576 2,000 1.00/1.00 vMB 165
641,364 641,364 0000000000000000000da3bca8d037a7b8f4c223eb43559c26a982008f2f7d1d 3,261 1.00/1.00 vMB 172
641,363 641,363 000000000000000000056cd51a1cb10c9ec29e8f3ddf138503caaf6e05b7c2ac 2,811 1.00/1.00 vMB 212
641,362 641,362 000000000000000000080f2ba2b632d5e77f76d3562278151c4a618836d6042e 2,518 1.00/1.00 vMB 157
641,361 641,361 000000000000000000008a36f11d6cefbf01f00021e1c7e95002c0b3f96b5f4b 3,005 1.00/1.00 vMB 165
641,360 641,360 000000000000000000067981139ba225b202f46eade65a8ffa98a18df0592a9c 3,090 1.00/1.00 vMB 176
641,359 641,359 0000000000000000000194a7b4c314d53fa6c245c96004234ea6638469d2743f 3,085 1.00/1.00 vMB 175
641,358 641,358 00000000000000000009002ff4a60b4573f758fab9ee00ef1adc1ef7bc775821 2,716 1.00/1.00 vMB 184
641,357 641,357 000000000000000000080dee1d5f84d97ea96755c33c7fde0ad6f2b8affedfe2 2,862 1.00/1.00 vMB 162
641,356 641,356 000000000000000000086f01c374ef40e97cacf9b7171755ff97c8d3b3f576c0 2,603 1.00/1.00 vMB 178
641,355 641,355 000000000000000000049b5a56074eb9b94529a4812f20c5d9d793488fba6a57 2,789 1.00/1.00 vMB 191
641,354 641,354 0000000000000000000ebfc971675d77bfdd1e0170d201152ba43c4bf4584b7b 3,341 1.00/1.00 vMB 238
641,353 641,353 0000000000000000000a64506d820d9b72b2435acfc8b395a204b3d08e91bdfb 2,920 1.00/1.00 vMB 142
641,352 641,352 0000000000000000000516fee4002b90a58ec0c070d8c3401565a8aba783309a 3,044 1.00/1.00 vMB 169
641,351 641,351 00000000000000000002fa7298888e578c6d856d3a88e83ce642ffde55b5d401 2,952 1.00/1.00 vMB 196
641,350 641,350 000000000000000000039fcc4b877adadeacc0ffd2ff049c422d8cf579bc86ae 2,636 1.00/1.00 vMB 154
641,349 641,349 000000000000000000054f0fa0d5384503383e696d7b58b0aa8f79770090901e 1 0.00/1.00 vMB 0
641,348 641,348 0000000000000000000ee5ded297c3f0ffa84531459bfa75cad9e17a8ff6c155 2,932 1.00/1.00 vMB 195
641,347 641,347 0000000000000000000329aed4f65e84eb7e943c60121f0266d9ac3c060f7afe 3,255 1.00/1.00 vMB 198
641,346 641,346 0000000000000000000a76571c18d6b7117dd623c6d4e65dbefa11ef4312eea4 2,958 1.00/1.00 vMB 162
641,345 641,345 0000000000000000000713f66bb69f57e0895ab1b2e880dbdcfb05d8c2d80dd1 2,375 1.00/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.84 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.00 GB
    • Received: 17.15 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.