Loading Tool

Explorer IconExplorer

Memory Pool

44,236 transactions
31.11 vMB
0.09350999 BTC
Random Selection Loading Transactions
Max Size: 158.04/200 MB

Candidate Block

Mining Attempt 63ebc56c92a533fbe6426c0163be02d07d9136cd6ee0acf83e50a2757e6dadf0
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root 94059cb2e6bbab753ec61340ebd3bb3325feb6ad818ec4e8ba2826029c68af7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,934
Size: 1.00 vMB
Total Fees: 0.03071409 BTC
Feerates: 250.76 > 3.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (829,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,004 85,004 00000000002b809aec5d05482b0d07a85107fe38c99b2e4248d407a95b52fd35 2 0.00/1.00 vMB 0
85,003 85,003 00000000001aed6e57bcbb242c2e36d68553a7cf52a3b4fed98d533ee92b8b74 1 0.00/1.00 vMB 0
85,002 85,002 0000000000133c4bf833028750e5fe7eda9094dea226ffe0947639e5318804a7 1 0.00/1.00 vMB 0
85,001 85,001 000000000005bd486e5f8d4d5ed6f239d181dbffb9cad9be6d89ac05ef5ac044 4 0.00/1.00 vMB 0
85,000 85,000 000000000005dcaf122d18052c42041ce2afa1203a0c33b27a4be7a18e3e226f 1 0.00/1.00 vMB 0
84,999 84,999 00000000001aae6a42f369373e86d434f5694dcf201135db9b935f4339e0f4bf 1 0.00/1.00 vMB 0
84,998 84,998 0000000000193dda15688cf24fd041fc4f0f6fa989cdcdf9995d33f357e9d32a 1 0.00/1.00 vMB 0
84,997 84,997 000000000007e09e7b24218d93cf1b7deb0d7f3bec0141a5acabc523cb76e202 1 0.00/1.00 vMB 0
84,996 84,996 00000000002cd803461ca8bc91debe8f71b8668d37bc294b88635a1e77beb970 1 0.00/1.00 vMB 0
84,995 84,995 00000000000fc71399e6185c34681a78e86ea0987c57d0732df24b0ab64ada01 2 0.00/1.00 vMB 0
84,994 84,994 000000000001f72e012d0cfa282dffaec70d7a1164781f74936f0dc7394719f1 1 0.00/1.00 vMB 0
84,993 84,993 0000000000216e3f42ed24c7dc96d9828318784cec53cf0a681758153d62f10d 2 0.00/1.00 vMB 0
84,992 84,992 00000000002d44c323149c0710c7e642ea20e3ba450fae42a77378a86bba7fc8 1 0.00/1.00 vMB 0
84,991 84,991 00000000001a46e107cbcdf8a1f85689ac4a1328355a89706f05e0f6c853225a 6 0.00/1.00 vMB 0
84,990 84,990 00000000001a2d8ba5566555e6bddd7b1fc91d0cbb3d4530d6ae1d9988464220 2 0.00/1.00 vMB 0
84,989 84,989 00000000000f7de4695dd4d9c5a6c1eece8ada84ce002e464cf9b0697d45c173 2 0.00/1.00 vMB 0
84,988 84,988 00000000002dcc9edc070f0759b5d63615a2029f2ea593f999e6b4b946aa6567 1 0.00/1.00 vMB 0
84,987 84,987 00000000001b86ff7629b698098bf246f627b4524226ae8af4c9c73f72a857ac 2 0.00/1.00 vMB 0
84,986 84,986 000000000005862d2503a56e37013f241616a8d835ea17735e23121be638cc74 1 0.00/1.00 vMB 0
84,985 84,985 00000000000bfaa36ca7249d35e02951d5be0de954a580b8f0fbdbc08304d691 1 0.00/1.00 vMB 0
84,984 84,984 0000000000294e72a00e8677eb79f02334d925141019b0cd19f6d6030d03a939 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 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: 602.86 GB
    • Received: 10.48 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.