Loading Tool

Explorer IconExplorer

Memory Pool

86,209 transactions
32.37 vMB
0.10958344 BTC
Random Selection Loading Transactions
Max Size: 194.66/200 MB

Candidate Block

Mining Attempt e54a15df051e522c1b4ba67d52b96d9638c17f48d90f62712a02168957ab4508
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8c94f762572d52c9dd3bd6301b9d3a69ba72ac3f95f610c418aef8460fe19eac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03593486 BTC
Feerates: 218.18 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (272,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,111 642,111 00000000000000000010173e900b41110a976ed1f5ad3325b82ca81819be1974 816 1.00/1.00 vMB 29
642,110 642,110 00000000000000000006a0a8b2d0f0655782eb80ed6ca2bba9d859d520a4d0c8 1,344 1.00/1.00 vMB 27
642,109 642,109 0000000000000000000cb6df254d37c358a85bc6476b69d1186d8f82245fa5d9 1,850 1.00/1.00 vMB 47
642,108 642,108 000000000000000000106fe6485ae55864e3a962bbf9dfe84dd9c9a10610bc28 1,777 1.00/1.00 vMB 24
642,107 642,107 0000000000000000000f7913d8cf5c664287b4d4f1bb41bc9944e43a41b7d785 2,473 1.00/1.00 vMB 92
642,106 642,106 00000000000000000007e39cb17053c1ebd0e1f39d0c72b5b689793c8ae4357c 2,221 1.00/1.00 vMB 20
642,105 642,105 0000000000000000000675389d700f74443b35ddb07ddc664878f7f6e43ef8d4 2,039 1.00/1.00 vMB 108
642,104 642,104 000000000000000000028467acd5e1463f400f073cd241366ea926374a191cdc 2,403 1.00/1.00 vMB 73
642,103 642,103 000000000000000000033d12f97025386b9b09ad131b4c53e2844030ee62a35a 1,902 1.00/1.00 vMB 64
642,102 642,102 0000000000000000000e61c3d71976377e971f7b266ee7d7a45643dce732e2d5 2,450 1.00/1.00 vMB 91
642,101 642,101 0000000000000000001074003fdfba5476682e9516727f96f9718563943d6955 2,573 1.00/1.00 vMB 62
642,100 642,100 0000000000000000000bb9fd8584aef641247c0b3feb719944bc415f2d8784fc 2,988 1.00/1.00 vMB 40
642,099 642,099 0000000000000000000e7554dbf699e6381fc404c8c8f9dc7c4c3b9b2605bae3 2,625 1.00/1.00 vMB 65
642,098 642,098 0000000000000000000145f4079a88bac0f2dcaf2b3119307156ce4da9b886c2 3,012 1.00/1.00 vMB 157
642,097 642,097 00000000000000000003a82e0c40e3a190fc2e35ab76cdfaa9731c33477d8de1 2,494 1.00/1.00 vMB 87
642,096 642,096 00000000000000000006122eb1d4273ba34d1413cf60f4b182dffcc5419ca73a 2,627 1.00/1.00 vMB 104
642,095 642,095 00000000000000000005be35b5e154b537b5f3303f636fd6408f1ae3f0613919 2,948 1.00/1.00 vMB 80
642,094 642,094 0000000000000000000a11024b9349b0f2a5a2077d11fe655521d46c987f0902 2,795 1.00/1.00 vMB 104
642,093 642,093 00000000000000000008e19d8c2bcbff90696650822c153c16854333acb0025d 2,441 1.00/1.00 vMB 71
642,092 642,092 0000000000000000000526e5832e29d4bfea3402516689091db27a1f6b7b8d32 2,892 1.00/1.00 vMB 130
642,091 642,091 000000000000000000055840f69de60f27fa55bebc6f288ac744433cd826c948 3,132 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.