Loading Tool

Explorer IconExplorer

Memory Pool

73,437 transactions
27.25 vMB
0.06333815 BTC
Random Selection Loading Transactions
Max Size: 166.31/200 MB

Candidate Block

Mining Attempt 762ee0b6369b4b0cc4bb76f7e3f768a9f9b5c98549834ee9a0dfec234181f18c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ec9f87c64f8c0d9252fdde323c1d474e337f80deeed7e90a9a147286b570c447
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00534680 BTC
Feerates: 73.20 > 0.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (442,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,676 472,676 000000000000000000449c6c30c6471f97615395abf911420d962f6de6cb1a8b 980 1.00/1.00 vMB 157
472,675 472,675 000000000000000000ec033915d6765887b8c0917d1a2b582ca8a66e452d5cb7 796 1.00/1.00 vMB 119
472,674 472,674 0000000000000000008d89bf09e2c226d82cc76d0e2558282fa749371c98a0d0 1,806 0.99/1.00 vMB 292
472,673 472,673 000000000000000001602a0f954abc2f49a83e8694d60dcf278472485b43befc 1,828 1.00/1.00 vMB 359
472,672 472,672 00000000000000000180209a9abf4d987c88a7620f4567a197f107cbf294e5c6 1,045 0.99/1.00 vMB 111
472,671 472,671 000000000000000000925475dadfd79722827f99c410f678ed44d7338f262cb3 1,146 1.00/1.00 vMB 25
472,670 472,670 0000000000000000007f0b26fe8f0aa0f5c5d575710781561c8afbef9aa55862 2,310 1.00/1.00 vMB 75
472,669 472,669 00000000000000000030374aea05dd03908c5ed0cd64a97f1b4b1f9c3133b674 1,919 1.00/1.00 vMB 232
472,668 472,668 0000000000000000001a0c51fb9e3198cc28afc8c80f91de2d8ff52f34ab7a86 2,409 1.00/1.00 vMB 389
472,667 472,667 000000000000000000a2a0d684d040b7c56ec8365f0dc689ef1e0aef758837ae 1,764 1.00/1.00 vMB 194
472,666 472,666 000000000000000000d893dc8ecb2701d2a48831b50cdab4974862a5303797c5 2,220 1.00/1.00 vMB 300
472,665 472,665 0000000000000000015f21956d30a1948fd634fc10923effb016bcf110f13695 1,985 1.00/1.00 vMB 339
472,664 472,664 000000000000000000fd309d4f09b2ef5d3e8561dbcf105bb3b3c997cea9f35c 1,976 1.00/1.00 vMB 354
472,663 472,663 00000000000000000030a269e5c0250e4632f9d2ec0fffdf45db3584b3bd574d 1,728 1.00/1.00 vMB 330
472,662 472,662 000000000000000000b827cf78c5b75336d1a128f794adc78e84d2c017b7b2be 1,003 1.00/1.00 vMB 360
472,661 472,661 000000000000000000f5fe5eac7fd595af972191439f607ba74c1047fbe3ae43 306 1.00/1.00 vMB 361
472,660 472,660 0000000000000000006738d26d61dfa2020379104d55d5e77a3b5ae90fe34787 1,582 1.00/1.00 vMB 349
472,659 472,659 000000000000000000ebee93107d5d13efc7e2f6f68844ff379db8361efa026a 501 0.26/1.00 vMB 223
472,658 472,658 000000000000000000212062813cecacd3596697e6276cccf58049163f2fdb86 1,863 1.00/1.00 vMB 257
472,657 472,657 000000000000000000a84534ca386364917b3fba3f0c1b0c22cc7c5f998b5671 982 1.00/1.00 vMB 67
472,656 472,656 000000000000000000f570118271be4a5c8e2991ebb7504b9fb7d792da25ce4c 1,969 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.