Loading Tool

Explorer IconExplorer

Memory Pool

79,300 transactions
29.69 vMB
0.07687267 BTC
Random Selection Loading Transactions
Max Size: 178.07/200 MB

Candidate Block

Mining Attempt fe6f90b7484fb200d71d66bb4feea378164ba439bc5b4480b0054469b3267f44
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b5ff3a179cd3f0f974c46284798c85535254c46780df8f5d61946d3b94b3f987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.01629318 BTC
Feerates: 313.32 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (427,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,222 487,222 000000000000000000397d1d76664a228096fca5e70a54193217ad2c4d2c9520 2,167 1.00/1.00 vMB 171
487,221 487,221 0000000000000000009296604a6c211a99b22fc91f225d62695aac173606922d 2,319 0.96/1.00 vMB 141
487,220 487,220 000000000000000000bf8d65a49b5b97976eed886ee33ba08ea62f7436aa6d5e 2,533 1.00/1.00 vMB 180
487,219 487,219 000000000000000000c31b0e610f7c7601506e79ade8b895ebaa7f5252ccb07c 2,166 1.00/1.00 vMB 72
487,218 487,218 0000000000000000009f2b9d140d0c45c3103c6d716628c1eb5ed2cc4081bcc3 2,237 1.00/1.00 vMB 25
487,217 487,217 000000000000000000335128e75a36fa886b6a4f9078f6585025cf019659d716 2,598 0.97/1.00 vMB 117
487,216 487,216 0000000000000000007eaead4d4a671319b26179359ccfd1e529037ebefe2356 2,465 1.00/1.00 vMB 123
487,215 487,215 0000000000000000004f5d1cdd4b66ca078db620dfc67d524c4e522cbeecca3d 2,239 1.00/1.00 vMB 134
487,214 487,214 00000000000000000011971832eb1e3e2e061c14539c196e262e2822242ece62 2,403 0.95/1.00 vMB 144
487,213 487,213 0000000000000000005869965c71f33e8c59a9714352e2ca71f36c13df0e6d8c 2,523 0.98/1.00 vMB 184
487,212 487,212 0000000000000000006f4efb4a31cbed30e5d4b8a4ad441be6c6c552a6b0d4fc 2,247 1.00/1.00 vMB 173
487,211 487,211 0000000000000000009bec448799e83f2038a9fbb3eecf70fce7399c799b5f2d 2,383 1.00/1.00 vMB 77
487,210 487,210 00000000000000000012022536e3a5b120b7234fa3c09cc090e47c309d21b767 2,063 1.00/1.00 vMB 44
487,209 487,209 0000000000000000001e0b1b268e248165dbf9061d1b6989895b0cb9808bbddc 2,368 1.00/1.00 vMB 92
487,208 487,208 000000000000000000902527cffe469ace468b99e6c0dfb7f373657c8b68b83d 2,619 1.00/1.00 vMB 42
487,207 487,207 000000000000000000a023839466d87fe2d0c16bd606a87dcbd2319e77753dab 2,310 1.00/1.00 vMB 52
487,206 487,206 000000000000000000260bccbb64d99a404fa8898632955f2a3ee1ea16297379 2,490 1.00/1.00 vMB 58
487,205 487,205 00000000000000000064def6795bb789ee9016628f059ff46ae938bfbf8619b8 1,959 1.00/1.00 vMB 149
487,204 487,204 00000000000000000063fb20485f4adc253aada1124e04faee44ddd9c2bbf667 2,522 0.93/1.00 vMB 73
487,203 487,203 0000000000000000007b74a0f709816ec1f6789d72775ea84239e44c4f5d1f21 2,302 0.98/1.00 vMB 163
487,202 487,202 0000000000000000002f05498240b03dc9fe8197c197492c158b9a2e9b389d86 2,287 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.