Loading Tool

Explorer IconExplorer

Memory Pool

35,957 transactions
25.99 vMB
0.06559041 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt 961124b65ec631bc04c60539729a7889e26486ae22e492e7549e6f663d062d53
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 4dfb6bc140134e56704ade0b2c036f2bee5cdc2cdef29ec8ce87a6da9e2c6c0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,059
Size: 1.00 vMB
Total Fees: 0.01780794 BTC
Feerates: 201.13 > 1.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (251,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,003 663,003 00000000000000000005c101eaa0f29fdc64f4709944a94604bdb2712efe6f3d 1,732 1.00/1.00 vMB 36
663,002 663,002 00000000000000000001e570f77ff960ecd25fc98351ef7a97097ef7f8c87971 1,189 1.00/1.00 vMB 4
663,001 663,001 00000000000000000001e6ab1762967f39c13ddfe2bc514aef204ffa7a6799a1 2,087 1.00/1.00 vMB 11
663,000 663,000 0000000000000000000a09d64158eae68e4e61019df5b87d7a1eb0153e89ef2f 1,771 1.00/1.00 vMB 58
662,999 662,999 0000000000000000000a1ce02e49907e17c02e311eb4bb5ead489d2a51be2032 1,173 1.00/1.00 vMB 78
662,998 662,998 0000000000000000000c43a1ba67c3677a3571a80bb8afcd90742489f41f7d36 2,113 1.00/1.00 vMB 72
662,997 662,997 0000000000000000000d1f2764f35c3024f516b3a678f9eb3545cbbbb8aa5404 2,276 1.00/1.00 vMB 65
662,996 662,996 00000000000000000008cff39fdbd800e1c9e9cee713bbda6a449183d93c41bf 1,310 1.00/1.00 vMB 18
662,995 662,995 00000000000000000001405975a16cfb772a318bef2b5ea0b38816813f9aa286 2,144 1.00/1.00 vMB 58
662,994 662,994 0000000000000000000d5f9ebfd268e61e815140531286ee55ea6dd895a198f2 2,785 1.00/1.00 vMB 101
662,993 662,993 00000000000000000009dbbf8e9959478ef6ea49742bf945c6ac2d749c01729d 1,830 1.00/1.00 vMB 37
662,992 662,992 0000000000000000000dd393f22f73e7d0495205cc312465ce276cc34a43e706 1,552 1.00/1.00 vMB 63
662,991 662,991 0000000000000000000e31d364de6e6811d016860db37809bc3fa0800909496f 697 1.00/1.00 vMB 3
662,990 662,990 000000000000000000052d1953cb12c79a34576fc2ba45afe0e712dd36364e7f 1,171 1.00/1.00 vMB 18
662,989 662,989 00000000000000000006ba9ade964f0364fa6b70c1eec205b5854d4be66e992b 1,989 1.00/1.00 vMB 21
662,988 662,988 000000000000000000087c73f6ea59c220a222401f3170ebad24ab307d250bf4 3,122 1.00/1.00 vMB 81
662,987 662,987 0000000000000000000354b66cf90aa7f3700645166731836823bde783c97ca8 1,163 1.00/1.00 vMB 17
662,986 662,986 0000000000000000000ecaab8d7aff338f3b821e27df41c4bab86b7fae65e25f 167 1.00/1.00 vMB 4
662,985 662,985 0000000000000000000dc3fa66eff962e1cb512d8439fff3b1694a6249edf369 53 1.00/1.00 vMB 3
662,984 662,984 00000000000000000009eea50bc2e05ed488b65a8ea4c7e0cfcce7bc70f9e2f4 1,104 1.00/1.00 vMB 22
662,983 662,983 0000000000000000000e0187ba2beb0582e9f4651786a58187d4831e9133db12 1,644 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.35 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.