Loading Tool

Explorer IconExplorer

Memory Pool

76,774 transactions
28.67 vMB
0.07449670 BTC
Random Selection Loading Transactions
Max Size: 173.48/200 MB

Candidate Block

Mining Attempt dc7765d331097f6f0a8e320389d2fbdddfa1d4b23ab25b71693b53e75b64f68a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 8e75f015b9b04be4d581038fd7d2be1ad86b44ea18b2e9e1d6e7d2aab18cde07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.01493636 BTC
Feerates: 150.93 > 1.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (151,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,024 764,024 00000000000000000001b6085605814497ffaf2b1cf0041e7f8b02d294e12af8 2,202 1.00/1.00 vMB 11
764,023 764,023 000000000000000000033aec4b7e141dbd5f53d69789b6683c9e69e709305ce1 2,734 1.00/1.00 vMB 14
764,022 764,022 00000000000000000004894a594b08591553cff562c91bbc2ae2c881d15f0599 2,742 1.00/1.00 vMB 22
764,021 764,021 00000000000000000000d76a373e0c21e5039304ade309e3d6accc7131c5d833 2,170 1.00/1.00 vMB 12
764,020 764,020 00000000000000000004b876efe654ecf2a5ca9d90a3d4f972d1df31d24e95bb 2,285 1.00/1.00 vMB 10
764,019 764,019 00000000000000000001c9fc0b2a1fea594772c7b64d981cb4d0d822216f8531 1,625 1.00/1.00 vMB 19
764,018 764,018 00000000000000000000a924a7fc5bd922a1563847d96dbc778f26d8376aa035 2,020 1.00/1.00 vMB 18
764,017 764,017 00000000000000000002d3faaa3b64280a359fffa063a94257b601bc74825dc0 3,303 1.00/1.00 vMB 34
764,016 764,016 00000000000000000002e11d69b1ce648ab013e39eb4e252ee51a5acc0b82c18 2,565 1.00/1.00 vMB 21
764,015 764,015 00000000000000000003088c2fb7159e4a5995ef13bd91e02ac3aee9a12414a8 2,263 1.00/1.00 vMB 22
764,014 764,014 00000000000000000001f81f8d6fb77f396df76f15062d6764a9b03f42b0ac22 2,826 1.00/1.00 vMB 28
764,013 764,013 00000000000000000002194a2c8b521bd58222da2d860bb2ab05608e0f51a601 2,774 1.00/1.00 vMB 33
764,012 764,012 000000000000000000011341053dc50724dc6830f3fb865a5e0d7b252324dddf 2,631 1.00/1.00 vMB 37
764,011 764,011 0000000000000000000787892e29e95d06004509d1a68212c22d2229411a5fc9 824 0.84/1.00 vMB 3
764,010 764,010 00000000000000000003c412b2cef10c34d035762a863cc7b9c19e84e587a9d1 2,062 1.00/1.00 vMB 7
764,009 764,009 000000000000000000041a7d3e39ef9452d517bc96f86bf92e965a3fa2c30e1e 1,395 1.00/1.00 vMB 15
764,008 764,008 00000000000000000004ecf18a3fb27787b2298d3b69ece0b4757e727f7c30f9 3,084 1.00/1.00 vMB 24
764,007 764,007 00000000000000000001ad46645cea023a17664590f93f70dc3ed968c789a3fb 3,214 1.00/1.00 vMB 37
764,006 764,006 00000000000000000005c6d425ac4a973862073bb7fa500a608b593734e342a7 1,034 0.40/1.00 vMB 15
764,005 764,005 00000000000000000006d531b3223709b5827a68d83dbe31805a49efcc69530a 592 0.19/1.00 vMB 18
764,004 764,004 0000000000000000000112d9be7077a05bdb1ea38516564a4dbacb1dd315e87e 1,557 0.78/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.