Loading Tool

Explorer IconExplorer

Memory Pool

78,317 transactions
29.25 vMB
0.11227891 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt f4d22698e91d0cb059c4edb92ab9563f0243c3136d766a5d3a5fc715258bb95c
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root e650a87bb1b93b4299face2fc58a44514603149e9d32957e576f9740b97ad0ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.03868314 BTC
Feerates: 198.58 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (265,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,877 649,877 00000000000000000004aa2f82a83c487a4b9aa0addf291d194ea9f572df39ef 2,225 1.00/1.00 vMB 63
649,876 649,876 00000000000000000006eb5c93b104b3830b3eba123063feda978a158a9e96c6 2,377 1.00/1.00 vMB 46
649,875 649,875 00000000000000000002f71cfc7b3cf70b461744593af19b40aea48805b54d53 1,259 1.00/1.00 vMB 19
649,874 649,874 00000000000000000002d359c291a30ba516e01f54c8549b6ae4362304527988 174 1.00/1.00 vMB 3
649,873 649,873 000000000000000000049f89f62c5d8016e39d4060890c438235244e0ccc586a 1,215 1.00/1.00 vMB 10
649,872 649,872 00000000000000000001736aabad6f3d04dbc61006333ce2f1f30c3a453766a8 1,630 1.00/1.00 vMB 16
649,871 649,871 0000000000000000000239808df8184fbb07ce8a022e44ad3542846f2055d16e 1,099 1.00/1.00 vMB 15
649,870 649,870 000000000000000000098781fdbacc1841aa5bb3067496e56efe06612d085581 2,337 1.00/1.00 vMB 63
649,869 649,869 0000000000000000000e24c6d0c09e9330afe41cd47b5da3dd5d697ac20db1e6 1,058 1.00/1.00 vMB 19
649,868 649,868 0000000000000000000cc7c88d2561247059eee9ed5378dc8edce0e3fb657dcb 1,474 1.00/1.00 vMB 40
649,867 649,867 00000000000000000001d4d02770a8982141f1537a256365d3d8146f92cee3d4 1,631 1.00/1.00 vMB 51
649,866 649,866 0000000000000000000a540c5471056b93c01f81c44e76d19adb662fd18bf7e0 573 1.00/1.00 vMB 16
649,865 649,865 00000000000000000000c58be69f855619612c15ae06c6326b5e05f9ae80391e 1,380 1.00/1.00 vMB 6
649,864 649,864 0000000000000000000424c1d80c1fc1ec71e4eb40942035a26a098d062d353c 1,546 1.00/1.00 vMB 8
649,863 649,863 00000000000000000007e1ff1057b96987af256d2ebe77faf1e8f360f5a46cb0 1,334 1.00/1.00 vMB 31
649,862 649,862 00000000000000000000de1a6b491c4c0c2d935bb6514557fc1ae51b4efe5b96 1,792 1.00/1.00 vMB 22
649,861 649,861 000000000000000000060b92e15e3262fdbe90e665c0d9b88f7b7b12557686d5 1,621 1.00/1.00 vMB 15
649,860 649,860 0000000000000000000a093e1596cc2e31a444a8424ef7c8e4fa5603977889ed 2,131 1.00/1.00 vMB 42
649,859 649,859 0000000000000000000716c9f7fcbaf52a666ffceba994e11d91f509d146ad57 1,934 1.00/1.00 vMB 48
649,858 649,858 000000000000000000013860029c3dcbf1ecd3cc89b9bded3d3e26a51fa94066 2,436 1.00/1.00 vMB 16
649,857 649,857 00000000000000000004d9a7d82a3f99ab43131c50ec515138689f9db981ed87 2,255 1.00/1.00 vMB 62
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.92 GB
    • Received: 17.25 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.