Loading Tool

Explorer IconExplorer

Memory Pool

41,367 transactions
26.41 vMB
0.05397725 BTC
Random Selection Loading Transactions
Max Size: 138.60/200 MB

Candidate Block

Mining Attempt 84a1e2f8206fc7bec69438fcc1f01a604b9714ec2cb4223cebfd32d48c4250cf
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 6f7d5b8222b76e93facb26bd2386830a54bc48a8952aa038572be3b2dbf21310
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,967
Size: 1.00 vMB
Total Fees: 0.00554061 BTC
Feerates: 100.68 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (852,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,032 62,032 00000000087923cece02f11bc7dbdc2a61fde53f37bc7e8b0e090fdcf34ad94d 1 0.00/1.00 vMB 0
62,031 62,031 0000000000e7bb0f454c42e7dcfa30edb9d54ccf39dc544d61c6c0de495d8115 1 0.00/1.00 vMB 0
62,030 62,030 000000000a006335159156d9b4818ebaac9284122dfe5358f6a94e793a9c1728 1 0.00/1.00 vMB 0
62,029 62,029 000000000572193b0cd4555e6021f7b9b6fbb701e90d22446d1230c9560ea3fc 1 0.00/1.00 vMB 0
62,028 62,028 000000000815f02c7605913a60b5870ce060a4c0b6cdf5abbe3052137a5056ce 1 0.00/1.00 vMB 0
62,027 62,027 00000000077677b71ea4b8da5af574dac502d42494da43baa0e62040ffdc56e4 2 0.00/1.00 vMB 0
62,026 62,026 000000000e689546a09afd992ca9bbc4a82b273d8351cf76e5444af24d823bcd 1 0.00/1.00 vMB 0
62,025 62,025 0000000005a82c292984f3789154e30860b21937ea26150bc867b310df9ef466 2 0.00/1.00 vMB 0
62,024 62,024 000000000b05f0bcf57399bd0c0303cdddb6b199da5b0e78035cbd6cf309638f 1 0.00/1.00 vMB 0
62,023 62,023 000000000811538330230f3dd61a10e28f9568921d36a1aad7c67c125216b780 1 0.00/1.00 vMB 0
62,022 62,022 000000000dbcd1a3fafd91f29d3a808704ea69ca554cdaa67f19d7f1821e9bce 1 0.00/1.00 vMB 0
62,021 62,021 000000000b2fe63f96336462b1c57f0af091eeb88a88b84d88348ae46aa86eb7 1 0.00/1.00 vMB 0
62,020 62,020 0000000002db9d69970e2cda9ccfdbc217181fb027360c0a27dc1ccc4ce4ae40 3 0.00/1.00 vMB 0
62,019 62,019 000000000a40772eeba407f4fbc20c0ddfaeac29e574133cf5d217790f1c4ad3 2 0.00/1.00 vMB 0
62,018 62,018 0000000000c7074a170fcfdf650f9688f8ee7adacae0ee4652386ba873640a39 1 0.00/1.00 vMB 0
62,017 62,017 0000000003fc16b16dbceb0e778e05470a7fb5b25f7dc3290fd8d92bd311fe53 1 0.00/1.00 vMB 0
62,016 62,016 00000000099fa4b4316db7f4a00ba70cb840522c2889fe09914f91c34fb0ef22 1 0.00/1.00 vMB 0
62,015 62,015 00000000088a2969a6764b9f882543f68e5b187f7b0931e734c7e186ae9ca98d 2 0.00/1.00 vMB 0
62,014 62,014 000000000e349463c7613526f49ae34453a90a496d076f8001a482cfc9da2439 3 0.00/1.00 vMB 0
62,013 62,013 0000000008f5ab44aa9c5522d6ccbb2aaedff66db426a0bff919c6d474645fdf 1 0.00/1.00 vMB 0
62,012 62,012 000000000e977339d7c5fca65e7a94ecb8e3e541ea576bf710236c21420574aa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.