Loading Tool

Explorer IconExplorer

Memory Pool

83,257 transactions
32.17 vMB
0.08578161 BTC
Random Selection Loading Transactions
Max Size: 195.32/200 MB

Candidate Block

Mining Attempt ec495ed0809f9811014737b856cf6af782fe460913a87463d0eaf5ddfd2d4d63
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 0fd65937ba8b9b764653b71942ad15156000ec50f97d404f96093d8483d9469f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.01524389 BTC
Feerates: 150.92 > 1.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (735,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,206 180,206 0000000000000748a5151195745470618bec18c7cc0f022692c8602d0d3e3dd6 59 0.03/1.00 vMB 124
180,205 180,205 0000000000000189eb2b84b35f32e2e804d93fd3f66ce104b157b2957b987155 133 0.05/1.00 vMB 1,084
180,204 180,204 00000000000003c901f40e0040402ab5d025352ddb46794f7f64bf0dd0e81928 152 0.07/1.00 vMB 451
180,203 180,203 00000000000005cc5f865b4eac859ac9a8a235fedd6790fa4756b739ccf426c7 25 0.01/1.00 vMB 139
180,202 180,202 00000000000005ba2b011f16d5006cdafb04ffb9ac794e295e9c775de33b4726 347 0.15/1.00 vMB 180
180,201 180,201 00000000000002793280efe17cfd9143418e9b78f90154dff7c484d6db8d2544 596 0.25/1.00 vMB 125
180,200 180,200 0000000000000434c4df871537023943bf86760c413ac96badcd99a0d4286af6 130 0.05/1.00 vMB 168
180,199 180,199 00000000000008a8ae4852916664e164c989acb70b2100c14ae34d284e0498c8 190 0.08/1.00 vMB 189
180,198 180,198 00000000000006c283c64046c90365a09d722188147fead2b5817201ada53269 72 0.04/1.00 vMB 141
180,197 180,197 000000000000077feb44c9b098f7d842a3c6ef9bc58224b0b0f3325135640281 29 0.01/1.00 vMB 131
180,196 180,196 000000000000021303eb815cc5b5a09af1beeefe9e545681159162bcb3e4b757 24 0.01/1.00 vMB 43
180,195 180,195 000000000000071b8b983fc036503853922c120bb26a25f826aeffb5f476c63d 146 0.07/1.00 vMB 113
180,194 180,194 000000000000017c529cdbaf7fe354b20054211669a346606f6d4d9010cadd39 87 0.06/1.00 vMB 74
180,193 180,193 00000000000006c76981ff578cd1c774c38c80a8d629ff8f5a958ae59add1a9e 34 0.03/1.00 vMB 45
180,192 180,192 0000000000000597ff616f709f27b7d090bad057bcea9a4fbe81782541607879 392 0.19/1.00 vMB 159
180,191 180,191 00000000000000b06a6f004e7f4d48ae99704ab24bf50156fbd4900dd23255fe 31 0.01/1.00 vMB 160
180,190 180,190 00000000000002386bfefeb2e14ec2b3602ab2496ff4c78bbee100ff4342b772 43 0.03/1.00 vMB 59
180,189 180,189 0000000000000726cc851b72456a9920014199ff58b78413e51258855577daac 164 0.09/1.00 vMB 121
180,188 180,188 000000000000026e47b26b40d095956fe9b50b0d93a808e9d0d321bf15d24c9b 354 0.22/1.00 vMB 117
180,187 180,187 000000000000016d4dd57692025d522d7c7bd8410cd8be8b0a350ffb89ffd254 118 0.05/1.00 vMB 177
180,186 180,186 0000000000000937261813d0d8ea33d599f1f12e92148326c595086234e8edfc 151 0.08/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.