Loading Tool

Explorer IconExplorer

Memory Pool

86,483 transactions
26.77 vMB
0.17192993 BTC
Random Selection Loading Transactions
Max Size: 168.23/200 MB

Candidate Block

Mining Attempt 74cb1ee9895f0965dadcdb83656f0cbce8e706bd7e2f8584c80b9b044aeeb480
Version 20000000
Previous Block 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e
Merkle Root 6e0ae8ab2a618099cbf2bc0916a1ba3e8493cb090c43493c53a7367b2d71d8e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.04743719 BTC
Feerates: 318.30 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,653 (807,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,685 107,685 000000000000679d9f9eab742a49260e36b0db6c2e4b38ad5b29f0d8c67275c2 10 0.00/1.00 vMB 0
107,684 107,684 0000000000025bfe1c129093a567a3e017f0b43f2819254135083d01914b1b05 12 0.00/1.00 vMB 0
107,683 107,683 00000000000277898cdcfe119bab7d5334475df6013b6fce752e80fe52e8d054 12 0.00/1.00 vMB 0
107,682 107,682 0000000000019feb271ba43a9be6a361b9e9a0e604db3f7e67701ad0a701656a 12 0.00/1.00 vMB 0
107,681 107,681 0000000000022c4448081d286af6979d8bc6a7de1339b4b5cf51181c8c1af1d7 13 0.00/1.00 vMB 0
107,680 107,680 00000000000193363e24975d8a38c7d9999693104f91f3ad157f77f17cd87309 13 0.00/1.00 vMB 276
107,679 107,679 0000000000005b9db107c06bf781d93361f44d5c1cb2b47f570f67c847a5a64e 4 0.00/1.00 vMB 0
107,678 107,678 000000000000eebe5787f879b9aff4aef4d7a80b81b9fb4f3188962617a129d6 3 0.00/1.00 vMB 0
107,677 107,677 00000000000086d4d8d34732d5c08ef96d49b4a7a35c0cef6e27c4d20e44dcbd 10 0.00/1.00 vMB 0
107,676 107,676 0000000000009f27a925a8ec199ed852aef2f1c6bbf5e412b580070400addf9c 12 0.00/1.00 vMB 0
107,675 107,675 0000000000002d3ce2762a1eccc5f3a954b09e24210d1970b0dfaa801670f03a 10 0.00/1.00 vMB 0
107,674 107,674 00000000000247f373aed65cc5eaf1119f9e8990dab889687b3382a9d3ee3561 12 0.00/1.00 vMB 0
107,673 107,673 0000000000009df49a8fe355346661f909b76c745dd402bb61245d35ed2aeb9a 2 0.00/1.00 vMB 0
107,672 107,672 0000000000010371dce6947952e22a5b680f05d8ee200dd8f975b440a9e338a7 5 0.00/1.00 vMB 0
107,671 107,671 000000000002616c11859d2f2f7fc1ef3bd1aa7ca1cb6b59730ae8df032ea929 1 0.00/1.00 vMB 0
107,670 107,670 00000000000209ed00eae8b3bacc6f38b1ccedce15cbd59f52cb012c9f521564 6 0.00/1.00 vMB 0
107,669 107,669 0000000000015aedddf84c77db833f01e245c3c269cc975d90fc1c6142eef159 9 0.00/1.00 vMB 0
107,668 107,668 00000000000051f528f280a6f1bccbb817646f247ef85d9e3398681293ce35ae 3 0.00/1.00 vMB 0
107,667 107,667 000000000000c667115005b7069e31bec63ddbde8dbe5edb859dc9d228302c55 2 0.00/1.00 vMB 0
107,666 107,666 0000000000001579dc4cb44610d06f2937425417da096763fdbf1098f78f9340 4 0.00/1.00 vMB 0
107,665 107,665 0000000000023ca1339f47124d2f01b4d252e88dacfe488c02134dd185be31f6 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.33 GB
    • Received: 20.52 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.