Loading Tool

Explorer IconExplorer

Memory Pool

47,173 transactions
27.63 vMB
0.07198378 BTC
Random Selection Loading Transactions
Max Size: 146.37/200 MB

Candidate Block

Mining Attempt bc01741a11b131f2ed95a53ab3e105c270b564d530ece7225cc6e9819ffa9edc
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 8d552926c4fc7967ea41d7e456db244f00973f4bbf3b976f2f56bae245e29096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,887
Size: 1.00 vMB
Total Fees: 0.01921921 BTC
Feerates: 318.30 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (126,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,229 788,229 000000000000000000045d4079d916bd18449c17b3979f08452368bbe097c1ca 4,036 1.00/1.00 vMB 36
788,228 788,228 00000000000000000003f80f1cfbfe8eb73f39b042267f71c92edfbb8dc32d3e 4,218 1.00/1.00 vMB 37
788,227 788,227 0000000000000000000015427ee78d5de64157f1a0f4b517359dd7d992eb70c6 3,664 1.00/1.00 vMB 58
788,226 788,226 00000000000000000004390f5583cf0b44e6c39256025f412f41563fd5562cba 2,434 1.00/1.00 vMB 133
788,225 788,225 000000000000000000025b383287207b670a3f40aeec7d24cebcdfbe4589d7e2 4,130 1.00/1.00 vMB 45
788,224 788,224 00000000000000000002f424be5ad6a862500c1c50fffff5f33afc2f6ad46ba1 3,072 1.00/1.00 vMB 31
788,223 788,223 00000000000000000001a6f4e75ef6696269ceac66c9d1fb9b6013c83cf49b2c 3,084 1.00/1.00 vMB 55
788,222 788,222 00000000000000000000e15e1528f485c710df154fc07fcc2c45698d6092c882 3,214 1.00/1.00 vMB 22
788,221 788,221 00000000000000000004c098a7f0fc545d90473c485a21dba6b20e5317920738 4,038 1.00/1.00 vMB 33
788,220 788,220 00000000000000000004573840e36291fac25e820ee56333b4f6aa7f744d5b6a 3,461 1.00/1.00 vMB 50
788,219 788,219 00000000000000000005be7ca54f3aaf8f70fa5c05eba27275480b7c99a70818 3,254 1.00/1.00 vMB 114
788,218 788,218 000000000000000000022213b361f59cba479e5e6c96d5fb5518e5fe9eb8164e 3,571 1.00/1.00 vMB 18
788,217 788,217 00000000000000000003b4ee8c0946f44896aeeb9215d7fba73e7b2c0092ca72 5,406 1.00/1.00 vMB 22
788,216 788,216 0000000000000000000015781480edd890574b77d52d4c3ebdb4b11b85149d5a 5,933 1.00/1.00 vMB 20
788,215 788,215 00000000000000000002894b618f52f8dbcf8b747e952e13386b980d29b3f38c 3,715 1.00/1.00 vMB 61
788,214 788,214 000000000000000000045cd2957f3ff188b8be8eadcd031063a5431277daac78 4,618 1.00/1.00 vMB 30
788,213 788,213 00000000000000000001cedc7968813591c4971bb26263d8e06b744a47166edf 4,344 1.00/1.00 vMB 30
788,212 788,212 000000000000000000019e6d4ce4cb9025d856ecb905837e90ade6f94fc0185e 3,775 1.00/1.00 vMB 64
788,211 788,211 00000000000000000003a40348af9325ac11a1632e99a09050db1d917c131e27 4,489 1.00/1.00 vMB 38
788,210 788,210 00000000000000000003cbe86c3f42064b2d6b7b9514fba9ea76d8fc73f5e568 3,129 1.00/1.00 vMB 23
788,209 788,209 00000000000000000000b5ee5fe5a7162650eb0327777642201e11d85fa5c7f0 2,435 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.