Loading Tool

Explorer IconExplorer

Memory Pool

41,954 transactions
29.00 vMB
0.07112650 BTC
Random Selection Loading Transactions
Max Size: 148.68/200 MB

Candidate Block

Mining Attempt 4b393bc81bf64a8481c5bac8afdb16dbfe7c3e82185e3c43225f62b7d0b7a7f7
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 63cf0cecf1f85c10722723ff89f241412a444c7f8813c4aff668724e19d3ee85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,625
Size: 1.00 vMB
Total Fees: 0.01461098 BTC
Feerates: 100.36 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (71,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,361 843,361 00000000000000000002ec66732a1dfbc988b29e43d0f215ac6c9e4c74c31a98 3,935 1.00/1.00 vMB 17
843,360 843,360 00000000000000000001f69c099531576ea080a546df11cc9b843c2f840d81cf 2,316 1.00/1.00 vMB 17
843,359 843,359 000000000000000000015c61519f7cc753b8efa7284910d2efb4bd1fbda9817f 2,768 1.00/1.00 vMB 21
843,358 843,358 000000000000000000028867eb7f4afc25f7311c10d284c81227e809bdc25c31 472 1.00/1.00 vMB 13
843,357 843,357 0000000000000000000159f53f568ae0c4a72547eeb129428f6c52b8c2d20f23 2,968 1.00/1.00 vMB 21
843,356 843,356 0000000000000000000024843180db0dd95ecb0f7f76fcdf0d72be619b7f270c 1,505 1.00/1.00 vMB 14
843,355 843,355 00000000000000000002c8ab7fef5e4803f5d08cacaff7d973e2810d6d5ee19d 3,407 1.00/1.00 vMB 21
843,354 843,354 0000000000000000000048b62bf3ff51799846f28c44b2463e4ebc360b18dcfc 1,578 1.00/1.00 vMB 15
843,353 843,353 000000000000000000030687109e8fd9150e28749fe7ef8621b29fc512c0a7f9 2,951 1.00/1.00 vMB 13
843,352 843,352 00000000000000000002237f73638e8a51b67f634ac3d3dd031621a0c9002b33 3,900 1.00/1.00 vMB 20
843,351 843,351 0000000000000000000246fabc8e1b41960c0590c75a2ab6759798bf7719bcd4 4,293 1.00/1.00 vMB 33
843,350 843,350 000000000000000000001ce43b0d6a2b4790d6784ecc97d9d787037ea315397b 2,618 1.00/1.00 vMB 17
843,349 843,349 00000000000000000000ea53254c12b2559b831d809c6bad811bb1bfeaf90c36 2,780 1.00/1.00 vMB 18
843,348 843,348 000000000000000000002d893d026bbf3b81913ea5b6cdc870c61f4c58b53e48 746 1.00/1.00 vMB 14
843,347 843,347 00000000000000000002fe9a3d44615ba936e8aaf5adebb69950bd28617c2601 2,576 1.00/1.00 vMB 16
843,346 843,346 00000000000000000002974346d132891d7c4e5e31c52b501fe12e6e87e79aee 3,282 1.00/1.00 vMB 22
843,345 843,345 000000000000000000005fbd5d940551f15bf18a4b17544ccfe68840ae3c7031 5,271 1.00/1.00 vMB 10
843,344 843,344 000000000000000000033a70b07db77f493cdbd2f6cd58570097d99c53fba560 4,787 1.00/1.00 vMB 17
843,343 843,343 000000000000000000000ac9b63a8604730c2680ad67b4021b5f4f09d05451d5 4,496 1.00/1.00 vMB 16
843,342 843,342 00000000000000000000b0bdc908310b1551e04de38fde0dc9b41656196fc428 2,890 1.00/1.00 vMB 12
843,341 843,341 000000000000000000010eadf4fb5a80c7147bac55f07d93091ad7687781943b 4,380 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.