Loading Tool

Explorer IconExplorer

Memory Pool

44,023 transactions
26.48 vMB
0.05509356 BTC
Random Selection Loading Transactions
Max Size: 139.79/200 MB

Candidate Block

Mining Attempt 4c536032c1b69b5b38ace6948241e4eee39f5e68f8f9731a60b2d7c7c2974e86
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 9fd50783f39fcbe8b7af0ac6ed1035eb3617da7821c070f55d29c9f07f3ad39b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,181
Size: 1.00 vMB
Total Fees: 0.00659891 BTC
Feerates: 40.21 > 0.66 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (351,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,147 563,147 00000000000000000005520a3e60fe8914d4005f8cd5281dd078e93240724ec4 2,465 1.00/1.00 vMB 25
563,146 563,146 00000000000000000026ea7a0d7c6a5c2b2e27cde560617ca4ddaf2c8cf108ff 832 1.00/1.00 vMB 72
563,145 563,145 0000000000000000000e9915e81c2d24263d545e1dc90ea2b17655155111d48c 2,496 1.00/1.00 vMB 24
563,144 563,144 00000000000000000005dfd75cdda68a30e4bc85a0ca36de83d39455648e3213 2,911 1.00/1.00 vMB 66
563,143 563,143 0000000000000000001c082a8c1b6d2b6af4be9d983708ddc91d4fff93ef7f5f 791 1.00/1.00 vMB 17
563,142 563,142 00000000000000000021088f418fdb064f51c48b13c609156c4a3fbaf65c0c85 2,721 1.00/1.00 vMB 12
563,141 563,141 00000000000000000015475b626c1cd030911c8a746935de3a8ac5888b78f754 3,409 1.00/1.00 vMB 13
563,140 563,140 00000000000000000028747f866d389caadabfa2514fe2d2dc4851039e30a866 2,663 1.00/1.00 vMB 20
563,139 563,139 00000000000000000022b942c484da5fd3492ca5433a47da66b248832e479553 2,815 1.00/1.00 vMB 56
563,138 563,138 0000000000000000000a52790ffed9b8f9687fcc005be398779d604314a855af 2,457 1.00/1.00 vMB 21
563,137 563,137 00000000000000000008d6400fceb587484e83f11954b5cbd76fa1c41ec8ddf6 2,465 1.00/1.00 vMB 32
563,136 563,136 000000000000000000128492037a38ddb0186fb56a2bceb030812d1d7043cda1 2,448 1.00/1.00 vMB 32
563,135 563,135 00000000000000000002a13ce492db0b38ebccd241092ef03a1711cd65a2d4a9 2,680 1.00/1.00 vMB 26
563,134 563,134 00000000000000000010051980bb0e1c17a5aeebd9d2c74cb454a89dca64ca42 2,840 1.00/1.00 vMB 10
563,133 563,133 0000000000000000000e0a3a8c24a820769e1935d54f11f855946497de0fef7b 2,928 1.00/1.00 vMB 25
563,132 563,132 00000000000000000021354aebf54e010b10dbc62a84f459944a831c107d22ed 2,180 1.00/1.00 vMB 7
563,131 563,131 0000000000000000001a72272334c3972c7be263ffaba7dc68c41284ef39c370 2,414 1.00/1.00 vMB 22
563,130 563,130 0000000000000000000351b16703f7db215e9f40cb8502c595a9200eaf4442f8 3,053 1.00/1.00 vMB 38
563,129 563,129 000000000000000000167653e61c56693fb3ca8dc8cd43a9a382c846c6b579f8 2,931 1.00/1.00 vMB 23
563,128 563,128 0000000000000000000541e5eb27aa45acbe4755c6bcbecbef5b71d8bc44706c 2,697 1.00/1.00 vMB 7
563,127 563,127 00000000000000000019498016f353543b72783feacb2062060f7572d8bea84f 2,586 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.