Loading Tool

Explorer IconExplorer

Memory Pool

88,461 transactions
33.81 vMB
0.13852648 BTC
Random Selection Loading Transactions
Max Size: 199.94/200 MB

Candidate Block

Mining Attempt b31d36562ae68d9eab451ffc30fe40606794966f8b2c48e6cff3cc49eaa41d14
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 43388bb9ecb96b7536bf3f4607f248e02ec077d5da150af2bfe8b4e13b59674e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.05547557 BTC
Feerates: 469.97 > 5.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (801,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,741 113,741 000000000000341c93a18fe20fd74c7a5a993fba16bcb39d1f7e4e7c1afa63b6 115 0.03/1.00 vMB 150
113,740 113,740 000000000000bbb2557483596320ef3f385bc05d5363537c5ebe8589ff3a109d 1 0.00/1.00 vMB 0
113,739 113,739 00000000000092db194bf061c3ca2a92920f3e908e59e1f22ed0068fa0868135 135 0.03/1.00 vMB 0
113,738 113,738 0000000000008934dd6a7f08813bf3b3a5f0c467c49d5ff08c4a9b11a9d72615 10 0.00/1.00 vMB 0
113,737 113,737 000000000000542ab4e127ca52e1cbeaf1b2e2c9a10827ee3d7069227ccc20e0 19 0.00/1.00 vMB 0
113,736 113,736 0000000000000594f15f9e903a27f641336b91ab5a28cf22b6cd17c8860153af 10 0.00/1.00 vMB 0
113,735 113,735 000000000000d53fc93e8dae35c2a966b1a6a5e25ec123ef0003378695a0f5a5 35 0.01/1.00 vMB 112
113,734 113,734 000000000000a774bf0c93d4cb2e0235153bf76f77b9153e50be29b8c3cfc4f2 14 0.00/1.00 vMB 0
113,733 113,733 000000000000d12f16c3463ba8df196a15c038161ed662f61ab65d45047bcfad 12 0.00/1.00 vMB 0
113,732 113,732 000000000000165057836c51b836289a5f3eb6823e15f770c32c9bfe363ce637 12 0.00/1.00 vMB 0
113,731 113,731 0000000000006b69604c81bd38e7aa10b766842040877b339db003de36dce4b4 9 0.00/1.00 vMB 0
113,730 113,730 000000000000dbd77d79cbc5b6720908cb3649228a6f58800161c1d5c23ac0c3 1 0.00/1.00 vMB 0
113,729 113,729 0000000000001df2833e3ed7ad369e4ba706a8a3448db9a4d9fa30a9ef8a947c 10 0.00/1.00 vMB 0
113,728 113,728 0000000000008f5f84f2667b3665b0bb0ecc1500272824dc68ace4db9f6845db 9 0.00/1.00 vMB 0
113,727 113,727 0000000000003edf1e12a0a90c3a248e631e879cf1fa29d76a9cbd85fc0f4ac1 12 0.00/1.00 vMB 215
113,726 113,726 0000000000009e6fe61355a5b95fdd4edfe2fe97fee872cbbbf52c8d1e475955 29 0.01/1.00 vMB 0
113,725 113,725 0000000000008aabd026c2663bc8569379eeddefd5739061db89c525f36f796a 2 0.00/1.00 vMB 1,360
113,724 113,724 0000000000006da01e16b8be27d0d787f8468f8ed342c07874f0499a37908e16 10 0.00/1.00 vMB 344
113,723 113,723 000000000000c34329addb5772565f859658eed5aa245d639a2f7b2173a335e2 13 0.00/1.00 vMB 491
113,722 113,722 000000000000be260ba970f309e5f2cc9168584191096f0e90f77c80ed84941a 13 0.00/1.00 vMB 0
113,721 113,721 0000000000000a9b2873a91d4ee7a0e98bdffdf1351a284ea7789be3c56db2be 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 657.88 GB
    • Received: 14.56 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.