Loading Tool

Explorer IconExplorer

Memory Pool

81,169 transactions
30.33 vMB
0.07738841 BTC
Random Selection Loading Transactions
Max Size: 186.01/200 MB

Candidate Block

Mining Attempt bab7de40d40f21f497482a854a4e40cdb170a872c4092495137abe05c9ffc7d5
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root 007af4795e94624134701d8cd6a52bcf01a727fddbc8701122ee9b35a9b90479
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,594
Size: 1.00 vMB
Total Fees: 0.00964475 BTC
Feerates: 60.11 > 0.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (491,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,262 424,262 0000000000000000043aa2d49584bb089affda3c40bc16e48b807f4dcd6e046a 1,911 1.00/1.00 vMB 70
424,261 424,261 000000000000000003c56339491f83a4e1fd7982c085fb40dd659287113a6841 2,257 1.00/1.00 vMB 60
424,260 424,260 0000000000000000007707a0c0ec589f68f931d9cc1913c8673408ee97a43a66 2,056 1.00/1.00 vMB 78
424,259 424,259 000000000000000002a6eafb8e2aba551cc0f648487293177a2b8fce45081043 2,552 1.00/1.00 vMB 134
424,258 424,258 000000000000000000b1db8c684b37270eca1c55c9a77870766a565305cfc6e3 2,316 1.00/1.00 vMB 77
424,257 424,257 0000000000000000053c2f05b41717140dec6143defe79ef9ea9bb662313ec6d 1 0.00/1.00 vMB 0
424,256 424,256 0000000000000000050c42e32f6b3fa66e8000f6b59e29cdcb1bd9da85d0e39b 1,678 1.00/1.00 vMB 36
424,255 424,255 00000000000000000114c09f7cf4b41f64e52f9ba4218382a6313ca6accd9633 603 0.31/1.00 vMB 64
424,254 424,254 000000000000000002a0ce8dbf048c53ec493639fb27fc06c3d00530fcc13276 2,182 1.00/1.00 vMB 79
424,253 424,253 0000000000000000005a2787769b1f1dee9a495e5d247856c0e016b2c327fa6f 1,652 1.00/1.00 vMB 44
424,252 424,252 000000000000000001ef7f849ec052e5df365856dfd7d04b6ab6b4422c5e6e03 1,489 1.00/1.00 vMB 44
424,251 424,251 000000000000000003f05e770fd0d69c633ee7ef54103db1c89506e47382d15f 2,050 1.00/1.00 vMB 60
424,250 424,250 0000000000000000043cd73e05563a22ca49e465afd8c9ee23207501f5cd35c5 1,389 1.00/1.00 vMB 36
424,249 424,249 000000000000000004755fbd125d61db0a1321c91227cb4cdb756b9f7c8c7523 2,039 1.00/1.00 vMB 48
424,248 424,248 000000000000000003ad75646ecf52300fb7dea19fdd919064cdbb5833e97f16 1,782 1.00/1.00 vMB 45
424,247 424,247 000000000000000003b11b3da9fbf49aa4db154e0fb6daa513e3383bebc40548 2,681 1.00/1.00 vMB 63
424,246 424,246 0000000000000000032af6adea56152bd2a466a6b3fc1842331edca29c6c1963 1,723 1.00/1.00 vMB 96
424,245 424,245 000000000000000001a0becd03d3b25d33a31d67e773fa74a30459cb37bd5f71 2,894 1.00/1.00 vMB 151
424,244 424,244 000000000000000000e30de061f2c3b461bacf14361d38112282d7706358ac4d 2,009 1.00/1.00 vMB 68
424,243 424,243 00000000000000000388962fdfb2a6af9ac1722354e8c849e78a37dfc144e03b 1,939 1.00/1.00 vMB 80
424,242 424,242 00000000000000000563cca44f2a0b03fad5fb4b9db868b63c11afee831ec3c8 1,812 0.99/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.