Loading Tool

Explorer IconExplorer

Memory Pool

85,489 transactions
31.77 vMB
0.11412885 BTC
Random Selection Loading Transactions
Max Size: 192.30/200 MB

Candidate Block

Mining Attempt 9b2aed346bc66658e581acfd79853df2284c05b91264d91c3184a46e2059e732
Version 20000000
Previous Block 00000000000000000001707a930fd9ef259bc17945e78e278099f3467b752fd0
Merkle Root 49bc458178f3f1aa7947723490b1b9e164c8c55c8d5385656ae3ea52fdeaf98b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,091
Size: 1.00 vMB
Total Fees: 0.03289509 BTC
Feerates: 198.70 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,955 (261,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,931 653,931 00000000000000000004e732dcc35601163b5be103a8d95c6f1d7b3e7ce81b35 1,855 1.00/1.00 vMB 30
653,930 653,930 00000000000000000001bbec514ebb5f3e72b74a7ad8301ff4bebdadc6f7f87b 2,428 1.00/1.00 vMB 99
653,929 653,929 00000000000000000007df78f9584e6146b3bbac75815bd46c3f16a29163744c 1,965 1.00/1.00 vMB 56
653,928 653,928 00000000000000000009b48aa7b3554655de5a55f4bf2f4a144fc313de0c344c 2,378 1.00/1.00 vMB 88
653,927 653,927 0000000000000000000543d0a0cccd5f232a6b2ced973cb8bf01f8c676ffa45b 2,071 1.00/1.00 vMB 66
653,926 653,926 00000000000000000007fc33ad00764dcb383c23c53aba97cd65422b5446ec37 1,808 1.00/1.00 vMB 107
653,925 653,925 00000000000000000009660bfa607ce0854e6aba72682a8cb042d14988c1abf4 2,265 1.00/1.00 vMB 51
653,924 653,924 00000000000000000008bb324ffda5f5be7c8d866a1d2805a4ac60d927fc7c25 2,178 1.00/1.00 vMB 75
653,923 653,923 000000000000000000099ccbeb8ceccfd12c5a29c9fdbb7e06f506d7972947a8 2,351 1.00/1.00 vMB 49
653,922 653,922 00000000000000000001e069eac08c86784bd2457222894e8e0f2786ed0ee9c0 2,414 1.00/1.00 vMB 71
653,921 653,921 0000000000000000000df30f73ea39b4ed2ad11858c66aecdfce703380da6349 2,545 1.00/1.00 vMB 56
653,920 653,920 000000000000000000022501741ac72295c63c9bcf643e2fbc2cd60ec7819cfa 2,389 1.00/1.00 vMB 56
653,919 653,919 00000000000000000004bdaa3bf5001efac4c6a9815cce12e23010b59c11e134 2,849 1.00/1.00 vMB 134
653,918 653,918 0000000000000000000b553b073c6b0a354a4c90cc800a341fbcffde10dc7f9c 2,070 1.00/1.00 vMB 88
653,917 653,917 00000000000000000001b75a1d160b7de406eb8f0d0482126df23c56d8eefcc6 2,364 1.00/1.00 vMB 137
653,916 653,916 00000000000000000009b5e09c4daa9b660d652dafa0dd009c97c251539e735a 1,862 1.00/1.00 vMB 55
653,915 653,915 000000000000000000072fe390bc64d999e54ab0fb0a7390b9cb7e6fd465f6ee 2,245 1.00/1.00 vMB 52
653,914 653,914 0000000000000000000116fe8cb16ab3e77ca532a9e15fb8ae0169f13472efb7 2,831 1.00/1.00 vMB 98
653,913 653,913 0000000000000000000695fc1ced5967e8b3cd0dfb1549cfd60608e29dde5756 2,581 1.00/1.00 vMB 113
653,912 653,912 00000000000000000006fa626766656a2f6f20db891eac6824f576d81e1922bd 2,571 1.00/1.00 vMB 97
653,911 653,911 0000000000000000000a274ba0888aa43bd0f76acc9dfcb759ddad98ae4b152a 2,616 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.31 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: 660.21 GB
    • Received: 14.63 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.