Loading Tool

Explorer IconExplorer

Memory Pool

78,730 transactions
29.42 vMB
0.06473019 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt a999ea0cc2ebc0331316ebd6d63eef76c0e53fc3b4295d8fd92d1b2f5e40e486
Version 20000000
Previous Block 00000000000000000001fb8d6cf84379783287b1b8c366cfbfbd7af86dc1bc05
Merkle Root c4a0e3d90575c5ca326914cd889844eee717c7719fbbc0fd0c5935fa27739020
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,375
Size: 1.00 vMB
Total Fees: 0.00508662 BTC
Feerates: 30.21 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,990 (412,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,318 502,318 00000000000000000017252185380a0ecf16af3bbb7c5e882d97444963c93a00 1,439 1.00/1.00 vMB 305
502,317 502,317 000000000000000000326595dae732cb895c26226fd2daa2ee800a2b2b40052b 2,932 1.00/1.00 vMB 517
502,316 502,316 00000000000000000084dadc54f91dc2b05b6069b8f1b5ee3a34670c20fe9416 2,980 1.00/1.00 vMB 501
502,315 502,315 000000000000000000546abc13e7f0b89412e4b0ba016b64bf6c6cb0f11fd87a 2,094 1.00/1.00 vMB 603
502,314 502,314 00000000000000000084382e9862ec3c836875c4100a6d6ddf45eddcb80af439 2,575 1.00/1.00 vMB 427
502,313 502,313 0000000000000000008d00d8d48dd4ad89a6b420158e0464bc0b11c4ec7a4380 2,545 1.00/1.00 vMB 488
502,312 502,312 000000000000000000650ad5964d6383cca7f5e8195d17f510cde949a41674a2 2,840 1.00/1.00 vMB 627
502,311 502,311 000000000000000000782910593d9fc47ecad5c1c112093485b303c113587a11 2,943 1.00/1.00 vMB 583
502,310 502,310 0000000000000000005d89950cefd78affb0e18df11f5b82e7c2a2c7dc317de1 1,424 1.00/1.00 vMB 258
502,309 502,309 00000000000000000052ef7e6462a6fd8dfe79096aee6bbbb8757d4706abacde 3,095 1.00/1.00 vMB 514
502,308 502,308 000000000000000000679717ec26d41cb9073fa3076a33eba268214766bc65ad 3,007 1.00/1.00 vMB 497
502,307 502,307 00000000000000000040d5ccedeb388ba0fc59945c363193b0c0aa9696e742cb 2,306 1.00/1.00 vMB 369
502,306 502,306 0000000000000000005220b30213102cdc77a56ce00fb9e4c409927868da2c1d 2,728 1.00/1.00 vMB 623
502,305 502,305 0000000000000000002fee828c632c114c5069315bfc23767531588bfd6821f0 2,953 1.00/1.00 vMB 466
502,304 502,304 0000000000000000008de4779bbd1153b15d59855417045fd9103a6a794e164a 2,809 1.00/1.00 vMB 542
502,303 502,303 000000000000000000153a520238cbf07348f3889e3efa12bf0435f96f5847aa 1,444 1.00/1.00 vMB 265
502,302 502,302 0000000000000000002bf7540c8e05fb2b9e222229356625813059e14b604500 2,867 1.00/1.00 vMB 566
502,301 502,301 000000000000000000352fbfeb97ec3bb825d797b8ebf46b0d4b9e45a08dcc61 1,033 1.00/1.00 vMB 175
502,300 502,300 00000000000000000060a4835c2e74c80395e40bf6be93ebb4a0e2781d6ff6f0 1,939 1.00/1.00 vMB 299
502,299 502,299 000000000000000000902c7762b16cad7cd8dfe9e13214a69f6c60251c9046f6 2,971 1.00/1.00 vMB 536
502,298 502,298 00000000000000000059c209ad00032caa5c29278bd3ce608d7d1aa5e687faf1 2,102 1.00/1.00 vMB 406
Previous 10 blocks ↓
Total Size: 782.37 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: 663.87 GB
    • Received: 14.94 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.