Loading Tool

Explorer IconExplorer

Memory Pool

41,437 transactions
26.66 vMB
0.05491426 BTC
Random Selection Loading Transactions
Max Size: 139.75/200 MB

Candidate Block

Mining Attempt 855cc2fc52585902d4e80d1289144266197a14360b1d72c8ac53a87aa458f957
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root be72fd842a192652e73d62a26001465e3f42e3de562812b63a49cfd130d3146f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,754
Size: 1.00 vMB
Total Fees: 0.00562161 BTC
Feerates: 103.41 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (471,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,676 443,676 000000000000000001d1973e9a9c4da072868a650c8bf0b922cdd121cb68a9ac 1,891 1.00/1.00 vMB 93
443,675 443,675 000000000000000001136482c353f79c90271bbc26d0ed4cd917320b035a9548 1,248 1.00/1.00 vMB 36
443,674 443,674 000000000000000001e278cf13a3bfb15ea6f103614bb6d7fdb43bc60a673b5f 2,248 1.00/1.00 vMB 68
443,673 443,673 0000000000000000000f27d07c5cd30ebf724b9b7612cbd051a634103093d073 2,634 1.00/1.00 vMB 73
443,672 443,672 000000000000000000b8c7589b5c022b05115c6411c47b90af688b209c71f5fd 1,653 1.00/1.00 vMB 79
443,671 443,671 00000000000000000252ea11e7dd7aaec0f08df470567a30b66c5f52959fad36 2,758 1.00/1.00 vMB 104
443,670 443,670 00000000000000000049fef30fce8b6905ddcdc4355d992ffd3c77754f2d1071 2,152 1.00/1.00 vMB 81
443,669 443,669 000000000000000002e5f805b7686d8f63f27b5548490cda831da019b2d8eb77 2,265 1.00/1.00 vMB 98
443,668 443,668 000000000000000000f14025ae533cfbdc8432be863bf2b929d88cb19e4c3121 732 1.00/1.00 vMB 31
443,667 443,667 0000000000000000004a6f37e94a28076ce4e0f6965869c47e0f60c3abf21e0f 2,101 1.00/1.00 vMB 82
443,666 443,666 000000000000000000bc00a7082f0805ba882d1dabac3dd0562ba6162e93a082 1,750 1.00/1.00 vMB 72
443,665 443,665 000000000000000003231d0dbad32b1f3219af0eeb16289d907c2d7b86b68524 1,837 1.00/1.00 vMB 32
443,664 443,664 000000000000000000c17ef169d6abb713494dc714f672d5d682ba8e851fa881 2,101 1.00/1.00 vMB 70
443,663 443,663 0000000000000000028e3091e8fe51ef492d03c47df58c1a8b50534b0cd90894 1,582 1.00/1.00 vMB 44
443,662 443,662 0000000000000000036ce780151e6b29136677e6f06411d154b2a072c02329d7 2,253 1.00/1.00 vMB 70
443,661 443,661 0000000000000000007d1af50c2eee7ec29601c8860f17d9345e79d2d189ca1a 1,368 1.00/1.00 vMB 45
443,660 443,660 000000000000000001e8a07f85916bb844a626381c9c9cb5904d118097b0391a 1,520 1.00/1.00 vMB 68
443,659 443,659 0000000000000000002b42c51cd6059a0772d24de232f58fd3ca70821a16d2c4 1,975 1.00/1.00 vMB 76
443,658 443,658 0000000000000000037176fd7d61fd8600e41ec86fd62466ea633e706950015b 1,786 1.00/1.00 vMB 70
443,657 443,657 00000000000000000308bc6fae822c2ae52b42c161308c23d5992ef30d42f0b6 2,208 1.00/1.00 vMB 92
443,656 443,656 00000000000000000061c8bcb178d35515c6894ff984b8f75ca6c388e097e165 1,192 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.