Loading Tool

Explorer IconExplorer

Memory Pool

16,821 transactions
9.67 vMB
0.04054386 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.98/200 MB

Candidate Block

Mining Attempt fc446111f2af6dcc905e6d58a99ad1566b833694b0202599ca5443a2d9bdd281
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root 369546b6caa9ee087b87405398826dbb4de3067693c6c3821c70eb88fcf8b57c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.01899355 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (710,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,773 202,773 000000000000054cae207b82770b844c8d53c8dea46926ecf65c49b7150a7ef5 49 0.02 vMB 173
202,772 202,772 00000000000003e1850a1ced804abc0911158f56b5c3f7b7e7d7429298eb0a25 85 0.04 vMB 219
202,771 202,771 0000000000000167146edf7b2b1f86c36bdc097ec0d61a450abf9dbe9f354366 490 0.26 vMB 145
202,770 202,770 000000000000017712e121f6ec06cd72a1d0291b2eda2aaac4451a8d71a231b9 645 0.39 vMB 73
202,769 202,769 000000000000021f25cfa24f2468be5c82164044e5efda13be8bc749d92d8b21 345 0.13 vMB 263
202,768 202,768 0000000000000517c0ba79885150136b90c420b1178185d91746eb10b2102a28 185 0.07 vMB 261
202,767 202,767 00000000000001d13137d94ba633cbb1bb198033ebc69f3765c8b8bccd1d8cc6 114 0.05 vMB 107
202,766 202,766 0000000000000039c6a6e63b1cdead59bd005f08c3491c328927417084e713ee 37 0.02 vMB 550
202,765 202,765 000000000000056f1261b060afcae38299a5b90d6fb75d13dae146f6aca4f70a 103 0.05 vMB 74
202,764 202,764 00000000000001a0a096a3c1b06a1bd1d9130b99ad85ad89995ab274d403f43c 32 0.01 vMB 92
202,763 202,763 0000000000000151abff122ac02de76d52c9f59660cbeb9440a53261be98b896 89 0.05 vMB 82
202,762 202,762 000000000000026d2d2b5f59b134599c363c55c75dcb088e131fb9555dcece1f 68 0.14 vMB 49
202,761 202,761 000000000000018dd73e42df27a788d4f3ff5de9e769c0ac4a914f9823986997 515 0.20 vMB 276
202,760 202,760 000000000000017270cd397a396b95f8b1e78e229e6457d8de9ec94bc467adfe 118 0.05 vMB 82
202,759 202,759 00000000000003064d635aa94fb04f028f4370dc33c7c5cc9d5e525bbfcf91e5 183 0.15 vMB 199
202,758 202,758 00000000000001477cc9f4c91694c509fd03c15ae9cbc321ac08108925a392d3 194 0.08 vMB 272
202,757 202,757 000000000000043209cd2ed18f121b0a339faa4638a462dcba584b5e60e8631f 48 0.02 vMB 148
202,756 202,756 0000000000000533ba8e65dbe1c308e4ba1e9b85b423bfbd061bfa422b3d5232 398 0.18 vMB 214
202,755 202,755 00000000000004b5ea4655250f82b534b1504e1a478088767290a9eaefc39ff0 212 0.11 vMB 152
202,754 202,754 0000000000000093f9832c212fa9d8fde1fc4382d34dab124b850d08697399a5 32 0.03 vMB 66
202,753 202,753 00000000000003eb56e65a2ddc431a3b5e8878e832f7ece5539e47e2f6bf4a28 140 0.05 vMB 43
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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