Loading Tool

Explorer IconExplorer

Memory Pool

83,101 transactions
32.13 vMB
0.08439397 BTC
Random Selection Loading Transactions
Max Size: 195.09/200 MB

Candidate Block

Mining Attempt f2344fb6602fe3c2bf594fb8d87e6584aeb01684f619ca0ad899893076cad8e0
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root edb346035ce5b6158b7cbe16491181e27b2c3d8fa25a295ec8253fe4727c06f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.01387716 BTC
Feerates: 146.96 > 1.39 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (580,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
335,021 335,021 00000000000000001872c614ac707c59b8fdf4f6150665c2ff57747c4df56920 618 0.43/1.00 vMB 19
335,020 335,020 0000000000000000112ab5e78bd9b55341006a17b432d4537311d18250306f8c 2,297 1.00/1.00 vMB 28
335,019 335,019 00000000000000000fbb3990dedbdc26b18e65a892034cc5ed78881988c9da5b 702 0.35/1.00 vMB 28
335,018 335,018 00000000000000000b5e02b022231378a22a99e9de03c43161194e0c7fabb816 354 0.22/1.00 vMB 23
335,017 335,017 000000000000000012a76229ee16bdb32bb627cdebc38503b04905f506faff19 864 0.57/1.00 vMB 21
335,016 335,016 000000000000000019b6cd95999810f8346b628195f49aea9d06662151e91961 387 0.22/1.00 vMB 23
335,015 335,015 00000000000000000c1db468d8e917925835acaf569be550b3da4705382554da 284 0.20/1.00 vMB 19
335,014 335,014 000000000000000009e35b157e3238315aac80662b23161424c5b93f9f1c47ca 171 0.10/1.00 vMB 17
335,013 335,013 000000000000000014aa798e6fe033f902d749734a83dc1fa9718a80f4fb9e8e 416 0.58/1.00 vMB 10
335,012 335,012 00000000000000000c31f0032d3e279f4581ae930a6225bfca522ed0d5380d07 1,537 0.75/1.00 vMB 29
335,011 335,011 000000000000000000260f2c07093f2b5ec8e9100dce2225ece69d296275db69 327 0.25/1.00 vMB 21
335,010 335,010 0000000000000000062290ce55a72aa383aaebcd9c9fe978438b6e48c9045465 171 0.14/1.00 vMB 18
335,009 335,009 0000000000000000160c2eb4fdf7c68fa0ea71f0156f78f80e89e018fd872349 979 0.58/1.00 vMB 24
335,008 335,008 000000000000000011fa7c0ae1fc063b8c31176fad889d2b4cf657c1eb322d06 105 0.06/1.00 vMB 3
335,007 335,007 00000000000000001b6f726b3128df704483d9eea0b7a045722ba04667aadced 115 0.11/1.00 vMB 11
335,006 335,006 00000000000000000454ea76a71471dd48960937774bac11891fd1e68843c084 232 0.13/1.00 vMB 17
335,005 335,005 000000000000000015affb492b7e069307a78c93522975fe8dac3080baaa23f9 1,082 0.72/1.00 vMB 21
335,004 335,004 00000000000000000ac37519482b5b160a3a628ee466a48df2470371a0891bc4 256 0.07/1.00 vMB 42
335,003 335,003 0000000000000000199930e189d1584ec4e509f4afe4e95635b944f3702aa528 611 0.39/1.00 vMB 23
335,002 335,002 0000000000000000156a8f450d1ac28b07249073c93ed40aac8cbd0c0d291cca 741 0.36/1.00 vMB 22
335,001 335,001 000000000000000018517a37b2dad7aa9f087cddda6fd2acf63d939c9c59a9a6 1,633 1.00/1.00 vMB 26
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.