Loading Tool

Explorer IconExplorer

Memory Pool

43,343 transactions
26.56 vMB
0.06283281 BTC
Random Selection Loading Transactions
Max Size: 139.66/200 MB

Candidate Block

Mining Attempt 23600fe7f254f596d5689fe2bbf1cd65ed6445a72e4302aa5567e4dc90774ef8
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 60568c2f16454b1c837c3687de81657bee6c2471d147b78e46a55fa4ab22bb65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.01291912 BTC
Feerates: 74.70 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (136,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,969 777,969 000000000000000000063d6284c0f74f8adb3e5f502ac565741b66b216b09980 1,354 1.00/1.00 vMB 4
777,968 777,968 00000000000000000002b1ab7c2b0628e9e09860117c43d4c2ea98129f2c08bd 2,872 1.00/1.00 vMB 11
777,967 777,967 000000000000000000025d4e7798f02543c926dc6e228b885ab23769c99c1e9d 2,833 1.00/1.00 vMB 18
777,966 777,966 00000000000000000000a626f9f5bd4cbffe1caabc1ca1d78f99c324ebd51fc4 3,723 1.00/1.00 vMB 25
777,965 777,965 0000000000000000000055328ac37dda4fdaf59f1a3648d38db18c13a6049e6d 2,266 1.00/1.00 vMB 8
777,964 777,964 00000000000000000005528d82822cbef068bd81350d73d0b4a8a07fa03a6f26 2,481 1.00/1.00 vMB 21
777,963 777,963 00000000000000000005f4abfb82616d45fb30f3e5626d9c70aa46ed6de321e0 1,605 1.00/1.00 vMB 17
777,962 777,962 00000000000000000003a8d296c99e41941a14a6f77a2225f03b3dbd8fbd8b2b 1,816 1.00/1.00 vMB 15
777,961 777,961 000000000000000000044cf8f6ca7164d26459d623427dcbfb0c2b6385c3c0f9 2,923 1.00/1.00 vMB 25
777,960 777,960 00000000000000000004af8d0c7e49aa176df54b183a4ed598ff4fc42e3ae8cb 2,818 1.00/1.00 vMB 14
777,959 777,959 00000000000000000003cd659ad15231665ba9ac1b99d0468cad5df356a5573f 718 1.00/1.00 vMB 2
777,958 777,958 00000000000000000001a0f6bf8f6c8c3f148e98cf7ea71128a657e5f18f66e1 1,404 1.00/1.00 vMB 6
777,957 777,957 00000000000000000006b89e7649e9ecbe7419b818e855354afc38043f5800bf 3,187 1.00/1.00 vMB 20
777,956 777,956 00000000000000000000088d1f2448ae64c26e08b5e9750aae855e82f3ffffd4 870 1.00/1.00 vMB 3
777,955 777,955 000000000000000000060844c9054be34bf5b3f667a2b84fcdf2c974d01a0a0a 3,031 1.00/1.00 vMB 15
777,954 777,954 000000000000000000043eef56a79cca783eef31f0c0ea5598830c144abac2cc 2,560 1.00/1.00 vMB 16
777,953 777,953 00000000000000000000624cc2ebcef9e4c5bd49ae38e3bc8de139da7bbdf873 1,869 1.00/1.00 vMB 9
777,952 777,952 00000000000000000006fea5ae9829afb103504cb32bf586a5a02b95552da272 2,462 1.00/1.00 vMB 13
777,951 777,951 000000000000000000060b850ecbe194982d730be542087507dacaa73cae2597 2,330 1.00/1.00 vMB 7
777,950 777,950 00000000000000000005298e36cd555dfc6d2ddf9bcdb400cabd3eb73017aaa8 2,685 1.00/1.00 vMB 13
777,949 777,949 00000000000000000002ec73354d1dab84cf5cc88d816866ddcec6ba8222694e 1,719 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.