Loading Tool

Explorer IconExplorer

Memory Pool

53,046 transactions
29.75 vMB
0.14898851 BTC
Random Selection Loading Transactions
Max Size: 159.49/200 MB

Candidate Block

Mining Attempt ea12342f94a7744a3a6e1a5144ec037cee3896cdaf14b4a7bd3cf0c869b7257c
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 3bf1e9248f63171a96f595517d2ec0b94043b1a781ddd8c7ac6a86da2fbcfe94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.07666489 BTC
Feerates: 445.47 > 7.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (737,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,698 177,698 0000000000000ac29945500a5eb3622c790427fef4fffff95587fbeaa736edc6 18 0.00/1.00 vMB 83
177,697 177,697 00000000000002e0e996454c0e36bfef76fbde6fb79e5c3c44e306cdf60ff193 24 0.01/1.00 vMB 228
177,696 177,696 00000000000005871a46d74a12433a5a8880d395d066e2c9eef8d66a5ad3ed51 1 0.00/1.00 vMB 0
177,695 177,695 00000000000009c3cbee2254a9b0c4dfa9278329f0fab96e57c642655a181a36 106 0.04/1.00 vMB 210
177,694 177,694 000000000000016689f2229491aabe50c31f1e212031d1f5b02f6775e8fe5480 37 0.02/1.00 vMB 115
177,693 177,693 00000000000005d8dac20ffcade5615c4b46a4905ac0f44e413ef888636fb25b 23 0.01/1.00 vMB 0
177,692 177,692 0000000000000a91f00e91321b8677ddc6d25fa7d8da6aec7ba48e78f3b27f13 34 0.01/1.00 vMB 104
177,691 177,691 00000000000000ea54ae19f1a14539303a50c328d2daad16c7b027fd1396ad76 7 0.00/1.00 vMB 53
177,690 177,690 00000000000003dec2ff674b2926ec804c3e1970758b6b9cedb2a60e85786371 5 0.00/1.00 vMB 0
177,689 177,689 00000000000002d8e04aca151cda9da909fd9db9e8064e32073bc09c4dd9f447 37 0.02/1.00 vMB 61
177,688 177,688 0000000000000621cd88f5faf44f8203d5868d19468cecf5fd9c1e00282ac5a4 20 0.01/1.00 vMB 52
177,687 177,687 0000000000000ab3611dd0290c99c0bbe2332b782abe2188e8e28746d9e186a8 14 0.01/1.00 vMB 88
177,686 177,686 00000000000009b7911848412025613a7bbf783a66648d66207591d16c678d3e 18 0.01/1.00 vMB 197
177,685 177,685 00000000000001987903f7a1d6e168223748fef5e968f3a73dea937239baa997 32 0.01/1.00 vMB 93
177,684 177,684 00000000000000d88fcb046a52bac3cf9f6fe0789f5a4fbe4831fe6217f007d5 8 0.00/1.00 vMB 75
177,683 177,683 00000000000007e846b5cf03aa1244399e7623af8c0a5a797ebbd9873e5558fa 59 0.03/1.00 vMB 83
177,682 177,682 00000000000001ee1004ea4b4c1ee8d37390dead79b5e57f163067e9adcdeb85 9 0.00/1.00 vMB 85
177,681 177,681 000000000000003d02be7a867172ccd1795d1b0bee7149c3105dd3828448bc28 12 0.01/1.00 vMB 87
177,680 177,680 0000000000000332b15ca5f98e3d242ba399e44194ad0cb98d807efc1de16921 102 0.03/1.00 vMB 32
177,679 177,679 000000000000014fc31ddc53db4637a9311fd53d22100fff0a3f742ec60fe10a 136 0.06/1.00 vMB 84
177,678 177,678 000000000000089a50139269d8975d1f9f939b2b0cbadc8135524ea4f6b4e256 28 0.03/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.