Loading Tool

Explorer IconExplorer

Memory Pool

82,651 transactions
30.45 vMB
0.12233226 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt 653d91f11b6613cc46f7b7a2bcd3e0905de1f0bd06728f2f79e074139502ca15
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 1647dbcec27808147aef98b401b1ea9ad709ee9a1be88a8755e4fb140e31c160
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04323308 BTC
Feerates: 150.85 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (541,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,134 374,134 0000000000000000093a7f776858526d79574d2918d0bdc10dd1d509ef5f6e09 722 0.26/1.00 vMB 78
374,133 374,133 00000000000000000bdbec3a9dbf51f013fb4c5caa1ecc3450c3cdb44ff5a00e 1,538 0.93/1.00 vMB 34
374,132 374,132 0000000000000000026bb01d839f329937442bbf8787d002ad903e0d1f9dce9b 2,147 0.93/1.00 vMB 58
374,131 374,131 0000000000000000048e8a0ac3c96157155a70ef11b7c3c70e40055439a03d35 826 0.93/1.00 vMB 13
374,130 374,130 000000000000000006681c5f6e6768114e14f70eaec3b3d2befa3f56016d280b 2,319 0.95/1.00 vMB 51
374,129 374,129 000000000000000011d6e1eeeaf31656bd89cd83c1eb221d37b7b5465edcfef0 2,516 0.93/1.00 vMB 58
374,128 374,128 00000000000000000582e5c2307d86881fdfbd03afaaaab87b5d3dba7f7e8363 1,149 0.75/1.00 vMB 33
374,127 374,127 0000000000000000120397d02b9109f8b13987838748def0d3b1cb0b910e4434 827 0.50/1.00 vMB 54
374,126 374,126 00000000000000000ee60c2eff2d40b4e38af9ff0b939f8adae5013f15beaa50 695 0.27/1.00 vMB 52
374,125 374,125 0000000000000000016b091207f1295e03eea749b547a72ddc2acde24c4e1e97 648 0.30/1.00 vMB 51
374,124 374,124 000000000000000007555a52d285c01c1fc9871f50f6f5683c6f5312b3aeab34 1 0.00/1.00 vMB 0
374,123 374,123 00000000000000000205875671d027aec09a1da2b32e6407d7ec66e64f0ea6f5 1,009 0.93/1.00 vMB 19
374,122 374,122 00000000000000000b7db8bc7e7435bb3323561763567d3b36fef760cafc599d 1,468 1.00/1.00 vMB 38
374,121 374,121 00000000000000000cc45986a39e6bf4b4759a5c53620287679b875f1994651f 850 1.00/1.00 vMB 15
374,120 374,120 000000000000000007fdf66aea8c0d09782403aa23af192319e2771da0059c5d 1,562 0.93/1.00 vMB 39
374,119 374,119 0000000000000000081c95e331671152df9f0a7f1e3a9715235e4639e1999764 1,122 1.00/1.00 vMB 26
374,118 374,118 00000000000000000b01332e37989a0290b79ff9b646a263dfd292271987337b 928 0.75/1.00 vMB 30
374,117 374,117 00000000000000000f82d5a4fdd014ec8ed62dc75bb8a7ad6c542faa8c8bd305 680 0.95/1.00 vMB 9
374,116 374,116 00000000000000001238938da19b579b0d2e1c082b29cba035bc8a68c9cfa0d5 1,487 0.75/1.00 vMB 56
374,115 374,115 00000000000000000989c7670f6ca869c60452d65fe7a7760ee1af43c037bfcc 834 1.00/1.00 vMB 13
374,114 374,114 000000000000000010dcc67efed12c3caf7bb98a5a16a96e7bfa8b0541532df0 958 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.