Loading Tool

Explorer IconExplorer

Memory Pool

82,295 transactions
31.11 vMB
0.10173109 BTC
Random Selection Loading Transactions
Max Size: 188.95/200 MB

Candidate Block

Mining Attempt b7f955ce8219c7958ab652d045a576970680994afb9bbe6a484349580006befe
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 405eb18c9992dc6b0582f85b33ff98d4cb85456a871f4024af0ea99d5431d341
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,095
Size: 1.00 vMB
Total Fees: 0.03056893 BTC
Feerates: 318.30 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (348,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,013 567,013 00000000000000000013402388f6ed7c46da5e3a25f4f854019e2b7386e4b11e 2,660 1.00/1.00 vMB 62
567,012 567,012 00000000000000000022884f9e3b33fbc23f1f796c8ec23b43717352c8be9fd9 2,634 1.00/1.00 vMB 70
567,011 567,011 00000000000000000003c85648cc522bbf272afb0c34cca1b8b643a2c7f5bf23 147 0.07/1.00 vMB 26
567,010 567,010 0000000000000000001289c49bda26b37f79f6a41f17b744e12120a858a2ffeb 1,317 0.56/1.00 vMB 30
567,009 567,009 00000000000000000008cb20b068a5b8b62b7717a9724619f12010f57d6f42b7 899 0.33/1.00 vMB 28
567,008 567,008 0000000000000000001c8b1a619da1801cad6907a594836ec0c0f5d7109303a8 2,515 1.00/1.00 vMB 20
567,007 567,007 00000000000000000017be81a7ed6b308b8d55ace05f860390129ac26ad4fc02 2,274 1.00/1.00 vMB 41
567,006 567,006 0000000000000000001ac47fa06a1614b4495c94167a992be6a1d8defbb4f9e5 195 0.26/1.00 vMB 3
567,005 567,005 000000000000000000180552b1b47374a15e27c8b8fac7a0ac73cce58bfed979 2,457 1.00/1.00 vMB 5
567,004 567,004 0000000000000000000251c5b74dbab5329bf53265b5e2ec56dcc7f9be1fe490 1,767 1.00/1.00 vMB 11
567,003 567,003 0000000000000000000ff842b02fcfa74e5c393162fb37dee77b29867e6197b6 2,634 1.00/1.00 vMB 34
567,002 567,002 00000000000000000008566d6dc1831663d208c10319ce5d9d4e01e10f63b442 2,750 1.00/1.00 vMB 47
567,001 567,001 0000000000000000000a91625044daffc51aa121be56e5f49aa5b721a0fa3c47 178 1.00/1.00 vMB 8
567,000 567,000 0000000000000000000d3a0ce2c293c4308de43e2964fa5bd0a9b6c439a31c46 2,168 1.00/1.00 vMB 41
566,999 566,999 0000000000000000002e5a6ef5359bccc453ab3293564fcae01935375e61b033 2,719 1.00/1.00 vMB 29
566,998 566,998 0000000000000000001d388359fa78fbfc43dc161c3efbb653068cecc357889e 2,943 1.00/1.00 vMB 36
566,997 566,997 00000000000000000003d9a17d3f4d4a920b75f8e9b7af991cdf971b4314c59e 2,761 1.00/1.00 vMB 50
566,996 566,996 00000000000000000009ff2c33b7f239b24661665634ed417c801591e67c04f5 2,713 1.00/1.00 vMB 41
566,995 566,995 000000000000000000139a3e61bd5721827b51a5309a8bfeca0b8c4b5c060931 1,088 0.82/1.00 vMB 17
566,994 566,994 0000000000000000002377299a3b34e6d5927aaaa8cb796df4cda403a10e31af 1,533 0.95/1.00 vMB 5
566,993 566,993 0000000000000000002333980ff7e7d0a18191d60b5d2d6195e8fc98b1122f3c 1,773 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.