Loading Tool

Explorer IconExplorer

Memory Pool

35,039 transactions
7.64 vMB
0.08555068 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 6 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.03/200 MB

Candidate Block

Mining Attempt 0c92f3db8bd8a1a26f70bd8ee55f8a841d7e078bcd3c353cee2eeb6837629934
Version 20000000
Previous Block 0000000000000000000057ad9d1d6b5e34d6fbcde9b1004e9567218fbb95cf49
Merkle Root 247067fa4e47bea215116b7bb0bd0ba02c73a600e4450fee1ec014ca3a2b180f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,063
Size: 1.00 vMB
Total Fees: 0.04582724 BTC
Avg Feerate: 2.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,769 (712,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,770 199,770 00000000000003f0a5676da9b888c4962780f8156f26db7f0bd615e0b57a1f58 0.05 MB 114 184
199,769 199,769 000000000000017d28183aa6b2281abe1d53e318d0627af3f02d8e87f7a56b7a 0.00 MB 1 0
199,768 199,768 0000000000000315cfdf7f2d83f8632f5042a6c346b62476ab4c7cc48e9c8695 0.03 MB 83 169
199,767 199,767 000000000000042f3dbbbe395dd5434b9467705e586c9d37ad10102be8fed7c9 0.05 MB 104 108
199,766 199,766 0000000000000143d8355984230a22576782ea08c811e683d2ddf243d7f3ca52 0.06 MB 154 113
199,765 199,765 0000000000000050f13c1a55563dd705d7891f2785d84aa8b9c515286fe934d8 0.01 MB 13 37
199,764 199,764 00000000000000ba574761655536acde80a42e70e9e188e36e00af46a4a41b36 0.01 MB 24 116
199,763 199,763 000000000000045e5be4cf6decf323013991f6e5305dc926a047e8dbebdae47c 0.11 MB 252 58
199,762 199,762 000000000000003ae7ac1544e7cb941f05e4a665e33c27d4d06dbeafc5ba9ed3 0.03 MB 29 23
199,761 199,761 0000000000000282de13b4fce16d918585a60c6eec76077f0c4076ac546a770b 0.02 MB 18 27
199,760 199,760 00000000000005a204d757d445b29155a274e6e512537015dfc43785a502de39 0.10 MB 249 161
199,759 199,759 00000000000003fc07d56bcd63c6d0c946540800ccd9ea0a93bd593ea521292c 0.18 MB 260 313
199,758 199,758 0000000000000026f23a87d3fd7a3c01aecd14b1fabda0a93d06ff8021a3bcdc 0.11 MB 205 213
199,757 199,757 0000000000000203656ac15c18c34cc017afd26c21b2308b8e7181bca46ec04d 0.04 MB 42 2,589
199,756 199,756 00000000000003f770dd9b3dbe49b3ba234c09304c8d16684826574678234f28 0.04 MB 50 61
199,755 199,755 0000000000000221dbc3edcc627ecd93a037211fa152fa9602ffbde3bd74eaba 0.28 MB 444 87
199,754 199,754 0000000000000028312d5439ba839027fad4078d266ab9124e297a88f1b2825a 0.10 MB 330 50
199,753 199,753 00000000000003825d256f717d90fb9c1bfff5de6e63c0d0643b2f5a25d202d7 0.15 MB 321 696
199,752 199,752 00000000000001055ea45f3356a1fac42fb359697e67e804fb079b0a7768dc7c 0.13 MB 318 132
199,751 199,751 00000000000004cd2c2cf007f646add4eac7fd1cbf3a722ea9534fb0712e66c7 0.05 MB 134 99
199,750 199,750 00000000000003ce25d1995d04f34d818c1fa51ed194eedbdb1e7d47bc18d0ab 0.02 MB 10 6
Previous 10 blocks ↓
Total Size: 778.43 GB

Node Details:

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