Loading Tool

Explorer IconExplorer

Memory Pool

34,158 transactions
18.62 vMB
0.05462206 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.15/200 MB

Candidate Block

Mining Attempt bd37ea8bb92ecd9eb3207dd3029b5708f204d737d38539c8b4eeeba3f07d6e80
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root 6c6e8c00ee8685bf359034cf75d108dd17b78d3158752ce21b8bec9f895b51da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,605
Size: 0.9979805 1.00 vMB
Total Fees: 0.01982394 BTC
Feerates: 201.54 > 1.99 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (751,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,917 161,917 000000000000027bb2f4974a8ac1881bab415bc91d2163eea2dfd6a12e615ee4 113 0.04/1.00 vMB 58
161,916 161,916 0000000000000780f636ec18cbddedbc0af6062dcb641dff022d4bec5d9d2022 99 0.03/1.00 vMB 163
161,915 161,915 0000000000000b763079e2478fe414edc5b687943b140b639792ca29de58bd4e 51 0.01/1.00 vMB 13
161,914 161,914 0000000000000d2eb4b37091edbe7716309dddc2dc8b07b873d9fa1b099a28fd 11 0.00/1.00 vMB 0
161,913 161,913 000000000000084de15cea7b3cdfc2e1a8560a9cfb4d078ec742586ed8cedd6b 104 0.05/1.00 vMB 124
161,912 161,912 00000000000009a01a97aca9ef5eaf050edd133634bb3d946c139771a3ccb62a 12 0.00/1.00 vMB 0
161,911 161,911 0000000000000515d351f1938b9f1f61ca67b20dd2fb763b3bf0cec093cfd1f2 93 0.05/1.00 vMB 542
161,910 161,910 0000000000000993e0045b2bede7b7d355b9c05b103aa7f59c5f7d06c269cea4 131 0.05/1.00 vMB 0
161,909 161,909 0000000000000a72d925d026c5120d05d855ab94689e4bd5465ef56f2adfdb71 55 0.04/1.00 vMB 191
161,908 161,908 0000000000000cff32e3edf7cb9305d9fbb94ca18f71bdf4a791ff7a9779923f 76 0.04/1.00 vMB 144
161,907 161,907 0000000000000604ea74bbc4ef5f3785226ce96937c74b708635f680cf0a66e5 134 0.06/1.00 vMB 271
161,906 161,906 0000000000000930e3c6b77218cd5def7d0ff99ea8b8e7f420c7a3ab1e7ce64f 92 0.05/1.00 vMB 301
161,905 161,905 000000000000044eecba274a5349a82725a042a6610febaa4dfa983b11fb6b1a 1 0.00/1.00 vMB 0
161,904 161,904 000000000000064640eecec4bf47cb94b6d3575b9f7092d48b5e9f9e88ff8c9e 39 0.02/1.00 vMB 329
161,903 161,903 00000000000003afafc9ef7ed21b376bc101618ac033c5ecccd9b00946250ba4 4 0.00/1.00 vMB 68
161,902 161,902 000000000000081ca14c3a8582cc210f0623377469c95faa564722a6e54d8ae9 46 0.02/1.00 vMB 288
161,901 161,901 00000000000006199ef3b56a7a4b29563f14c63bfa22647012cac453039fb4c8 97 0.03/1.00 vMB 8
161,900 161,900 0000000000000b8cc68ca144e37eb33becaf95ba6de2817dd312db9a8e6976e4 29 0.01/1.00 vMB 417
161,899 161,899 000000000000028d47dec38f73d6aa9c494a90c65ce4c4429832ae87652a9838 129 0.05/1.00 vMB 146
161,898 161,898 0000000000000a435cc22c2897cf772837720379b782abe519ddaac6ecf8bb94 159 0.05/1.00 vMB 232
161,897 161,897 0000000000000830b42bcdc56544e84461427a999a7d5c33d0689bfa8cf4d6bd 54 0.02/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 521.72 GB
    • Received: 4.85 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.