Loading Tool

Explorer IconExplorer

Memory Pool

20,053 transactions
9.61 vMB
0.01944985 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.99/200 MB

Candidate Block

Mining Attempt 074b41f5fd248ee3791f0aa1f8e44876a9d373cb31d778cd3c531a3eab46a123
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root dea5ba8aada5df980443108d81064ce56cb799c74ea72c456ed7ecd381adf930
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,738
Size: 1.00 vMB
Total Fees: 0.00439772 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (777,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,046 136,046 000000000000076fc83eb45a60c2e7ca1468d1fbeccca5e51f4edcd068f6ab3d 52 0.02 vMB 192
136,045 136,045 00000000000007581069e5764ec07a55b2d33ba628a3615060436103b67bcd82 20 0.01 vMB 70
136,044 136,044 00000000000009ce39a3ddb900722cd9afb225731331cf3b619574266410e07a 14 0.00 vMB 59
136,043 136,043 0000000000000ab9cec8fe5bf884ea91592cb03c54265f37de62e46549192f03 6 0.01 vMB 238
136,042 136,042 00000000000000229bdba6a37784af0a5aa7134830527f00f09f3aec1441872c 12 0.01 vMB 70
136,041 136,041 00000000000004d4f9020bebf4d82ed042ba9e1ae9b54fea08dcbc53864174a9 21 0.01 vMB 195
136,040 136,040 000000000000016ad5c9740034a690308130fb308c0faa223a2103383dac766a 29 0.01 vMB 466
136,039 136,039 00000000000009196fdd60810323adef4ed85f25aad4df4ad393c72b2f2e38cf 138 0.04 vMB 439
136,038 136,038 00000000000007c9ce87a7f08927e74c402b0decd464281fe6d7e5a6f2d1aeac 19 0.02 vMB 90
136,037 136,037 0000000000000318a5f958d03bcbd2bffa532c105c73acd9e19f79854043d2b6 37 0.02 vMB 492
136,036 136,036 000000000000021c3b86d7876f8c0eafdf0d002a33e58d127beb733dcacc6225 15 0.01 vMB 78
136,035 136,035 00000000000007ef158900fd55224b5a22f5218136db475de6216a38350486d7 26 0.01 vMB 704
136,034 136,034 00000000000009e5a93608edcbe2d40cf517d3bfa17137140c52a87320c9a498 41 0.03 vMB 1,139
136,033 136,033 00000000000005577a5aef9aa34d1c5ecac686f1c2e9d278ed94ec0770c0726b 4 0.00 vMB 17
136,032 136,032 000000000000078d440886d1761bfd0889f4ff0235b8208b9417a886617c169e 82 0.02 vMB 234
136,031 136,031 00000000000000dc84ffd79d0306edcd45d442b0c69dceb2dc9d7d7aa5cf08c3 12 0.00 vMB 347
136,030 136,030 00000000000003a2271b7622c042cc6ec6c0a06525e387994d0619744a892fe5 14 0.00 vMB 264
136,029 136,029 0000000000000686c39eed9bbe4cde3ad06656a2c50c49682173ccfa6bc4aee0 1 0.00 vMB 0
136,028 136,028 0000000000000215d9cee82397d049402752daa56456dd3a4be6eec6e382ce42 35 0.02 vMB 394
136,027 136,027 000000000000043146da52369be9d11e6656ba61ecf94b0d177f9b6ea8313d4e 146 0.05 vMB 246
136,026 136,026 0000000000000025f1412903d6e44c41cacffc564d70a4826933c145d2e28101 15 0.01 vMB 643
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.46 GB
    • Received: 1.91 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.