Loading Tool

Explorer IconExplorer

Memory Pool

37,972 transactions
19.25 vMB
0.04834169 BTC
Random Selection Loading Transactions
Max Size: 106.69/200 MB

Candidate Block

Mining Attempt b1a4b4eb306a5205a2fecbf4eee1c36f67c2d4dc26c76bd4b748bb81d6a48053
Version 20000000
Previous Block 000000000000000000014fcfa543d444f26bb99876f14cc1a7238de01cd8c906
Merkle Root df4a4eaf32327a42219e1cca51b7824c7df0f7da8bea32bdbf9434843f81b856
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,231
Size: 1.00 vMB
Total Fees: 0.01152036 BTC
Feerates: 147.96 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,039 (817,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,657 96,657 000000000000f2031d7684e3271e3e4a1b526acb1592872eced2273cdddd9c88 11 0.00/1.00 vMB 0
96,656 96,656 000000000000adfac7ab80081bb54e94d16c20004efad471d106d1c16cd6593f 1 0.00/1.00 vMB 0
96,655 96,655 000000000006de1d51270019c4091863c411768e3ee96b76ed0bbcaaa37e7ade 3 0.00/1.00 vMB 0
96,654 96,654 000000000001ebac0ec7b2ac3cf99f716b107b99e4ba3949ec6579340080f72e 1 0.00/1.00 vMB 0
96,653 96,653 000000000000942e2e529cb1573d7ab7cc354e9b61d44d38144e3baf02943a25 1 0.00/1.00 vMB 0
96,652 96,652 000000000000c24ab4eea05b71f1012baf5146f6d8bdae60d91eba2806feaf5c 1 0.00/1.00 vMB 0
96,651 96,651 000000000001da1bef843c645d357db1064525b31e9aba088c196faa7df096c4 3 0.00/1.00 vMB 0
96,650 96,650 0000000000015fb21476869ba609036c6865a9e45c4a2382197c17287a069328 9 0.00/1.00 vMB 0
96,649 96,649 0000000000015420635edb0ee126408de529467991820607d3a669952cb9580a 1 0.00/1.00 vMB 0
96,648 96,648 00000000000575cc1047cf1880ebe9cbd6d55b6f4aaa6d87cf9d9557c1f96c29 1 0.00/1.00 vMB 0
96,647 96,647 000000000005746f2886c777c2449ee025745a71b182d9f93e29f0a32f9112d6 2 0.00/1.00 vMB 0
96,646 96,646 0000000000063460a1101bd19462a13e526d78195fecf83f15b1b79747964a41 1 0.00/1.00 vMB 0
96,645 96,645 000000000001bc4d4cd7b843075b25b6da11adba0895439b0d7bcd6fdb46e396 3 0.00/1.00 vMB 0
96,644 96,644 000000000002374c8ab8b7ed55e6ad9fe75237a07ab3b1b115ab151b5853ca9d 3 0.00/1.00 vMB 0
96,643 96,643 00000000000200f6b4dcd93e56a1c629bebbd0d188fa60f6f0a8fd3d7748fd7e 1 0.00/1.00 vMB 0
96,642 96,642 000000000002607bc29958b73bc66e43d5484aa85c979da88a22bd9df845a79e 3 0.00/1.00 vMB 0
96,641 96,641 0000000000046293bc5e31cc9c63b0c124b200cccb1a0415550f478d3afd7d66 1 0.00/1.00 vMB 0
96,640 96,640 000000000006520456bfea221785f88ef24df36532d3d243e444e7acdc2909d2 2 0.00/1.00 vMB 0
96,639 96,639 000000000002cc435d9350d2896e56ac5b9adfe965fc21e24d6fec3adf295899 2 0.00/1.00 vMB 0
96,638 96,638 0000000000015e5417333f68943316382c26aad7e8b9d71935ca322c85b1c806 2 0.00/1.00 vMB 0
96,637 96,637 000000000005869c591daf6fa2dfd4277dbd5ff2cbed2592676cce644e3afd1d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 552.46 GB
    • Received: 6.57 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.