Loading Tool

Explorer IconExplorer

Memory Pool

74,703 transactions
28.77 vMB
0.07544370 BTC
Random Selection Loading Transactions
Max Size: 170.37/200 MB

Candidate Block

Mining Attempt 9b48b3f33ccbeecaab6b9871b2e1ea61ce557e23d1fa21ee02eb57949287933f
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 406703575178c897eba15f6582a1de4fec4005e97b889c0c632688cdf03dd27c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,970
Size: 1.00 vMB
Total Fees: 0.01672597 BTC
Feerates: 100.29 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (242,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,328 672,328 0000000000000000000a1b534c8ba691cd2427b496746cd5498f1e37c687d80b 1,443 1.00/1.00 vMB 146
672,327 672,327 00000000000000000000c0fbe9b7627452a98ce5f201dae0d6d9d90aa84986d7 2,906 1.00/1.00 vMB 85
672,326 672,326 0000000000000000000646eb5d90e14f488e79f12f3acc44e57122af3ae4fd5c 3,005 1.00/1.00 vMB 70
672,325 672,325 00000000000000000007e4b18626b2b5fa217b55eb345c2a3ec36bd8b815b0e9 2,923 1.00/1.00 vMB 96
672,324 672,324 0000000000000000000be0bca10ff80e1277b55f677cfcf301beb6f5ab29e518 2,584 1.00/1.00 vMB 151
672,323 672,323 00000000000000000007b07022c5cc50e1fe6bd03fe28f0328960fb77f36c8a8 2,856 1.00/1.00 vMB 97
672,322 672,322 00000000000000000007cde987f362d50c239cba3c8263428f36aa17eef8fd13 2,475 1.00/1.00 vMB 115
672,321 672,321 000000000000000000092b89c5ddb3e4cd7fa9560f2e5b3cc3902be009092d77 2,834 1.00/1.00 vMB 144
672,320 672,320 00000000000000000004df5d10394cdb293add02e3df3aa20d3d5e60def08269 2,677 1.00/1.00 vMB 152
672,319 672,319 00000000000000000004d78f55e245037461eee4e8ca84be4d0e004f915afea9 938 1.00/1.00 vMB 147
672,318 672,318 0000000000000000000262aa3021bff6bb00dd8c2ab0fdca01da866205896c09 2,593 1.00/1.00 vMB 158
672,317 672,317 00000000000000000007662d02c9a91bc13f766c09c3a6734f3d8d795abdf73a 3,155 1.00/1.00 vMB 67
672,316 672,316 0000000000000000000254ec30b25b1a3326be91c2d9b96aae3f7b6999f47f4e 2,247 1.00/1.00 vMB 110
672,315 672,315 00000000000000000000be3f5399ef2619ba85b6a289212d91130782c5973fd0 2,231 1.00/1.00 vMB 101
672,314 672,314 0000000000000000000978a00e4cbf2eef5acfac22f3ff80281ef839d5cee8a6 2,615 1.00/1.00 vMB 151
672,313 672,313 0000000000000000000c79a8ef2d9196d0adfff5842dfe1fa53388c439cb6be0 2,598 1.00/1.00 vMB 121
672,312 672,312 000000000000000000021372a566c2aee5bb1ce6d331e6e63b1e63a2fa2cc093 2,762 1.00/1.00 vMB 157
672,311 672,311 0000000000000000000638a879316e856461ef0c45e1fca876906bda985d3412 2,099 1.00/1.00 vMB 96
672,310 672,310 00000000000000000007b490ec2e5b6e10753a1e3f48c405634560388735eb05 2,005 1.00/1.00 vMB 114
672,309 672,309 00000000000000000004ffcddb7fbe462dea737789302bf181c51fa5d17a975e 2,556 1.00/1.00 vMB 132
672,308 672,308 0000000000000000000c94793e2eb3996c3c122724a450fa0b87e85cd8662451 2,491 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.