Loading Tool

Explorer IconExplorer

Memory Pool

73,404 transactions
27.16 vMB
0.06186417 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt e214cf42478e441de1d794720408f104cb92d17fd43e3aa2d9a9493fe24797f8
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (532,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,211 383,211 00000000000000000afa6957475910e37680e48ef8bb756d1c266ade1929cb17 3,200 1.00/1.00 vMB 50
383,210 383,210 00000000000000000fe488ca1fcb3f64265f5632de4991a5e430a268fe1d91fe 2,011 0.97/1.00 vMB 34
383,209 383,209 00000000000000000b346687f6b2d3b2413d7895311ee2e10ceaf797f8588366 2 0.00/1.00 vMB 0
383,208 383,208 000000000000000004b6063f186f1adca991fbb9e06d2e41c4d4c87dbc1616a2 443 0.20/1.00 vMB 37
383,207 383,207 000000000000000004ef90efbe909d90a6dfc1311e5a2eac6fddbe5ffd73c80e 1,335 0.75/1.00 vMB 28
383,206 383,206 000000000000000000ee61f5131f67612eb2f65958ca62fa2c54abfad5eae238 1,541 0.75/1.00 vMB 44
383,205 383,205 00000000000000000a31151aeab8f94f5612341ad73392bd2dccfe91cbdc7eef 1,269 0.62/1.00 vMB 33
383,204 383,204 0000000000000000100a0866e25b10ec92c6e327e25ada9c98943df3a9d11044 1 0.00/1.00 vMB 0
383,203 383,203 0000000000000000082d9b92f14294e1b6638245191960b6ed62231d40e38014 1 0.00/1.00 vMB 0
383,202 383,202 00000000000000000751765ea4e72263c49e223d5c8ae227ae60a25c21ebdcc0 669 0.42/1.00 vMB 40
383,201 383,201 0000000000000000107cc538e8667a89ad70f0e1c5965f25f2f6d633c3018436 2,103 0.95/1.00 vMB 35
383,200 383,200 00000000000000000bf438f994d027cb6ba2062e33c34c2eea196495c7b9f08c 158 0.10/1.00 vMB 18
383,199 383,199 00000000000000000d41c7c0450c1ff5a17747070909b114e4d9d8f814be9080 856 0.60/1.00 vMB 24
383,198 383,198 000000000000000002ed0bc8bc6022d818aa61541b55e41ccc121a00a7499d1b 1 0.00/1.00 vMB 0
383,197 383,197 00000000000000000175be363fceab57d02a4ccf83721e5086720511a89765f1 2,405 0.93/1.00 vMB 39
383,196 383,196 00000000000000000f5b05adec978bd45233cdf31d3d8b608f2a68487940f7a6 637 0.40/1.00 vMB 15
383,195 383,195 000000000000000006b02a9e2a362804ec1c3def90e506bcef5b9c8e6d577b7c 951 0.47/1.00 vMB 32
383,194 383,194 00000000000000000ccb68aabced4f1f34703bfcf14cf6eae58de880ba3862b0 2,403 1.00/1.00 vMB 39
383,193 383,193 00000000000000000295210d85fd48ae0921cf3db4a9681f48c775c890eff4ad 1,105 0.99/1.00 vMB 17
383,192 383,192 00000000000000000c59c0b20850d1c2807f55f7303c1e6c4cd3f54c4272da09 1,458 0.67/1.00 vMB 28
383,191 383,191 0000000000000000065f367eb47368b5349d2b7249b88029c79fc4f886a590d3 2,688 0.93/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.