Loading Tool

Explorer IconExplorer

Memory Pool

76,765 transactions
28.71 vMB
0.09376367 BTC
Random Selection Loading Transactions
Max Size: 174.25/200 MB

Candidate Block

Mining Attempt edf19608498b20bd52e6b4892551721607ba026200bfee5db6235def78a21e67
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 24385a7a3d4b67d4ee7f29532ad56de49c8d21f5223ae7dd633174f65c6b0d02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,001
Size: 1.00 vMB
Total Fees: 0.02712406 BTC
Feerates: 180.82 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (217,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,741 697,741 0000000000000000000fac16f36bf165db3a5196f7557fb89e8fcc67d0f2ed70 54 0.02/1.00 vMB 8
697,740 697,740 0000000000000000000bee89a6387da5fa6fe4ad7e9d1f18bb6381b2ee9fc402 1,368 0.49/1.00 vMB 9
697,739 697,739 00000000000000000003c105cba4b7a4da914bf6ac719584cf4eace7d3337503 844 1.00/1.00 vMB 2
697,738 697,738 0000000000000000000cf5d6079d0d89fc3eab7b9588ed02d6b73bb11d06ac5d 2,862 1.00/1.00 vMB 12
697,737 697,737 0000000000000000000e168087a3e6e24e54d91c768c1d952f5f543ade6fd84a 2,313 1.00/1.00 vMB 11
697,736 697,736 000000000000000000094c4259067533f41d9b427f333ce80c87e44855882cc7 298 0.40/1.00 vMB 2
697,735 697,735 00000000000000000008bbfee41d12b914ba0d4386de8f0ef19b92edafe20fa7 1,345 0.65/1.00 vMB 9
697,734 697,734 0000000000000000000d33eb44944608556fba99cc0e628e64ef085a8a17bc5f 2,400 0.83/1.00 vMB 11
697,733 697,733 0000000000000000000999cdeeda49f07eb9808bb207fc67ce556272a0f4655d 88 0.02/1.00 vMB 9
697,732 697,732 000000000000000000031213d7651f43e8a910c6cac5a3bc3f8c4e77174ac400 1,590 0.55/1.00 vMB 9
697,731 697,731 0000000000000000000e65163f02afa10157ad9d9062a4d99ad65d4c870997b9 72 0.02/1.00 vMB 7
697,730 697,730 0000000000000000000297f2a793d0b4a0dd4a7ee69ae26db3f5566ba06b5b36 1,460 0.50/1.00 vMB 14
697,729 697,729 0000000000000000000210036fd22343443453f4c2f84618caa7fc6107674021 1,589 0.55/1.00 vMB 12
697,728 697,728 0000000000000000000ee9d86309eddc8d6a8e665a0d2ce6dbdf8cca0d5c9881 1,830 0.68/1.00 vMB 11
697,727 697,727 0000000000000000000c83dea23eb66551e601bc5fa20b4732178333ba001e4f 2,474 0.89/1.00 vMB 11
697,726 697,726 00000000000000000008ad2cc154b0d4a2c0a7dc408457ad5c1bda2ffc0e03fb 1,904 0.69/1.00 vMB 17
697,725 697,725 000000000000000000049f5f78af968f1f3d98636cfd32b3d089fbc7d7bd1c2e 766 0.28/1.00 vMB 5
697,724 697,724 000000000000000000086a8a56b9a7c1a80ae97c4d511c78c024003c619823c9 2,193 1.00/1.00 vMB 6
697,723 697,723 000000000000000000031ee1e3d4964ce472f27434d19c0bc077d90e4d0f4a3d 2,425 1.00/1.00 vMB 10
697,722 697,722 0000000000000000000f886d901610cf460bbee11e438bded9ff7179f873e3d2 1,579 1.00/1.00 vMB 6
697,721 697,721 00000000000000000005d18a758952194adc7a520953c3e611c457a342b939f8 2,669 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.