Loading Tool

Explorer IconExplorer

Memory Pool

42,997 transactions
29.17 vMB
0.07761189 BTC
Random Selection Loading Transactions
Max Size: 150.07/200 MB

Candidate Block

Mining Attempt ad16accb16de01e24bcb18b491828937934935db48b1ff89cad5b557b80b246e
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 90ac30a4fe3efadd6e01f0fd613e0eb922fedf5a838e52257ac43158ccf7f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.02055911 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (446,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,687 467,687 000000000000000001f0a046eaee8def0ac3cdf5caeb219ae9bc853082c9c1ad 2,476 1.00/1.00 vMB 299
467,686 467,686 000000000000000000784fcd07494d81f5d41312b6b861834d94a735ab461b19 1,685 1.00/1.00 vMB 189
467,685 467,685 000000000000000001e8a81d877a48c1f918acda1228aa15964ca2bcf000fa57 1,340 1.00/1.00 vMB 186
467,684 467,684 00000000000000000187b4cb3b07a484b736433c177b232e91d0e1bf8dddb696 2,516 1.00/1.00 vMB 274
467,683 467,683 000000000000000000578735d25d5a1632f0bb865f193b565041b3bf0c9e2f3f 2,637 1.00/1.00 vMB 271
467,682 467,682 000000000000000000b51db0ab76c2b3334446104e4eac36d24cef0108df7414 2,290 1.00/1.00 vMB 279
467,681 467,681 00000000000000000053cfb327adc2a81318fd778cccf5beff6e9913964747c9 2,890 1.00/1.00 vMB 337
467,680 467,680 000000000000000000aa9322099e3ddb8f9cef77cd5270cf67455fa06aa8b473 1,695 1.00/1.00 vMB 195
467,679 467,679 000000000000000001f36804c0bde2c5e4ea1669d0a49d8566fe4b5bcde89955 2,214 0.99/1.00 vMB 252
467,678 467,678 0000000000000000004739cb16e80f596bdb9a76586e6e300478be7d515e99d4 2,323 1.00/1.00 vMB 302
467,677 467,677 0000000000000000010d64584e351d76c9ffd930693971b6de44b416c8aaa38d 2,048 1.00/1.00 vMB 215
467,676 467,676 0000000000000000003d1d1e6da2e5f711037f9ab8ead81c11f2b357c03a3985 2,040 1.00/1.00 vMB 250
467,675 467,675 0000000000000000005418e9e60839cbd9b2ae2aef66130e2a1eeddc5f2afa93 2,642 1.00/1.00 vMB 312
467,674 467,674 000000000000000000d89e5c0b09d11f6adab1c4d9d6bf5cce0188a96afebecc 2,979 1.00/1.00 vMB 329
467,673 467,673 0000000000000000004361bf456530f5ded82d9d0d2cf104f099efeedd5d0b04 2,533 1.00/1.00 vMB 273
467,672 467,672 0000000000000000017d9a0b4f4be3018077cfd1640e9d8f2542404ba940c2f5 2,749 1.00/1.00 vMB 334
467,671 467,671 0000000000000000013cc9945884414987f3adf4c1da7133c8790c9fff8b0d54 2,550 1.00/1.00 vMB 318
467,670 467,670 000000000000000000f686e92cc45a8e32741457940ca922d0054c386db93cf5 2,344 1.00/1.00 vMB 227
467,669 467,669 00000000000000000082d6d53bb456041dfc46cbb9e238b0cf094d319e53b2b7 1,688 1.00/1.00 vMB 238
467,668 467,668 000000000000000001bea8834a186bdef0ba007f4cebb1401ae85166a2e79e98 1,794 1.00/1.00 vMB 212
467,667 467,667 000000000000000001c04c2eaac3ac9bee951d31fe8be43eae11da9e9109dee0 2,245 1.00/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.