Loading Tool

Explorer IconExplorer

Memory Pool

44,357 transactions
27.41 vMB
0.07190383 BTC
Random Selection Loading Transactions
Max Size: 144.42/200 MB

Candidate Block

Mining Attempt 6bf90e3c7b91bb00079c652b435b45a8c4603d6f3cc701fbd8058f45852ca719
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 4344511eddf6761fd6e0085f06070fe85ab1f735e6969bf501246bc41e11b090
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.02060420 BTC
Feerates: 170.94 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (673,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,646 241,646 0000000000000071c4ffbda68d80c050ed803f4de0bfa274704d4adc8d415bba 15 0.01/1.00 vMB 186
241,645 241,645 00000000000000ceef4f4b8879a879970cd22be5d889c1da5645084994890ddf 112 0.05/1.00 vMB 163
241,644 241,644 000000000000003e2e3ea1f41b4fde218329b9064c821646c9238db3502c0cf3 83 0.04/1.00 vMB 166
241,643 241,643 000000000000001f12577088283d4a140aa08d3fa27abb8d1856aa1c5a413b54 260 0.12/1.00 vMB 147
241,642 241,642 00000000000000843405efac6e1c5b043c851a6a41f6c0dee79d6947f6598e97 142 0.08/1.00 vMB 155
241,641 241,641 00000000000000abfa35c0070f9008b2b733c8ce03a9c5d38f4c7dc7c0b0a94e 64 0.02/1.00 vMB 158
241,640 241,640 000000000000005eb1cae1fde383b61a819afbf76f4f764a8aef9340ad57ff9a 146 0.09/1.00 vMB 103
241,639 241,639 000000000000005229c1cffec6c3b7b95a4706e982fecc7673552728a71b56f3 230 0.12/1.00 vMB 111
241,638 241,638 000000000000002d037f6bf6f0a9a96f83b183e999e28b69cf60e783a2b976f0 605 0.25/1.00 vMB 180
241,637 241,637 00000000000000af974dccf03ef391eef4c2169f34d940f9a8da9e54ea2d77ba 6 0.00/1.00 vMB 0
241,636 241,636 000000000000010ef5ef5e393eeb27b2eb26576db86daf995e5be1a1e8d695ca 220 0.06/1.00 vMB 60
241,635 241,635 0000000000000033057ac43854d8d1d533753887744755278055d1e9ed48215e 218 0.11/1.00 vMB 166
241,634 241,634 0000000000000043a32d344c4d2c97365ee927a691648061a1acaa813bdd01b0 371 0.15/1.00 vMB 160
241,633 241,633 00000000000000c7a314107c446a0d32dc00e1d599c9a469dc75f56f1e345c10 150 0.07/1.00 vMB 129
241,632 241,632 000000000000004ae3db9168f08e196debb3117bf91f3535f06c781355fc29d2 215 0.21/1.00 vMB 92
241,631 241,631 00000000000000b3943c41be18fcb25622a61383e8f7802dea5ab0b56d7549c9 256 0.08/1.00 vMB 188
241,630 241,630 000000000000000947bcb846e88000e5315eb4b7ef695d6998549535d36c63b8 128 0.09/1.00 vMB 38
241,629 241,629 000000000000006a4cd35f0026609b77ceba49999dc933115e15ef5d3ff4d831 225 0.12/1.00 vMB 121
241,628 241,628 000000000000004e2f91e6da7ef16808ece53c48751ab42788fb5307e9d7f2f3 112 0.06/1.00 vMB 121
241,627 241,627 000000000000001db90d3a6a2b9aa944452ac1cb750dccc68236ce9ebaea57a4 114 0.06/1.00 vMB 166
241,626 241,626 00000000000000a9baadf30e9a00d3a4386d0de1582f6b409f59f765d0717f69 262 0.16/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.