Loading Tool

Explorer IconExplorer

Memory Pool

33,423 transactions
25.34 vMB
0.05458885 BTC
Random Selection Loading Transactions
Max Size: 128.26/200 MB

Candidate Block

Mining Attempt 69104bae689c2e9b1920f1fd36f094db5aed7af782b89d40bec910d935c66d6a
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 1a20d68cf74707eab42cd3f11e1085b37a696ef6ae5bb690b4c3ff5b2f3fd2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,707
Size: 1.00 vMB
Total Fees: 0.00871019 BTC
Feerates: 101.16 > 0.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (525,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,628 389,628 00000000000000000427cdb09a0c1c18125c7c184366d47c79c755231a99cd4e 1,131 0.93/1.00 vMB 21
389,627 389,627 00000000000000000ae88fbd74ff63721121960b32b12b93300265f7a8b7c84c 1,347 0.75/1.00 vMB 22
389,626 389,626 00000000000000000b605423feac22c149a47bcd6c74490d763137e5db3bb311 2,145 0.75/1.00 vMB 45
389,625 389,625 000000000000000001fe771201970b0584cb1d0e97fc22b8eeb5bec925ea888f 1,671 0.93/1.00 vMB 28
389,624 389,624 00000000000000000aa31dfc129c2a5536e6555f31df6df8255b14eff4cf245a 1,547 0.95/1.00 vMB 29
389,623 389,623 000000000000000003187471a8e06f0372b64812365e7cd7a27891c25fafa11c 2,088 0.75/1.00 vMB 50
389,622 389,622 000000000000000005391632f26f56db48ea62bd1f5f827b991db7d58b0ea089 2,177 1.00/1.00 vMB 32
389,621 389,621 00000000000000000a5185d1c14d3a4de9a6c66e74b74ec008d891e5507b6c0b 2,873 0.93/1.00 vMB 61
389,620 389,620 000000000000000008bd059214ca86f3826ceae960989c1a441572047b98b613 1,802 0.99/1.00 vMB 25
389,619 389,619 00000000000000000a8a9dacbf1c611e906aaae903524688473e893ddc24ee66 1,959 0.95/1.00 vMB 32
389,618 389,618 0000000000000000076267a19ceea9ac429820e6be19e1385e95c96619d6ef34 3,017 0.93/1.00 vMB 39
389,617 389,617 00000000000000000097f026a718e979685c76676f9df9f4511e7a95833889fe 2,873 0.95/1.00 vMB 54
389,616 389,616 0000000000000000000685806cf17a8a46fcd8f5c7fe44f53aedc145451e8079 406 0.95/1.00 vMB 34
389,615 389,615 00000000000000000a34b82bba710babd3303c80680f6a8bb76d9b053c89a99a 9 0.06/1.00 vMB 10
389,614 389,614 0000000000000000058cd5455e4fb58e1863c4857ecfc70091963c680fab7f85 1,849 0.93/1.00 vMB 34
389,613 389,613 0000000000000000059db51da092a5a427bf36ae9d8fe6f8ca18eae079b65ec3 1,424 0.75/1.00 vMB 28
389,612 389,612 000000000000000002e9412be3aac97a403c37e83c8c78045fb645883f4a66da 1,578 0.90/1.00 vMB 23
389,611 389,611 000000000000000000f553e769db71070aa2dd2a3c90403938bab23e9eab8023 3,285 1.00/1.00 vMB 58
389,610 389,610 00000000000000000899aaa6dcdbe22b567a35cb2f9060af730e0a12da303c8d 2,623 1.00/1.00 vMB 40
389,609 389,609 00000000000000000ae5dd9338efba45855e65c888e5ebf07214710e0919c665 570 0.34/1.00 vMB 27
389,608 389,608 000000000000000005e0f026e39adc4962f7206e9033b68a238a195feb6e26c7 1,576 0.75/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.