Loading Tool

Explorer IconExplorer

Memory Pool

44,455 transactions
26.58 vMB
0.05811791 BTC
Random Selection Loading Transactions
Max Size: 140.54/200 MB

Candidate Block

Mining Attempt d6df6623aee6b8a8d67bf46a0e40655d05857b3355a987ce793dd9236ef0dea8
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 898cd4e879e005c2567de2c5ce1cc0ebfe8dcb6e7f107171cb157dfaaeeb04d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,511
Size: 1.00 vMB
Total Fees: 0.00929179 BTC
Feerates: 101.72 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (68,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,006 846,006 000000000000000000034a5190ccfac8ae10006fbc7bb7bc194df076d43bd971 2,233 1.00/1.00 vMB 61
846,005 846,005 00000000000000000002beaf949a2a2da0db478688540300f42b1aeb958e94c7 5,660 1.00/1.00 vMB 25
846,004 846,004 000000000000000000003598819dce9966b77923a4811f5f86f570c842626c20 6,446 1.00/1.00 vMB 28
846,003 846,003 000000000000000000003b4eefcd08b6be258db806cfe4a2764a9122168b12ab 5,372 1.00/1.00 vMB 36
846,002 846,002 0000000000000000000353593b0e1a9c7762a91f1d862438919d9587859c3d79 6,536 1.00/1.00 vMB 28
846,001 846,001 000000000000000000026252317e92d200b039db3dc80ccedce1f51d39def552 5,661 1.00/1.00 vMB 35
846,000 846,000 00000000000000000001aa5c5c2a611ea4fdd83194e0aa9e3ff9fd8ce20d673b 5,774 1.00/1.00 vMB 36
845,999 845,999 0000000000000000000345d41571b164bf12f3f5d8bfd79d76f3e475c9959f34 6,450 1.00/1.00 vMB 31
845,998 845,998 0000000000000000000311abadd85397ecc23b77d4e2c7d066b92a65bb59caa2 4,198 1.00/1.00 vMB 48
845,997 845,997 00000000000000000002e8476fee0c2a983c2711fc1af67340cf7c5e93e254b9 7,460 1.00/1.00 vMB 26
845,996 845,996 00000000000000000002434f73e8571dd1b03f275a541a1a2e902768448d18df 6,041 1.00/1.00 vMB 34
845,995 845,995 00000000000000000002daf8b386ce536f66d5eb444e0e52b0780577687d9b5e 5,255 1.00/1.00 vMB 37
845,994 845,994 00000000000000000001aa815e189a3d3f8784e2a2f0cb550d9dd234698af2dd 6,601 1.00/1.00 vMB 30
845,993 845,993 00000000000000000001445ef87f51b84c9de36d8e81f570a640ece1a911b497 6,682 1.00/1.00 vMB 28
845,992 845,992 0000000000000000000180e76e34099ae918bff5a6249b9f17a66d6b8c6bb29e 7,078 1.00/1.00 vMB 27
845,991 845,991 000000000000000000003f699b6f578acee6672f81e676b163644c6848058904 5,961 1.00/1.00 vMB 34
845,990 845,990 000000000000000000028d2c10a5c06ce4cc8ee52e2c15c09eac4fe8efd42800 6,416 1.00/1.00 vMB 29
845,989 845,989 00000000000000000000a895a9a7c062ecb9c21945e8fb734da78ce2a5f43b24 4,893 1.00/1.00 vMB 38
845,988 845,988 00000000000000000002e3ca865c5ef7dcbdcd0ba13e5d8911bee395c1a999d3 6,717 1.00/1.00 vMB 24
845,987 845,987 000000000000000000031a8eafc56503c0051dd31bd8e6cf5e69dd00140a827f 6,740 1.00/1.00 vMB 24
845,986 845,986 00000000000000000001f25ace82d452735a8f6465436de3652ce53a93d62780 5,642 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.00 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.93 GB
    • Received: 13.11 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.