Loading Tool

Explorer IconExplorer

Memory Pool

75,854 transactions
28.65 vMB
0.08594615 BTC
Random Selection Loading Transactions
Max Size: 171.89/200 MB

Candidate Block

Mining Attempt 2da3ae011172a278193686bed3dad8724e0f2aecf2ecbca3c360c9a1af26b688
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root c75c8ba3a97bf606e676c6e7e5b5433e62f14850faecf67ad5e83b1a66c61400
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,369
Size: 1.00 vMB
Total Fees: 0.02017218 BTC
Feerates: 65.95 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (727,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,098 188,098 000000000000070b113c82ea72296f7aee283fc5732c9f166cdfcae2296ee5b1 150 0.05/1.00 vMB 74
188,097 188,097 00000000000008e52fa7404a61c539f9af02ca1089ee642a0f12cdebdc870caa 7 0.00/1.00 vMB 0
188,096 188,096 0000000000000900661c90e8a4647a3bd7a2079ce6e3fccde4e2ac2175ae2a18 130 0.06/1.00 vMB 86
188,095 188,095 00000000000006f364eba9ac05eff27d4a9f26d9a8a91f1085260593a609f12e 12 0.01/1.00 vMB 195
188,094 188,094 00000000000007a9ba822811dce60606fe8acf361033d7a6a55a1a0a1cc42b70 66 0.03/1.00 vMB 105
188,093 188,093 000000000000029002f2716fca9a5f9b68d09d9833a544c78b9d14a6946d1254 117 0.04/1.00 vMB 140
188,092 188,092 0000000000000855cebd7f5d6fb5164855f441abcff099aea3fb01d46f7b8987 9 0.00/1.00 vMB 35
188,091 188,091 00000000000006c8d7e5448cf4b54c322d493edd269401f1b0cde0d5396fc0c2 31 0.01/1.00 vMB 189
188,090 188,090 00000000000000855c14f72c63dbbedd114b9f8daa0e83e6581d54d8600b5794 469 0.14/1.00 vMB 161
188,089 188,089 0000000000000757a1e07087dfc075a23f7e1c288203ff7b29e816c939a93929 6 0.00/1.00 vMB 0
188,088 188,088 0000000000000307c566ef85e3604e9cbf70eb6aba9f7f359bd1985c2a0cb043 10 0.00/1.00 vMB 0
188,087 188,087 0000000000000345ec8e005d9f9c0fcf9c62087c4bb5da121e86db24abe73da9 20 0.01/1.00 vMB 198
188,086 188,086 00000000000003167635a85c763cffba273f9f1c23ac312780f516f1c3c30d01 375 0.13/1.00 vMB 127
188,085 188,085 00000000000008340c1ed54a5f6f2e263d7a779fb13ddd73d27dec3647a92cce 102 0.07/1.00 vMB 256
188,084 188,084 0000000000000918455121bf24fbfe76c685c573521cac475e5475b2d0423d2d 83 0.03/1.00 vMB 86
188,083 188,083 000000000000084529614c46fc7f8060ff48ca4d7d1a74ff910b9bb774d983d5 24 0.01/1.00 vMB 93
188,082 188,082 00000000000000f858b096e75882357cc70a2a47d1af1a747f7df2862df93401 319 0.17/1.00 vMB 99
188,081 188,081 000000000000054562385bfb2ee4e99ee60a56e9ed9ebc9b621fafdb200fd945 81 0.03/1.00 vMB 70
188,080 188,080 00000000000001ec27b8fba5c9d6ade3497899a0e6ecf2ae70ebfca7c7273fac 422 0.19/1.00 vMB 120
188,079 188,079 000000000000040d3368662980ef50f24486c71ad58e54224350ca9bdf9df7dd 68 0.04/1.00 vMB 53
188,078 188,078 000000000000081f05c6c12ec09187fa1be4055630257c0c92a38c9e7412c093 512 0.25/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.