Loading Tool

Explorer IconExplorer

Memory Pool

42,979 transactions
30.75 vMB
0.07620377 BTC
Random Selection Loading Transactions
Max Size: 156.32/200 MB

Candidate Block

Mining Attempt 47b378d4284973ee1117300dbb67d3c8ee584069be3af74fd37aab394608f360
Version 20000000
Previous Block 000000000000000000017125a6a7faa44f2292bc9aca47cb4361639a6915be4f
Merkle Root 7220f35c0220c10fa520b0225d3c04a1546e588816430097ba326d6c5427bf9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,306
Size: 1.00 vMB
Total Fees: 0.01450234 BTC
Feerates: 150.77 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,451 (829,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,009 85,009 0000000000226fe6db941c2f67bc0658a900ebfc1793cba6ad520b5ddfa58a4f 1 0.00/1.00 vMB 0
85,008 85,008 00000000000e3fd87a3ee6fc93f5ef7c3aefb8a9a94d40885fff3bd7cf7533db 1 0.00/1.00 vMB 0
85,007 85,007 000000000000d6714bac3c145354440550e6c481c5865526e7dbc91fd8068a97 1 0.00/1.00 vMB 0
85,006 85,006 0000000000271e9ff323afd08ecbea7e2876e1edbba6409c7b582344b3ebf5c4 1 0.00/1.00 vMB 0
85,005 85,005 0000000000088ea6fc77840decdd5cf5dc072900e628031fd599c9d323e35bcc 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.41 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: 604.46 GB
    • Received: 10.55 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.