Loading Tool

Explorer IconExplorer

Memory Pool

50,987 transactions
30.45 vMB
0.09616527 BTC
Random Selection Loading Transactions
Max Size: 163.35/200 MB

Candidate Block

Mining Attempt 2977d2a819dd06b7aa43f81197a07bf7df1c5f6b6f0bca12f2cf83aa17ea910c
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root dadcf99531a4c3a2adb5f7a673774ddd5c749fc9062476d9eb1f95656d49b8ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.02443816 BTC
Feerates: 202.16 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (220,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,463 694,463 000000000000000000005fadf0f4d67f240c4fcaacff14f755a7aae265e9edb7 1,989 1.00/1.00 vMB 8
694,462 694,462 00000000000000000009b31bff419850a88f9e2d729d3253a0c3fe5cca5637a8 2,323 1.00/1.00 vMB 11
694,461 694,461 0000000000000000000a70de1d335805bd596d4f3404693468e265a6d63f1a8c 3,076 1.00/1.00 vMB 8
694,460 694,460 0000000000000000001262a1858a6b8fb87858b14b149411b441f53da6d65895 3,063 1.00/1.00 vMB 17
694,459 694,459 00000000000000000009adb69862a71c1ab2f910f49dd9f950f2e034f4a1837b 2,252 0.81/1.00 vMB 11
694,458 694,458 00000000000000000008f28649bd57274cc1346044c7270bf1afed9ff939ee82 135 0.09/1.00 vMB 13
694,457 694,457 0000000000000000000dfac32b5712994eaf6b246aa7e6ca061dda237b653f79 968 0.87/1.00 vMB 3
694,456 694,456 0000000000000000000ee7de1adc593cf064a0fa702d0c9e03b7c4c2af4d68fd 2,025 1.00/1.00 vMB 16
694,455 694,455 0000000000000000000d94d87c054814a79b5962f20d2e58bc397add345a8b4c 470 0.15/1.00 vMB 16
694,454 694,454 0000000000000000000fc09107f4978fd31332c3818214478de9391f9e2aae8b 254 0.11/1.00 vMB 23
694,453 694,453 0000000000000000000cbbaffed9fcc8c525ce5a2f72fe6d447d1f05913da967 2,729 0.96/1.00 vMB 12
694,452 694,452 00000000000000000002137d94eb382dc54f0ed6e5e55d4c8873a61cd7af19e5 442 0.14/1.00 vMB 15
694,451 694,451 0000000000000000000f2ba7f4be6f718123c852b4389ccd34028ce0bfe9c5b4 353 0.17/1.00 vMB 9
694,450 694,450 000000000000000000093d7a05bbf3a40a91b61d70ff4bb9fefb2c1df6ac5cbb 1,945 0.66/1.00 vMB 13
694,449 694,449 0000000000000000000a91ce74f9fa94c277182701c3a69cc764f81ecff8ec35 1,011 0.80/1.00 vMB 1
694,448 694,448 0000000000000000000c6406628f43659fb3742d16306bbc6350e34b2350ca84 2,135 1.00/1.00 vMB 12
694,447 694,447 000000000000000000135d7ba7322761bb9b8f18557e0ac23aeb0c0b06886a6b 1,853 1.00/1.00 vMB 2
694,446 694,446 0000000000000000000d61ed3ce6574003aca1b7827c88fc1dce634de3961e64 2,835 1.00/1.00 vMB 7
694,445 694,445 000000000000000000084ff742ad01209cd77eaccb062e8142633bc7cc6dd689 3,065 1.00/1.00 vMB 9
694,444 694,444 00000000000000000007be5c9265530ef7db5de58756945fdb69412e4ce77217 2,800 1.00/1.00 vMB 34
694,443 694,443 000000000000000000071ddb08a21857e81792919aa0e9f68db6fc5d3580d2bd 2,429 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.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.