Loading Tool

Explorer IconExplorer

Memory Pool

41,032 transactions
26.17 vMB
0.06522547 BTC
Random Selection Loading Transactions
Max Size: 136.46/200 MB

Candidate Block

Mining Attempt 4d03f63fbe56c9bd9ce1894a40da03c38eb0a07ca2dae0fd1056c2c26993c90c
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7e5bec7625b82fa481c291126925cd9284ad6c5f848fc3dfaa5d04b60a358304
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,242
Size: 1.00 vMB
Total Fees: 0.01741906 BTC
Feerates: 151.16 > 1.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (475,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,769 439,769 000000000000000000ddffc6131b9b298f2335849fb8ab7b04c9db302602a58b 142 0.27/1.00 vMB 17
439,768 439,768 000000000000000001878a8fc4582221a3e73b4c9a2d8d3f61f82ace1dc9bdd3 1,318 1.00/1.00 vMB 35
439,767 439,767 00000000000000000133b8972b734f85bec0f10f9e69625035606d976f848538 2,363 1.00/1.00 vMB 72
439,766 439,766 000000000000000002487ca3a475476e74314e6200a47b59853eb840b398e6f1 1,567 0.96/1.00 vMB 46
439,765 439,765 000000000000000003247d9ff0ba5b1d08cf16d6d18d5114eaf412fcb0152ca2 2,594 1.00/1.00 vMB 87
439,764 439,764 0000000000000000028d01d9e6c0f0f6e24bdab7a4aaf6c873bdf74fbc5c6a96 1,045 0.99/1.00 vMB 40
439,763 439,763 0000000000000000012fbd7dcf9b4c9253141ba5eb102e2f4e6f307815b48973 304 0.12/1.00 vMB 78
439,762 439,762 0000000000000000020b93ac01d0955b7efb85a3981ee3e762f6b2e7f89957d9 224 1.00/1.00 vMB 5
439,761 439,761 000000000000000003263823c24b3bc6f0c24a3578e673fe0479c6b516a15ba7 622 0.59/1.00 vMB 32
439,760 439,760 000000000000000002a5a19d6a3b6278864170b03099f3b0fbd50aa393a63c24 1,670 1.00/1.00 vMB 63
439,759 439,759 00000000000000000086679d67f5f96a77718de80f2d53fcdbbd364ae89ea8d7 1,572 0.86/1.00 vMB 58
439,758 439,758 000000000000000002fe02f8246712cb6beae2e02295f969a09435377fd16c69 641 0.65/1.00 vMB 39
439,757 439,757 000000000000000000b4fd727483094821f7ce3567e0de142ce179d4d802ff49 1,542 1.00/1.00 vMB 43
439,756 439,756 000000000000000001c8a6ac49781716e5e6ce6aefa89203f2d4a4a8cf291c11 2,451 1.00/1.00 vMB 63
439,755 439,755 000000000000000001fd561f18348a33da4380fe876e7913c9aa70b1a51ebcc4 2,070 1.00/1.00 vMB 66
439,754 439,754 000000000000000002a1a222c416b3b7751f89e306a1bbdb36525013eed27a94 2,182 0.75/1.00 vMB 99
439,753 439,753 000000000000000002f5c8e147fb9c966326d97d030c41d4a9950840ce87df48 593 0.33/1.00 vMB 65
439,752 439,752 00000000000000000224440a61eca646bc0b22d0e5ee45d22b0167cca3c2c3c2 137 0.10/1.00 vMB 38
439,751 439,751 0000000000000000021c449ad36231a1381151b6cd426600917e52de68cf0f0a 2,455 1.00/1.00 vMB 70
439,750 439,750 00000000000000000169fa32324bb4646a12902d914a015b8aabc8789bca4d97 1,277 1.00/1.00 vMB 37
439,749 439,749 000000000000000002792df0e1f8422aab09f228c22a5776d2c0ddd224bfaf4d 148 0.13/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.16 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.25 GB
    • Received: 13.84 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.