Loading Tool

Explorer IconExplorer

Memory Pool

39,903 transactions
25.97 vMB
0.06539654 BTC
Random Selection Loading Transactions
Max Size: 134.77/200 MB

Candidate Block

Mining Attempt db79adb8d5d2837090c97d3b520cf63e300b519692d03ce510458ae68f900ce8
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 1a95978af6bfcdd830577c226df83b95cbba31731dced0e81408f03db20c9dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,558
Size: 1.00 vMB
Total Fees: 0.01809237 BTC
Feerates: 73.20 > 1.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (251,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,929 662,929 0000000000000000000c8f1f7f79b004bb40ff2a4d2a3a5e08407784480af5d6 1,931 1.00/1.00 vMB 27
662,928 662,928 00000000000000000004e2dfaac2616105b3a1726547bcc221ac41a6d5151a47 2,887 1.00/1.00 vMB 115
662,927 662,927 0000000000000000000c4a9b6449dad3cfed6f00a2e6adf2c52cbe2e98473e82 2,910 1.00/1.00 vMB 130
662,926 662,926 00000000000000000009f02e786894f06b71bb02e4175f36f7ba8fb413a3ebfb 2,424 1.00/1.00 vMB 74
662,925 662,925 00000000000000000002771fe196a44ee5994671d0fd9b3ca08b87d716ee1802 2,328 1.00/1.00 vMB 97
662,924 662,924 000000000000000000074f81229ef8f6f727e25bd836588ac39e268b04ab326e 2,026 1.00/1.00 vMB 38
662,923 662,923 00000000000000000008e89ab21612b8ec011bd174865b188dc73e5833464646 1,345 1.00/1.00 vMB 121
662,922 662,922 0000000000000000000c8873e29ebffd4d414773772944a3ac55a4d4bfea1f85 2,637 1.00/1.00 vMB 53
662,921 662,921 0000000000000000000af762a7ca4a8b6271b026aa3adfc62bfe4af6d57f4dd7 2,962 1.00/1.00 vMB 136
662,920 662,920 00000000000000000000a8817625dba2de6ce7993bb66479155aa7ec43c30096 1,784 1.00/1.00 vMB 63
662,919 662,919 000000000000000000034d29a406e9ed6e444b3b52cf70f08ce66058e477b261 2,147 1.00/1.00 vMB 109
662,918 662,918 0000000000000000000cf0b8900f84352f0da9ec6d95738c2d27f1467b441c51 2,597 1.00/1.00 vMB 137
662,917 662,917 0000000000000000000a932704a81a918f7385e39aeb6379e51aa5f5600b6b3e 2,123 1.00/1.00 vMB 108
662,916 662,916 0000000000000000000dfcb62652ef72f2556d3352f644a4354a441f56517584 2,895 1.00/1.00 vMB 139
662,915 662,915 000000000000000000090d445b7b9bfa1a51d132a83f1b9c340963ce0c7da634 1,672 1.00/1.00 vMB 130
662,914 662,914 0000000000000000000617bf0800ba70a303e3cb18be98f51030dc2ade64dfe0 2,619 1.00/1.00 vMB 73
662,913 662,913 0000000000000000000d77353c2e2b1482bf6ef0931d143571e74968d82401e0 2,338 1.00/1.00 vMB 42
662,912 662,912 00000000000000000009601bdd2dd8bf3adeed2f08271a45fe13adb9ac9decc2 2,603 1.00/1.00 vMB 96
662,911 662,911 00000000000000000007e8399ab1df9fae3f5667ee4b6971e2dc19063d70d93b 749 1.00/1.00 vMB 15
662,910 662,910 00000000000000000009a1274586d8e0f212f6962b3e4eb4ede7c6057f6eda25 205 1.00/1.00 vMB 16
662,909 662,909 00000000000000000007675efbda24556eafe4f70e72dcb5594ffd27cd553e83 717 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.