Loading Tool

Explorer IconExplorer

Memory Pool

42,715 transactions
29.28 vMB
0.07584663 BTC
Random Selection Loading Transactions
Max Size: 150.22/200 MB

Candidate Block

Mining Attempt ab47e49703764ca519ee8165a4d59822c1d1a0f0549e7f8a155821b441c63f70
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root b82a39d804748b9b094d0957fba70d3d36ed4465d925c226afe07d1020b529c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.01833339 BTC
Feerates: 100.36 > 1.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (309,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,819 604,819 0000000000000000000415c6d763f41738ff994a42412dc87eb69135751a20f1 1,632 1.00/1.00 vMB 17
604,818 604,818 000000000000000000113548b424cc462f20fc8089753b37e2db41a19df941b6 3,104 1.00/1.00 vMB 40
604,817 604,817 00000000000000000002bf0deae39e8fe443fadae6c5505885be487f843d896a 1,963 1.00/1.00 vMB 18
604,816 604,816 000000000000000000120abacd3b37dbe0eb80df3f0edd42db5d4c3fab88c11a 3,303 1.00/1.00 vMB 27
604,815 604,815 00000000000000000001927c6025970009ae0ea05bbfd5d6a1934a5d42b8822c 2,063 1.00/1.00 vMB 10
604,814 604,814 00000000000000000007fa7da294fcadc89fa1630d72e204d80308f27d2d16e3 2,325 1.00/1.00 vMB 18
604,813 604,813 0000000000000000000fdc56461bcdf1cdfdf57f31c10056d8f652281e9f06ff 1,714 1.00/1.00 vMB 15
604,812 604,812 0000000000000000001314fc1f2728b0d8f8df4628ee8ba301f6c6636e54d5a7 1,726 1.00/1.00 vMB 12
604,811 604,811 0000000000000000000244ec9364e55b2770ac5e76356da74b1a76351a94e3c7 2,247 1.00/1.00 vMB 23
604,810 604,810 00000000000000000001b1a2dc4f145141ed175e32b4775ebde3fd0f2fd51892 3,029 1.00/1.00 vMB 33
604,809 604,809 00000000000000000004147978416d48fd986c0250f26a5515b7fbacce9ebffe 2,147 1.00/1.00 vMB 19
604,808 604,808 0000000000000000001052dc9d568d8e23da5e83aa0a5f3d22f9b75a5099e7c6 2,548 1.00/1.00 vMB 22
604,807 604,807 0000000000000000001185ffdecd582ee09567b80cd80808c9330f4c47ada0a6 2,443 1.00/1.00 vMB 35
604,806 604,806 00000000000000000011898368c395f1c35d56ea9109d439256d935a4fe7d656 2,003 1.00/1.00 vMB 19
604,805 604,805 0000000000000000000b4ae53a1fc9f5acfc40c42f5550300163f38d06e0ac95 2,675 1.00/1.00 vMB 37
604,804 604,804 0000000000000000000d0485ea8b5162f030ab115900d23702b65ba44bd15301 2,719 1.00/1.00 vMB 39
604,803 604,803 0000000000000000000824a5a51eb403612fa1a830866a2cb15fab3f7865354e 887 1.00/1.00 vMB 78
604,802 604,802 00000000000000000008c9169e0c6b9f4d9206dfe300e1cd09618e3e0c879b0d 2,457 1.00/1.00 vMB 21
604,801 604,801 0000000000000000001547af651cb72a71c7e6841e3ecafad8707e2b7f23c0f5 2,659 1.00/1.00 vMB 24
604,800 604,800 00000000000000000012145f8ffa7218d2d04ca66b61835a2a5eaec33dffc098 2,945 1.00/1.00 vMB 35
604,799 604,799 00000000000000000002fb021eeb13e47021920faf6e5daa3c40bc552c4d248e 2,876 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.71 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.31 GB
    • Received: 11.90 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.