Loading Tool

Explorer IconExplorer

Memory Pool

38,638 transactions
26.39 vMB
0.06902467 BTC
Random Selection Loading Transactions
Max Size: 135.89/200 MB

Candidate Block

Mining Attempt 6143fdfd4f4c6b102fb03f4251f743eb0abe766bb9a482072e6f6456c0bce4b2
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 1c30f5f6cb6427f4b131080c5b9d5b46ee3e373f01bf24cf4e36b04cfc43d31e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,044
Size: 1.00 vMB
Total Fees: 0.01995768 BTC
Feerates: 102.99 > 2.00 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (503,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,129 411,129 0000000000000000051a61b551b2eff4e9923a04f4f3b1eedebbadc920441ef1 394 0.25/1.00 vMB 30
411,128 411,128 0000000000000000042ef4cc555eb63fc80c96b60dfad8e58abb07cb1328f010 535 0.51/1.00 vMB 28
411,127 411,127 000000000000000000de325c0c67352d0860a0829fdbaa6dee6602484d724ed5 15 0.00/1.00 vMB 67
411,126 411,126 00000000000000000420ab68f6c3f883add3a2860603d8a8c1aefa466c852b4c 452 0.30/1.00 vMB 29
411,125 411,125 0000000000000000017540bd54021b80f843888780fa2d78c8c1c76b75bd4034 2,300 1.00/1.00 vMB 46
411,124 411,124 000000000000000002c4259ef5df43677eb555a0a9893746c00469838530fe66 1,707 1.00/1.00 vMB 27
411,123 411,123 00000000000000000189673d4b0d4a1c5aa1405bb9ab25d5e0f902125b9121dc 1,315 0.66/1.00 vMB 35
411,122 411,122 000000000000000005a5d6e899d08032d1ca2671c2e777c9b51c76dbe99ef7c4 1,601 1.00/1.00 vMB 24
411,121 411,121 000000000000000004bd3287b056c1a9eeacbfe7c6db24e7ac0b42883a0ba2e5 2,315 1.00/1.00 vMB 62
411,120 411,120 0000000000000000027a713091fb9eb6b214538c7d82ffb433d31b691e821a0c 1,839 0.89/1.00 vMB 39
411,119 411,119 000000000000000003a55c2a126dfb82dbe24d688eb47ec69e120f19e58adc5e 369 0.15/1.00 vMB 38
411,118 411,118 00000000000000000064966b3d55ce21f0ebb01013a8aaba967208c12d9319e0 1,750 0.76/1.00 vMB 42
411,117 411,117 0000000000000000054f1f66ad4975c556e62b992346bb475e22f69df5f08fb5 231 0.11/1.00 vMB 33
411,116 411,116 0000000000000000009dc3b9b0beb8a20f04f4e52165eb6418340eae941818cc 1,520 0.99/1.00 vMB 27
411,115 411,115 00000000000000000096703d8741f4f94582b50754990e71e4a98bd971190d29 858 0.43/1.00 vMB 37
411,114 411,114 000000000000000004c773b2dfae3fa3f6ee91c2409d649e29107a44a46b3fbd 774 0.41/1.00 vMB 36
411,113 411,113 000000000000000002726dbc630f7a88b20174b1eff973b266bf453834ec8c90 395 0.18/1.00 vMB 41
411,112 411,112 000000000000000004b7e6c7522839b48b6f58897face24e27f9246ca00269c7 1,547 1.00/1.00 vMB 30
411,111 411,111 00000000000000000259e362bb2719411b2e953fb549ecff4ade8b5ff88a473b 2,668 1.00/1.00 vMB 40
411,110 411,110 00000000000000000465f4989281a30df38962fd3de7ad1884f3e800b55d4d88 769 0.38/1.00 vMB 40
411,109 411,109 000000000000000002b556d970f8175ea48dcec7410afd3ce24070080ab6f56a 382 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 635.54 GB
    • Received: 12.31 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.