Loading Tool

Explorer IconExplorer

Memory Pool

34,100 transactions
27.09 vMB
0.05531045 BTC
Random Selection Loading Transactions
Max Size: 135.37/200 MB

Candidate Block

Mining Attempt f05772b2b0be07c0a9bd5eec83ad47cadc3f9b2f86f028b6bb884aaf81a84db8
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root bab187b5ff87e82e1c0fc5e18070ce4f4addcda3a915cf3bf3b423396b0dff93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 822
Size: 1.00 vMB
Total Fees: 0.00430243 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (331,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,704 582,704 0000000000000000000b11a5353423ef6b88af48a6e94b0545f5bd4066204db0 2,905 1.00/1.00 vMB 175
582,703 582,703 0000000000000000000fffbb995f5b18d3dc949f6fd048d4ae5e411d13662beb 2,703 1.00/1.00 vMB 163
582,702 582,702 0000000000000000000eb73d2cb2b07e9b280116d72912ef327ead511b997388 2,674 1.00/1.00 vMB 181
582,701 582,701 00000000000000000006acefc4c2e534eeeb5a11b713c6d96a0324123c3a0d93 3,336 1.00/1.00 vMB 215
582,700 582,700 00000000000000000013b51db74ce72af1e45535f252f068935dfc5da7803b0d 3,078 1.00/1.00 vMB 77
582,699 582,699 0000000000000000002277fcc36c245df2850c49c09fe216c427fab2257401c7 3,445 1.00/1.00 vMB 67
582,698 582,698 00000000000000000011b4c8d4c4f7a16ce794cee9272bab73783a501f68e258 2,077 1.00/1.00 vMB 93
582,697 582,697 00000000000000000002503237610f0b223b227ec8c2102221c65625b14a3fd5 2,773 1.00/1.00 vMB 402
582,696 582,696 0000000000000000000853bb7d92d1ac53ba9c390ff7c284be249d41a9af9c03 2,690 1.00/1.00 vMB 127
582,695 582,695 0000000000000000001657f11eb9c460988c205ef178b4107e320a619db2c12d 2,659 1.00/1.00 vMB 122
582,694 582,694 00000000000000000004d85d5a6521568567a0cc3577abdfada7942564460c32 2,970 1.00/1.00 vMB 115
582,693 582,693 000000000000000000132c9e73b0794133001e1a3edd44ad93892ceeae27a78b 2,254 1.00/1.00 vMB 113
582,692 582,692 000000000000000000089ab98d8eb32d5a664e568c4f2d30c6e5bea079a8fd8c 2,369 1.00/1.00 vMB 113
582,691 582,691 0000000000000000001d4cd10dcda97af03dd8878bc5056fbb0b2c78b3b96ba1 2,557 1.00/1.00 vMB 142
582,690 582,690 00000000000000000006032252a062a7b0721b9de7f0e3b4edb4174973a2dae4 2,567 1.00/1.00 vMB 128
582,689 582,689 000000000000000000168dab4ab9022ca6c3369b914d1aa516af9edd314b706f 2,490 1.00/1.00 vMB 137
582,688 582,688 0000000000000000001037de46cda3bf8bc4729eb0bb4658d6cecc298e0d37f9 2,167 1.00/1.00 vMB 127
582,687 582,687 00000000000000000007ac2cfc58eea15dcdb4efbfc9579db60ca3477d66e48f 2,347 1.00/1.00 vMB 158
582,686 582,686 000000000000000000181da428863f42fd1880f758efc0e8809227074ed37c7e 2,624 1.00/1.00 vMB 187
582,685 582,685 00000000000000000021da58038ef0981c653e58e2b0549107275ab1b05f0d40 2,387 1.00/1.00 vMB 180
582,684 582,684 00000000000000000009a91a27aff7590d96d57dbde821ac05a6677387d35ebe 2,684 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.