Loading Tool

Explorer IconExplorer

Memory Pool

27,071 transactions
27.16 vMB
0.10295130 BTC
Random Selection Loading Transactions
Max Size: 130.75/200 MB

Candidate Block

Mining Attempt 54869be3ec8e401e7f5e3343065a6c2df02c6ec3e6aaaae56f3c19a06d1238ca
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root 33ff9ecc184b4830dc01684b33df94c5f7930438db17704532c1f97be8fbed7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,393
Size: 1.00 vMB
Total Fees: 0.05180466 BTC
Feerates: 101.66 > 5.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (857,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
57,034 57,034 0000000014a962fca7421677b673115b9799a7502d8b09b2985015727097aecc 1 0.00/1.00 vMB 0
57,033 57,033 000000000999137f3ccbeb2f8c6bdca436a80646ce2ab5c51f46a4985fd7b378 1 0.00/1.00 vMB 0
57,032 57,032 00000000138e06a518053056bd0614e1f3d2ab59ef3fb6bc20f97566f5c22467 1 0.00/1.00 vMB 0
57,031 57,031 00000000089777c1c0c38d657880a22ffbb4974eccc3cb55cc111f51d07e85dc 1 0.00/1.00 vMB 0
57,030 57,030 000000000dd874065cb032113f6ebdd3ff92fd7bac4d4312945a84c9567b3847 1 0.00/1.00 vMB 0
57,029 57,029 000000000551118278a715f1a53b8d99ef826b4780a9bad3d8aed9b9b8744b88 1 0.00/1.00 vMB 0
57,028 57,028 000000000a504f3896c83bd438f7c392a0c8cd7dbef88ca21c39305b74235970 1 0.00/1.00 vMB 0
57,027 57,027 00000000156c7c14bf6a38750e90caea06c054aac4b760f69ce58ddb4c34e936 1 0.00/1.00 vMB 0
57,026 57,026 0000000011fceee6360a7df0cb85a97e7a83e5292925a5f8076d004511c40dcc 2 0.00/1.00 vMB 0
57,025 57,025 0000000002e88be345ced0388be68d50d2e46af92398a8369f4ab4c6ba46267e 1 0.00/1.00 vMB 0
57,024 57,024 000000000ffb13dbdccc3aa14fc2ac86d99b3c9742685a29f86faded29da9ba2 1 0.00/1.00 vMB 0
57,023 57,023 0000000013c27ef035ed33b5fc2c6e05a4c76b078ab2d208633a95b9cc559ecb 1 0.00/1.00 vMB 0
57,022 57,022 00000000022344b3aff3d894c88469ea02332a5a597a8b2e7ddf1a97986ee505 1 0.00/1.00 vMB 0
57,021 57,021 0000000012003d1369953557fafed2458475125a962bc0b77bddede41ed34f73 1 0.00/1.00 vMB 0
57,020 57,020 000000000c552ace0e5ce64b7174e8a61b7eb82b2e5e3ffdd544dbf52069069e 1 0.00/1.00 vMB 0
57,019 57,019 000000001005a8461feb614db2aedd92acf03190a70258dba1a50f5927390d67 1 0.00/1.00 vMB 0
57,018 57,018 0000000011b227a811c5a9f3b245fcb0896c5b6e8c12c697e4f5d81996c42cd5 1 0.00/1.00 vMB 0
57,017 57,017 000000000c017b0413f6954fff69e522f9294a329274c3b8a377340c6a963d89 1 0.00/1.00 vMB 0
57,016 57,016 000000000bfc84f49ddf1a645e0397a530b29a1733ff6234bfecbb2cb256ef46 1 0.00/1.00 vMB 0
57,015 57,015 000000001070a67d11e8d7d0e06376978c3626f56897d57fa566a9034fc272b4 1 0.00/1.00 vMB 0
57,014 57,014 000000000cb88168f4b1d17de2cdff9ba44add6225b48e225764a8d4d006d337 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 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: 612.01 GB
    • Received: 10.95 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.