Loading Tool

Explorer IconExplorer

Memory Pool

38,562 transactions
26.92 vMB
0.05530223 BTC
Random Selection Loading Transactions
Max Size: 140.13/200 MB

Candidate Block

Mining Attempt 2a63ef3566924da312e59b3c3c4b205d188783d4ba64e0a2c5e666d20d563ad6
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 3493acc2c80cc5c26ee8c8e3e1f9124632abb5379e7924e35ea2b08f0f450856
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,122
Size: 1.00 vMB
Total Fees: 0.00511641 BTC
Feerates: 44.54 > 0.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (683,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,933 230,933 000000000000018157d45c0773387a3e0efc7e7c00e45fcac5c859557d27a669 579 0.28/1.00 vMB 134
230,932 230,932 000000000000003799837850088ec11e869f7af4289fa103a80c68b5be51f8de 146 0.06/1.00 vMB 316
230,931 230,931 000000000000005a93ec67d7a2b3350d363ae1b7f21c256dc312cd222ef22f15 435 0.21/1.00 vMB 144
230,930 230,930 0000000000000044ca54da8e383e3601e54395aa5e963c234d49ca60b5a1f73d 183 0.08/1.00 vMB 184
230,929 230,929 00000000000001ff93bb89d7b104227eecf120854a288cb5b0b9ef27918c748c 175 0.07/1.00 vMB 229
230,928 230,928 00000000000000c25e6496344f7fedc5fe5bf396882c1ddbe11a1e535fb146bd 58 0.03/1.00 vMB 148
230,927 230,927 000000000000008b8c1810275c8df587c2c7c11ebc9f39cdd0ea92114863850b 349 0.14/1.00 vMB 184
230,926 230,926 00000000000001741e4175614b9df1a93373b59b2df15093bf813d4ca27b1cd6 273 0.14/1.00 vMB 140
230,925 230,925 00000000000001c3d9cd61376f94e9ee10fe2c4fad0a7ed1ddbee2ca43979f8b 13 0.01/1.00 vMB 163
230,924 230,924 00000000000001995586984356c83e49363764b02dce23578636cb6d15ee90ab 206 0.10/1.00 vMB 157
230,923 230,923 000000000000003ffdc148a1f7c8ddc94c601e6bd37dacd3e250ba0b83485ef7 287 0.12/1.00 vMB 173
230,922 230,922 00000000000000f78b55e6d7640f19a4601cb3eb127e8ed7decce0a2ca1494a8 525 0.22/1.00 vMB 162
230,921 230,921 0000000000000042158ddf9db96e81fb676e03bd2543ed5f174822c4d3fcd2bd 100 0.04/1.00 vMB 83
230,920 230,920 000000000000008756e2eef2f35a9c15eeedf835ac3975b3d061c330f041e338 347 0.16/1.00 vMB 342
230,919 230,919 000000000000015851f46d6fb7f6efa80964b3968eb5034def77f854cb1cde94 198 0.11/1.00 vMB 188
230,918 230,918 0000000000000114d9c447c715ac405a45482806b26f0a0d7d51c7da4527a67a 4 0.00/1.00 vMB 85
230,917 230,917 00000000000000fa93d0a6b726a14e9f10639e3d20d2c7d0b8e2ef6359478c2f 139 0.08/1.00 vMB 28
230,916 230,916 0000000000000087263c383acade12bcbd13f7eac48c31f50dcaf27a8970a075 131 0.08/1.00 vMB 95
230,915 230,915 00000000000000dcbbf7acb976885886d74672dede0c6a3e49e159cd7a0fe0d9 609 0.25/1.00 vMB 806
230,914 230,914 0000000000000193b5467bfc71be7ebbe88f65647d83c6820aaab610bf8a47f1 86 0.09/1.00 vMB 83
230,913 230,913 00000000000001c4ad73531f61d744686e7f185568fcf27c1a579d81220fb11e 892 0.46/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.