Loading Tool

Explorer IconExplorer

Memory Pool

25,938 transactions
5.98 vMB
0.04683873 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.18/200 MB

Candidate Block

Mining Attempt e9aa305c2961bdc301093a0dca8f23d1c19096347a7a2c152d34bea37337d93a
Version 20000000
Previous Block 00000000000000000000fd5d8e3f70af47f3ff76f53e85c6ea5c28cab3519695
Merkle Root 3e0795f6be499b96fba172f1a377f01e6010f144462370462755fa8be07aab7b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.03330695 BTC
Median Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,202 (755,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,891 157,891 00000000000009f312fda587330b6b454525c304a33f01ea1425757d9a7ea822 0.01 MB 19 70
157,890 157,890 000000000000001e218eb23bb5e57ee229a4986834ece3b881f6e14d23ebe0c5 0.02 MB 81 209
157,889 157,889 000000000000030b18748fbce711a3a8a4ab12ba1df3834296001e048b1635fb 0.02 MB 43 52
157,888 157,888 00000000000000a02e68db1168937d6a9408926db60e1943345f3d02cc083e53 0.02 MB 35 122
157,887 157,887 00000000000008311b33ff932e659409087dc990c9948981fec4ff2161916ee6 0.03 MB 77 25
157,886 157,886 00000000000007fc6dee946cb638a25b7ed9a19f24563224282bc7f1454be18a 0.00 MB 12 319
157,885 157,885 00000000000004caebe22c739601e76b3f8632bebe119f17049d7aa9dbdbbbf1 0.01 MB 10 324
157,884 157,884 0000000000000d712bc74511a7cb67eb41e97100b432a4dabefdaba5200a6945 0.02 MB 7 36
157,883 157,883 000000000000028de65500aebcef5bfe12d3e3a35555236b936fb21ae55a0d04 0.00 MB 4 0
157,882 157,882 0000000000000af17c49af745a420e419c87303e4aa95c71b5059e758f868578 0.00 MB 13 100
157,881 157,881 0000000000000592676fa7824507d4f18ceabe93671830f640aa63525217e474 0.00 MB 12 87
157,880 157,880 0000000000000adaa00281f13710f9a30f5264cdd76238e6b4413fadbdedd80d 0.01 MB 20 140
157,879 157,879 0000000000000871bce9a51e99b98116d17547ecd20edcd616cd4051f9fa82fd 0.02 MB 88 8
157,878 157,878 0000000000000892e48940fb48946831eb7ab69892bffd0527b387f39331ec40 0.01 MB 8 33
157,877 157,877 000000000000070745a7eaa4233a47a26864c91d275f06d1825d033ddf25008e 0.02 MB 71 237
157,876 157,876 0000000000000b03b9913148d311cba1ced8eccc495e388f104666304387aecc 0.00 MB 5 47
157,875 157,875 000000000000035d2191f36562f08ccf649ea44a9a881fd731a48281bc7a7255 0.02 MB 11 48
157,874 157,874 00000000000008fa762f435e7cde8919fe117454d2e0214d34a4401d8b72ce9c 0.00 MB 5 353
157,873 157,873 00000000000002119baf977bcf56fd6a33594eb163025ae07cf25fa372908625 0.01 MB 15 54
157,872 157,872 000000000000034ddb046468a2cae6019f01fa9b722f41330e1ef1d5b25557d8 0.00 MB 10 565
157,871 157,871 0000000000000be2527961d5e3302af0e512f08860814c1434d0dc86d82c803d 0.01 MB 17 26
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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