Loading Tool

Explorer IconExplorer

Memory Pool

80,132 transactions
25.46 vMB
0.06546160 BTC
Random Selection Loading Transactions
Max Size: 160.61/200 MB

Candidate Block

Mining Attempt 1ff2802eee7e56c2b79c6a3d379190faf6087e26f4f5c413f1dffde2063849bf
Version 20000000
Previous Block 00000000000000000001a8548a33a678fb41d42517784dd581b50b958e19e856
Merkle Root 13a291a32a7b9fe1b4e952f3e781c8104c44196be9286a72a658fbf06ff46a37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,182
Size: 1.00 vMB
Total Fees: 0.00955425 BTC
Feerates: 1,381.88 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,955 (830,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,582 85,582 00000000001e2c5aca81ff8f8d03a1b3d89a78d14060c81005da9398fbd65d4a 1 0.00/1.00 vMB 0
85,581 85,581 000000000010afbc74ea7a02d3da6f8d4e639b6a1f966b026c073424053bb031 1 0.00/1.00 vMB 0
85,580 85,580 00000000002b388a653b2521ace6d1578e7644080decb3e5f5318f1762bd0aae 2 0.00/1.00 vMB 0
85,579 85,579 00000000001a39eb710f98722ad557a1836c4d03818672b0c4524444d639e010 2 0.00/1.00 vMB 0
85,578 85,578 000000000010861a0735732a3f4ef6cc73947e44964235ec9a6ee39e39f9c35b 1 0.00/1.00 vMB 0
85,577 85,577 00000000001da99f4a814c06fc497dab50d390b315d917f79384c928e5c03255 1 0.00/1.00 vMB 0
85,576 85,576 0000000000104320312370607a49596cfa13dd2eaf470cac99e2788baa5ba4ac 2 0.00/1.00 vMB 0
85,575 85,575 00000000002dce2112bd83161b749178578286d7fa1776354141971b852ff4d2 2 0.00/1.00 vMB 0
85,574 85,574 0000000000038f5bddbaa91e1f6750c2c0e60c8d91341ccef09ebee63c4c8ab5 1 0.00/1.00 vMB 0
85,573 85,573 000000000016a39b0414afd66b3a4ba031e15567ae962a8621ed978ed119b2b6 1 0.00/1.00 vMB 0
85,572 85,572 000000000026892d497d2163ff155ed3407ab2673076552eaae72aeaca1734ef 1 0.00/1.00 vMB 0
85,571 85,571 00000000000ae93a43d4c4559ea3b9480a24f04fd76e6fcf3b17dc35b844785a 1 0.00/1.00 vMB 0
85,570 85,570 00000000001c2d3595071ab7752d6c8361165314db6eb7f472247c4383703f45 2 0.00/1.00 vMB 0
85,569 85,569 0000000000062d818d7e3f794471b50a61e6384c853a3adbac1f387b0d3731c2 1 0.00/1.00 vMB 0
85,568 85,568 00000000000dce9538346d28297d679a2203a1e32a31b52a63e6af18a3aa8572 2 0.00/1.00 vMB 0
85,567 85,567 0000000000078bff31a4e1f6397b66c7f4ac2da44045cd253228cae094986b22 1 0.00/1.00 vMB 0
85,566 85,566 00000000000030a17d09ccb1b9ab25b1bb6046f80693595e7f13f68cc8d0f29c 1 0.00/1.00 vMB 0
85,565 85,565 0000000000052524e20a58c07f25d2b6d6c074b85492dd16bbdb345944280454 1 0.00/1.00 vMB 0
85,564 85,564 0000000000128001e105ba6bbf9850a4aead9b97445c63c580777133a2578a95 1 0.00/1.00 vMB 0
85,563 85,563 000000000025902275e26c90d93ead29792d30929e27a77516608544e213ed10 1 0.00/1.00 vMB 0
85,562 85,562 000000000015c38736d1a2c888eadf93a4936a868ae87e5dbef642af77094da1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.04 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: 801.34 GB
    • Received: 22.86 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.