Loading Tool

Explorer IconExplorer

Memory Pool

38,335 transactions
26.40 vMB
0.06050730 BTC
Random Selection Loading Transactions
Max Size: 136.08/200 MB

Candidate Block

Mining Attempt 3b273fb544cae3d82adf2737f2590b9d4c5bf9b5c244ee87a62eefd5e4005567
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 5392777b450aafbde5f01111aba24107e1fc81ef4ee64913d17c25b43f50faf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.01145645 BTC
Feerates: 201.06 > 1.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (228,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,740 685,740 0000000000000000000ab7a32733627974b960ba03e82794d5a6e764a90ff616 843 1.00/1.00 vMB 8
685,739 685,739 00000000000000000007d6c8e417ef23e6024f42f23c43d6411d4017776c59f2 1,555 1.00/1.00 vMB 39
685,738 685,738 0000000000000000000cbf4f475c140d4ca38738b374803a8af91695c54ebbe3 1,262 1.00/1.00 vMB 23
685,737 685,737 00000000000000000009c0ff9127a2f5aa398340c519e29d9dc341fffd311fe0 38 1.00/1.00 vMB 1
685,736 685,736 0000000000000000000452194f6f793c4a459a6d8a81c37bf0f8dcb69ada2663 821 1.00/1.00 vMB 6
685,735 685,735 0000000000000000000c61685254d7c44ddad4361c73c231916c1bdcf7055085 1,358 1.00/1.00 vMB 22
685,734 685,734 000000000000000000016b403fc2214d21477cf538befa81bb8350396737493a 1,548 1.00/1.00 vMB 69
685,733 685,733 0000000000000000000527be5e29a15d426f149a30e32f3bf16e0f46cac0dd7e 1,052 1.00/1.00 vMB 20
685,732 685,732 0000000000000000000c9f35701388687d8c8062793b44c621d0102ec5cb8fd7 304 1.00/1.00 vMB 4
685,731 685,731 00000000000000000004959d2a3c9d5f81ab39f94b25d8f50627fbd0922192d1 632 1.00/1.00 vMB 11
685,730 685,730 00000000000000000008375468d9f055df5aa69f4a6a4dfc59a7021a5d6e8320 747 1.00/1.00 vMB 11
685,729 685,729 000000000000000000044dd268712c780d4f5c5c3aed5f576f5f7c2495f943f6 800 1.00/1.00 vMB 16
685,728 685,728 000000000000000000097816a5536d1d0d96ef6b3b890733fa1a2bc732e10b60 117 1.00/1.00 vMB 2
685,727 685,727 00000000000000000009b8b809486a00dfce078635fbff09f6d71836d03bb87b 1,120 1.00/1.00 vMB 17
685,726 685,726 00000000000000000006ddf59ff4d57b2ae57d7bba0d24c0479c48886a8251d6 2,042 1.00/1.00 vMB 17
685,725 685,725 0000000000000000000ab9b205b91e2112700e24f317f4b0ba0dbfd0d9e993c0 2,065 1.00/1.00 vMB 39
685,724 685,724 0000000000000000000690ca442f16702a52f054d3d34f8d494e57808c37d247 2,402 1.00/1.00 vMB 7
685,723 685,723 000000000000000000043eaeef009baa77d62611a3688775b261fed2bdc39a6f 1,893 1.00/1.00 vMB 30
685,722 685,722 00000000000000000009aa62ab929832925f31a9bf7cdf4eda6d365a6dfbf82d 1,937 1.00/1.00 vMB 57
685,721 685,721 000000000000000000059b77cee11d6c3b0268414243367bb6f5692478189373 1,362 1.00/1.00 vMB 57
685,720 685,720 00000000000000000004f60a2580ff614ad23b071cbe7c2de3b9d2ccf64fa63a 2,001 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.