Loading Tool

Explorer IconExplorer

Memory Pool

75,591 transactions
27.93 vMB
0.08404096 BTC
Random Selection Loading Transactions
Max Size: 170.03/200 MB

Candidate Block

Mining Attempt 2045ee144879435fb64006bb98806cafb87a49b008840bfd0a806f1b882e129e
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root fbc5e7a5886137621c346b37ebb14a524242d0a32153685adfd92ba3b75ccad4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.02415109 BTC
Feerates: 100.21 > 2.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (602,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
313,122 313,122 00000000000000000ea125b50d996fdeed45e368a27799ee9c9c3ed59ae10431 348 0.18/1.00 vMB 31
313,121 313,121 00000000000000000f2bbc6fb18d3669d47ee514b594c7184c2299333a027241 37 0.01/1.00 vMB 34
313,120 313,120 000000000000000032691b81cb936ce73d007a2b413262e1174de898af273082 406 0.23/1.00 vMB 26
313,119 313,119 00000000000000001162737f10211b138b15f793331aad9d5ff387c8752dab7a 293 0.17/1.00 vMB 22
313,118 313,118 00000000000000000f9864a8488f75adca3f0177dc667b2cd2908f941cb20b55 642 0.34/1.00 vMB 28
313,117 313,117 000000000000000038cef177eea9de84db29a399846a1aade536639bdfb9991f 311 0.17/1.00 vMB 22
313,116 313,116 000000000000000019fd820bf7c1af31510f3a13c23307f1af24cbb493dd57f2 121 0.07/1.00 vMB 29
313,115 313,115 000000000000000023abcb7c328a710459f0e85f98193f07f0a3377b3c4a64d8 50 0.03/1.00 vMB 25
313,114 313,114 00000000000000001d91579fe8b6fb919d3191c7d6d76667b87a58b7f043d074 117 0.05/1.00 vMB 31
313,113 313,113 000000000000000036c1e4797f212388af62192dffca6d05328f6377a1ca614e 189 0.20/1.00 vMB 16
313,112 313,112 0000000000000000136d92932c5704eb77d0076df90b90f38f56c9fa1e481b96 512 0.20/1.00 vMB 35
313,111 313,111 00000000000000001680a494b9c41accd92f71ceba5505c0841f79db8a051b2c 331 0.16/1.00 vMB 34
313,110 313,110 000000000000000027f93ec3060473df092e8a5348d3cb1282bb3f95ff5e6876 22 0.01/1.00 vMB 23
313,109 313,109 0000000000000000174a3018e7ff8c494bc7f8086c4e15f39d6953e3055e4389 444 0.35/1.00 vMB 24
313,108 313,108 00000000000000000735018906baead567365445de9913bd0649e74634a653df 444 0.24/1.00 vMB 32
313,107 313,107 00000000000000003107174ceadec8d39d2c4565068615824dfd1487277a06d0 352 0.19/1.00 vMB 28
313,106 313,106 00000000000000000704212042589572c3061d3bde47a487c69ba29548c533f2 108 0.08/1.00 vMB 22
313,105 313,105 00000000000000002a5a9330ee7022a75d16547c66b00ab26905deb1c8b9c3a0 97 0.08/1.00 vMB 20
313,104 313,104 000000000000000010a46b4b506c9a14038998a1987098e6179e16a6e15c2346 252 0.09/1.00 vMB 35
313,103 313,103 00000000000000001cb9ef997b2896d9797be2cf07b2cb0fd03babeaf1224ec1 139 0.05/1.00 vMB 22
313,102 313,102 000000000000000019750b8c852478e6b971cb0a6a8e946bd8ebeca166c94168 596 0.34/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.