Loading Tool

Explorer IconExplorer

Memory Pool

84,575 transactions
31.71 vMB
0.10861389 BTC
Random Selection Loading Transactions
Max Size: 194.45/200 MB

Candidate Block

Mining Attempt 7ff8c73ee54c34ad69c4fe02fc095b827b46c2598923cdb9cfcdb7461f553ebc
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root b2307fa511bcca5abd3b88e7e3d345f7565f5688e6d039396918cbe4e3390c3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,115
Size: 1.00 vMB
Total Fees: 0.03401172 BTC
Feerates: 504.27 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (501,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,811 413,811 000000000000000004297394d5301a0e4834c5a45d677e6fe01c930e3c5949ab 2,377 0.99/1.00 vMB 53
413,810 413,810 000000000000000002f83d8da29ecc4c40df8e0c4c8622c5f76020066e4e8b03 1,268 0.98/1.00 vMB 24
413,809 413,809 00000000000000000501c29b4a29e0ed433fd23d18f90c6921b5770f7d564f5a 2,635 1.00/1.00 vMB 74
413,808 413,808 000000000000000000f768d72fb679822ef0e6216f1e41078ae0881669696123 883 0.40/1.00 vMB 49
413,807 413,807 000000000000000003615681a4a4f7f36ff4a7954ae1f3e8102ad66b58583d2d 1,033 0.54/1.00 vMB 42
413,806 413,806 0000000000000000023a7c63f042d39b82ce8bd96f1ec338faa9fb7c6e7eabe9 1,248 0.61/1.00 vMB 49
413,805 413,805 000000000000000004250a4bc4d8ba258fc32ec893a2b5c02ef07f3b010dde43 212 1.00/1.00 vMB 11
413,804 413,804 000000000000000003d53248234e4fec3a97aeb51dbb9ce4ff5a4a1e01e8412e 997 0.75/1.00 vMB 27
413,803 413,803 00000000000000000175b65b09a3c2b902a91edc30b15aeb582455012edd8293 2,572 1.00/1.00 vMB 70
413,802 413,802 000000000000000001f995fe9a6e2763dd03ff78429e14dedf406442274dadb5 592 1.00/1.00 vMB 20
413,801 413,801 000000000000000001257ed32428c2b30e44ed3e2033b89c898de453848d961c 768 0.99/1.00 vMB 17
413,800 413,800 00000000000000000472fe8373424d5d2eb4329d3b21eb24c2e1f2d3c23db59e 1,395 1.00/1.00 vMB 34
413,799 413,799 000000000000000003e13daab94c38d8fb60602dffbc300c0b9dd243818002ce 1,923 1.00/1.00 vMB 46
413,798 413,798 0000000000000000024c7db0f4b8c5b2497976531790bda4c819ab7cd5846691 2,789 1.00/1.00 vMB 67
413,797 413,797 0000000000000000021fa3bbb24ffe70e70e80612b4dcd83e50350988b8016a5 2,766 1.00/1.00 vMB 80
413,796 413,796 000000000000000000d810d6d4d56816cbe6c25413196b43ccfde4df998cb0ca 1,965 1.00/1.00 vMB 50
413,795 413,795 000000000000000003d6e74abc1bd2d2d0c452a03c5599e5107a6dfd90b6cd8e 1,052 0.86/1.00 vMB 47
413,794 413,794 000000000000000000407e7768a6efb2e4e95be854360ceb8e62d36d7851e3c0 1,144 0.54/1.00 vMB 59
413,793 413,793 0000000000000000034781a0b2cd691c4fcd65d8a64a8f7d206690b9429b7a99 961 1.00/1.00 vMB 27
413,792 413,792 000000000000000001dec1d287e1b2018b579f58009463e307f15cc97a8954e9 1,778 1.00/1.00 vMB 46
413,791 413,791 00000000000000000452425c60fcd1ea5d19a856c4aabdac3963cb4f15f8a76a 559 0.30/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.77 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.30 GB
    • Received: 16.87 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.