Loading Tool

Explorer IconExplorer

Memory Pool

44,355 transactions
26.62 vMB
0.06275385 BTC
Random Selection Loading Transactions
Max Size: 140.40/200 MB

Candidate Block

Mining Attempt adbc13c99961fe95f53537325fd4a795f11f89dca25f125bbc576ea421b1f98f
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 1a3bb202df562f8fb12751a4ef95165f56f791e5022e9d59132ddd48d8656c2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01383588 BTC
Feerates: 83.62 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (203,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,879 710,879 0000000000000000000150c30a579180b077c5f1ba752e00eeb9a6a6113ba455 2,835 1.00/1.00 vMB 11
710,878 710,878 00000000000000000003a8d4198bdff8bbfae8b363a15e96225a07f6db682a69 2,572 1.00/1.00 vMB 10
710,877 710,877 00000000000000000002330e2a37603092c1a1e3152a2582526fe9cbd6ea2fee 3,813 1.00/1.00 vMB 6
710,876 710,876 0000000000000000000b80bb4e06a81610f0b2bb96f1659a71607be6a841f3cb 3,144 1.00/1.00 vMB 4
710,875 710,875 000000000000000000001fac64e6651c18126533b217b7da26603666acbf8a4a 2,852 1.00/1.00 vMB 13
710,874 710,874 000000000000000000071b8b1d052ef91e14af7edfe1f8540f63d1e058059607 3,199 1.00/1.00 vMB 17
710,873 710,873 00000000000000000007ca56ed618d52cc695cd9c08bd0268f010274bd5eaad1 3,333 1.00/1.00 vMB 20
710,872 710,872 00000000000000000004dc9cfd36e805ab831320d807f7b0f2c191849cb5eb2b 1 0.00/1.00 vMB 0
710,871 710,871 0000000000000000000451109149b22d6716fd1c9200c08ee295b0c6b6d82d28 3,132 1.00/1.00 vMB 12
710,870 710,870 0000000000000000000ac8d052f4ba75fe80af3f2fb7e0948827d6b5adabdbfb 2,535 1.00/1.00 vMB 9
710,869 710,869 0000000000000000000767a4e02c9fbeab2deca8e4b0fffb6d0b863a9ec4a292 3,390 1.00/1.00 vMB 11
710,868 710,868 0000000000000000000a462c4cc33d65d7b6be24231a4c268565da800f171f4d 3,078 1.00/1.00 vMB 6
710,867 710,867 00000000000000000003851bc4fa93d9d3f7bc2bb259ce41e2d32a2126faa664 3,484 1.00/1.00 vMB 9
710,866 710,866 000000000000000000011c2f81d592c5b6bd2f82a7763c5cde91857f8585c1b0 2,847 1.00/1.00 vMB 22
710,865 710,865 000000000000000000062326f48ab47ec45730583c21b3e1ef8d124ae5283dac 2,790 1.00/1.00 vMB 31
710,864 710,864 000000000000000000051962b1a61becdd19a4fb8c0116d0fc5858fbeea7f501 1,826 1.00/1.00 vMB 7
710,863 710,863 0000000000000000000146f9252cbc0124af46ee44b5f8254baf6d380e27fa6b 1,858 1.00/1.00 vMB 5
710,862 710,862 000000000000000000032db4eb79f1540c19a64c70c0519c67b250872dbea79d 3,160 1.00/1.00 vMB 5
710,861 710,861 00000000000000000000539ff9313ead77c5b7267ee2920f7eec320418e15b51 2,962 1.00/1.00 vMB 14
710,860 710,860 00000000000000000002c6e526320f9ba6281e0700e7177a7336d7bc317e8475 3,317 1.00/1.00 vMB 17
710,859 710,859 0000000000000000000af8ea3aa782a1c74e91b45d306663c2145235b362904a 3,213 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.