Loading Tool

Explorer IconExplorer

Memory Pool

17,111 transactions
8.41 vMB
0.10842249 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.24/200 MB

Candidate Block

Mining Attempt 00e227f442abb44f3f3bfcb9b6552f54a54119ba18335f7998c5ad2a7d6693c5
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 550088f16ef92de944ee8cbbf60b8060aa56b14101ba035cb31bea2b0fdccfc9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.09025674 BTC
Median Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (711,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,913 201,913 00000000000002bd0b1952ea2bb9c4efecdb5fd2b6ac18a3ef9406d374a1cdb3 732 0.34 vMB 448
201,912 201,912 0000000000000346f284040328812d145cfbd0f582cccf35b5b42769a2f485db 258 0.25 vMB 99
201,911 201,911 000000000000057a4584302585fa12142ce2dfa1c49400057ae76b38858ad41b 464 0.21 vMB 139
201,910 201,910 000000000000025acb4bb19529d587744cd0e8a4fd5bc82b1b1e827f54395a3c 149 0.05 vMB 200
201,909 201,909 00000000000002b496caeba9ea6b07ab333294f6e1a24b12a45b9689522e8e90 38 0.02 vMB 107
201,908 201,908 00000000000005328c46b84072035759c6db2df833a63538e8b1ab0528494240 12 0.00 vMB 155
201,907 201,907 0000000000000133e7eaf11dcdbdf694e8ae971b745a061da8c723d4958e709e 40 0.01 vMB 143
201,906 201,906 00000000000002ea04a55ef7dc0b5e75e928ac4095e6df54e11c5b82a8040ddf 118 0.06 vMB 124
201,905 201,905 00000000000001e32ad98248a1fd29efbab41238c7e0a85f6f48fbfeced1b5e4 36 0.02 vMB 130
201,904 201,904 000000000000028f404cb10f71fe181b67cc369ce99d699864e6ebf520b6af89 453 0.17 vMB 166
201,903 201,903 00000000000000c5ee4afe2d890db02a018b428608747a20dc781810e9e9f48a 94 0.03 vMB 39
201,902 201,902 00000000000004ead2e21c87a0b8c381f8e4aa9d6982fc521808fdb42d184d4e 309 0.11 vMB 147
201,901 201,901 00000000000000f3f9bc7313ffe349402e76e8fbc655960865dc9c8e798d9f65 6 0.00 vMB 162
201,900 201,900 00000000000003062906bec4e7ff64efce341bd2b08a72fd45ef3688985dc21b 90 0.04 vMB 134
201,899 201,899 00000000000004978b0008b9d6b552926a77dee370f2cb1ab37677492dae25fb 365 0.13 vMB 219
201,898 201,898 00000000000001477ed52ae2e472b5efff9c0b24213d99d8dc6694db149b6a02 33 0.01 vMB 375
201,897 201,897 0000000000000098d1bfcc445f6cd0392c92c94d40b205fa85f2c66268257732 211 0.09 vMB 287
201,896 201,896 000000000000049bb89f397d3ec832ea8b07eed93bc686ee2ac9a75d3c31ab3d 75 0.07 vMB 177
201,895 201,895 0000000000000263fc5d7726010450462f95eb71c9c70763e311b8a9121d1f64 196 0.09 vMB 152
201,894 201,894 000000000000010eea1e5b0dac45189e9abb898737015095f86b4753d98fe10e 28 0.01 vMB 111
201,893 201,893 00000000000000e2c1476d646b65cbb99a3038da8ed53bc59a659027d0d3dd6c 147 0.06 vMB 469
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 294.37 GB
    • Received: 1.23 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.