Loading Tool

Explorer IconExplorer

Memory Pool

81,000 transactions
31.40 vMB
0.08624368 BTC
Random Selection Loading Transactions
Max Size: 189.84/200 MB

Candidate Block

Mining Attempt ccf9fff036ed9e20f833f48d1802419d857dd3f0169fce679a21dacf52b3f565
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root fdafc2a4d2983ffc34ea12e7e4955ca539c9d75cf3b47b608f6cc834267fce8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,049
Size: 1.00 vMB
Total Fees: 0.01815395 BTC
Feerates: 150.65 > 1.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (469,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,667 445,667 0000000000000000027d238b608913e756a904f4b2f64f15b2343547adf03e9d 2,880 1.00/1.00 vMB 108
445,666 445,666 000000000000000001a345daa01b6592ded0f0a0caf724561bfe59c61cf71cd5 2,035 1.00/1.00 vMB 70
445,665 445,665 00000000000000000001855ac7e5a26560e685895133a8827c5ebb81c2d09f86 1,494 1.00/1.00 vMB 48
445,664 445,664 000000000000000001c8bacfaa9403c5ea65090036d8e15fdfe32b03fddf1c86 562 1.00/1.00 vMB 50
445,663 445,663 0000000000000000003ecfb1e26a9715d12f5d168e206c25811c557ce3cf9bec 2,237 1.00/1.00 vMB 74
445,662 445,662 000000000000000002682ace7b207f4a0c5bea90dc3c20435a46ea3a24337393 2,915 1.00/1.00 vMB 86
445,661 445,661 000000000000000002a91222d7f53a6a4254004aa6b74f172f8f2c72d5a80721 2,485 1.00/1.00 vMB 78
445,660 445,660 0000000000000000027058c7fa09c0ee89624ee42d416909d86debc8ab19f659 2,254 1.00/1.00 vMB 67
445,659 445,659 0000000000000000035fc266e6c95937c67da852f2ec07326551efd4796c419f 3,263 1.00/1.00 vMB 72
445,658 445,658 00000000000000000118650dd5a3963bd2bc9bccedff10c4fadba8ce04a81c19 2,440 1.00/1.00 vMB 99
445,657 445,657 000000000000000001098a8ff394de8d8327c19fc246bb8fc34d8c315f76cb2a 2,705 1.00/1.00 vMB 84
445,656 445,656 0000000000000000006a9600e59a51a98316c657fc4c3b018e844b062b3eb3ca 2,333 1.00/1.00 vMB 66
445,655 445,655 000000000000000000e32ff6cdb4770de1c57a6339309551f6835ae7160ef5e8 2,695 1.00/1.00 vMB 76
445,654 445,654 0000000000000000021524fc0fa30ae0b5a96618677f292c0e2ee6851937c461 1,794 1.00/1.00 vMB 102
445,653 445,653 00000000000000000253ad1e597a701593fe85f9aa11a3f26d8ef0d8ca0b1551 1,893 1.00/1.00 vMB 105
445,652 445,652 00000000000000000369a9cb4ee725e64be45ef8fd0f7c6b0a62eb2997c129ac 2,493 1.00/1.00 vMB 72
445,651 445,651 00000000000000000013652a210962a5a8523a4a8b0022283144352ec5c2042c 2,950 1.00/1.00 vMB 106
445,650 445,650 000000000000000000c570ea32cc66637fc6dbc20b4d032726b0a83fa75df37e 2,446 1.00/1.00 vMB 77
445,649 445,649 0000000000000000004e731a3bfd85ff0488118617047cf3a33241f8cea0b5da 1,639 1.00/1.00 vMB 103
445,648 445,648 000000000000000000ecb6b5ac2506c2b96d5a2085c6ec433eaee743209461d7 982 1.00/1.00 vMB 104
445,647 445,647 000000000000000001abdfcbbffd7c398d7b3ab6a62401bd535feb85f9b5c4ed 1,466 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.74 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: 708.15 GB
    • Received: 16.72 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.