Loading Tool

Explorer IconExplorer

Memory Pool

77,107 transactions
28.51 vMB
0.09749111 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt 714210aaf29764ba11a6af0f0613e9e1b32f910beb15a1041f10520ef35a9bbc
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root 9deb8b2bcec124d65fc8c1da127fab8ab86970fa2860085bba21c29ccf59306c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,357
Size: 1.00 vMB
Total Fees: 0.03302376 BTC
Feerates: 526.32 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (229,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,941 685,941 0000000000000000000bf63bff314a330024a88a2eb0d02fa0f9b9193df95513 1,349 1.00/1.00 vMB 6
685,940 685,940 00000000000000000005bf42eb88785640adfab1f5fb1b439b8b9f255faee1f3 2,486 1.00/1.00 vMB 54
685,939 685,939 0000000000000000000778b859378f04dcd09d083c3c30b44fd9250ce471f2db 755 0.40/1.00 vMB 22
685,938 685,938 00000000000000000005cfeed2a8d26610590e3d0a7b310223ad7a2b9c9794e0 489 0.21/1.00 vMB 24
685,937 685,937 000000000000000000070b24ec414f11216a1d40a524bd361e4b1f972922796b 565 0.24/1.00 vMB 33
685,936 685,936 0000000000000000000aae307e33c4128652de55baecadfdfe7a3f9e6c8040fb 1,154 0.63/1.00 vMB 27
685,935 685,935 0000000000000000000773e90b0c37734222d67f1e3a0e7166187197e0cbf9b8 34 0.01/1.00 vMB 38
685,934 685,934 00000000000000000000a95dce44472b90c3678e3836f645f9cbaab753b8b4d2 349 0.32/1.00 vMB 17
685,933 685,933 00000000000000000004765da97e7eb3bc9309990ade1655b7f764b9887ca530 902 0.61/1.00 vMB 20
685,932 685,932 00000000000000000005bb8ba4e6e3b801d89b0c7fcc61b1fdebbb17c9c23705 2,241 1.00/1.00 vMB 32
685,931 685,931 000000000000000000008dd0867467deb5ec2e3120765a0ec1b737939b2de4fb 2,774 1.00/1.00 vMB 8
685,930 685,930 0000000000000000000be24d9e1e61702a89d97e0eda5bda64cc79db1e6d24f0 1,156 1.00/1.00 vMB 13
685,929 685,929 00000000000000000003f327c8af88f47ed04db5bfb5d6b56d136c2b7e215082 831 1.00/1.00 vMB 47
685,928 685,928 00000000000000000003bdf4f7d9abb43e4baead420abcf32cdac1fea4dc93c7 1,981 1.00/1.00 vMB 15
685,927 685,927 00000000000000000007146b7553787739bba6684ebea3ad234b8a60137d76ab 2,678 1.00/1.00 vMB 33
685,926 685,926 0000000000000000000abe043655b30c280d344aeaeced71d4a6be4b26f8d21c 2,808 1.00/1.00 vMB 49
685,925 685,925 00000000000000000003ae6c1270488ba038137969d50f5464eb8dc24c75df96 1,668 1.00/1.00 vMB 25
685,924 685,924 000000000000000000028be56167a1d7c6ddb999d1c696b3ef04831e62a78d26 451 1.00/1.00 vMB 5
685,923 685,923 0000000000000000000311e77b038f106d10d91fae4e208f25ba12dbb38d2bae 621 1.00/1.00 vMB 9
685,922 685,922 0000000000000000000c410f425287e3128eaad5d7764e078e1e3f80de8ad6a6 818 1.00/1.00 vMB 12
685,921 685,921 0000000000000000000abb272cf4e30cf3cd73ca147f39b9b5e7d124eaef9743 2,046 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.