Loading Tool

Explorer IconExplorer

Memory Pool

80,902 transactions
31.38 vMB
0.08588154 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 6185c2b2d4b8d5580c21cf1a258402a2760935db7e12ee31507695ad72eba5c7
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 4d7046d9a9ad4111aad5f4ae8d104e92ba15d58c3b83748bf79789b7f95a3e47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.01766017 BTC
Feerates: 150.65 > 1.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (86,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,967 828,967 00000000000000000001fa6e879aa3747cec72eee2007ab6c939a90c92136581 2,018 1.00/1.00 vMB 39
828,966 828,966 00000000000000000002929294d33a04e48b6a86d918bd07a9b01fa5d531f590 1,230 1.00/1.00 vMB 33
828,965 828,965 000000000000000000033c0cf5a28bbdecf20d3b86d30e8d3c00558e2ef7328f 2,244 1.00/1.00 vMB 42
828,964 828,964 00000000000000000000c5766f2895968a0b52efa632d1af1cc7a41d301fbbd2 463 1.00/1.00 vMB 29
828,963 828,963 00000000000000000000ba34a3d8f4c0455144a17498b82916e544500c4eafa6 978 1.00/1.00 vMB 33
828,962 828,962 00000000000000000003833c9008c26606d5c7e6f9aea61461e21a8ba7ba2f94 486 1.00/1.00 vMB 29
828,961 828,961 00000000000000000001c658c13b066d02a582a285e059b37848c84f8192e3b6 2,016 1.00/1.00 vMB 53
828,960 828,960 00000000000000000001197593d949c6247678c002dbd60fa3d12aa73b09c375 795 1.00/1.00 vMB 33
828,959 828,959 000000000000000000020d538a9c8dc6517d2493e19c3bebd2435de34d472ad6 955 1.00/1.00 vMB 32
828,958 828,958 00000000000000000000c3df659a29539baaa6407526c0c033396f6fed0134f3 1,062 1.00/1.00 vMB 35
828,957 828,957 000000000000000000022f49eb789bc6d13696293482823518e8987ca38eca7b 1,246 1.00/1.00 vMB 28
828,956 828,956 00000000000000000003594423979d27fa9906f10b2ee838cbfda1c4386050a1 2,900 1.00/1.00 vMB 80
828,955 828,955 000000000000000000006d885ae3fa1da51c167adb765f1981c67d9ac3089c0d 2,602 1.00/1.00 vMB 58
828,954 828,954 0000000000000000000319e76e4f5d698e87a273aec38d1683d6c59fbc7c2c4c 1,447 1.00/1.00 vMB 41
828,953 828,953 000000000000000000004fd4280017082e73a82779ed8f1b292be361dfae8928 1,120 1.00/1.00 vMB 34
828,952 828,952 00000000000000000002a0fe661ecc77d761ca1547967a213f45d60ba3865933 249 1.00/1.00 vMB 24
828,951 828,951 00000000000000000001063ecb70b74cabd7ff7bbd6b3398a121278c08194fbf 970 1.00/1.00 vMB 35
828,950 828,950 00000000000000000001ac2ed736d23c98f0db312ff09ae63b30e0741581ed95 331 1.00/1.00 vMB 24
828,949 828,949 0000000000000000000120bd75f82529beb1de8c5faf06f2ccd8a5e9c3a4504d 2,048 1.00/1.00 vMB 46
828,948 828,948 00000000000000000002bbc1dabaa9fa5a5feec3027cc03e959a3d42c7111971 1,341 1.00/1.00 vMB 38
828,947 828,947 00000000000000000001b74a1bcc9cb3b1d7036d737f8e8aa26fa685e48e54fa 2,057 1.00/1.00 vMB 48
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.14 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.