Loading Tool

Explorer IconExplorer

Memory Pool

50,399 transactions
30.25 vMB
0.14113142 BTC
Random Selection Loading Transactions
Max Size: 161.41/200 MB

Candidate Block

Mining Attempt 17d8d0fe7ec71a46eb3c2528560e435ad8c1c444129a5e41dc0ccb2cab187db0
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 643bb44d7c1e835cc4893eb5271841c8ec9baf97ce13fffdbaa23293f569f2e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.07105527 BTC
Feerates: 529.61 > 7.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (475,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,781 439,781 0000000000000000022ca8702377c4662b0d355e29ef880b7582aba095b5c423 2,434 1.00/1.00 vMB 81
439,780 439,780 000000000000000002b65d969df6ae43d76315c75897d3e8a649c46c9e35eaba 2,119 1.00/1.00 vMB 77
439,779 439,779 000000000000000002b099dc3ed8ca636124cb1fc33753ce957a6d8ded2b76bc 2,138 1.00/1.00 vMB 69
439,778 439,778 0000000000000000000487c23fdf55667311e9bc1ac4caf440711668f1beb322 2,490 1.00/1.00 vMB 95
439,777 439,777 000000000000000002b4d42b09dd1045c9bee0a366cba78b2da0ecdbc90f9087 1,999 1.00/1.00 vMB 69
439,776 439,776 000000000000000003bf96ed81058d337be3accb296791c115d4425de126c7ce 2,264 1.00/1.00 vMB 72
439,775 439,775 00000000000000000009a4337c12b1a407b3ba0aaeabefe9310bc7e798213f40 2,352 1.00/1.00 vMB 63
439,774 439,774 000000000000000003311f4bc4ccb8c05fcccccbb848917cff5479c178030385 2,054 1.00/1.00 vMB 65
439,773 439,773 000000000000000000a5e79eee6b7fb5d5d91b56569b86de28cbf8e4246d2b93 2,584 1.00/1.00 vMB 90
439,772 439,772 00000000000000000037fd98eb909281e612436b1de79282767b9c9dd11f88d6 1,733 1.00/1.00 vMB 49
439,771 439,771 00000000000000000207e342dba9d8c11c5388345e404466b4713a37c9452fba 2,472 1.00/1.00 vMB 88
439,770 439,770 000000000000000000a367971342055d3c38eae2a40fb30c4af616dfc43570a8 1,608 0.66/1.00 vMB 68
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
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.