Loading Tool

Explorer IconExplorer

Memory Pool

49,973 transactions
30.12 vMB
0.09936068 BTC
Random Selection Loading Transactions
Max Size: 161.18/200 MB

Candidate Block

Mining Attempt dd80c14767658803f8bcb99957d03583dbd672f6601121e933778f4bf83c9000
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 9e19b152aa7a7396539ed69cb403fd218c56e58ebe6e77ee5c1058a2d25efc4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.02972486 BTC
Feerates: 80.71 > 2.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (456,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,879 457,879 000000000000000001cbc8699e6efb7c8e890a6abe659e60847dd9d7880ff4d5 2,316 1.00/1.00 vMB 230
457,878 457,878 000000000000000001e5d8bc514f6bdbc215aee1c29d1271f98bbb9797529516 2,853 1.00/1.00 vMB 239
457,877 457,877 0000000000000000008828b9858c3458598e324224ac2443445733e5a40aa931 2,532 1.00/1.00 vMB 223
457,876 457,876 000000000000000001c20b000803fc77db744ffb4bef766b8b3490359bddf34e 2,513 1.00/1.00 vMB 231
457,875 457,875 0000000000000000009f8a0937e606ab7fa7fdb7da4d7c50bbab733641cd1832 1,723 1.00/1.00 vMB 233
457,874 457,874 000000000000000000daa8430a6142c17bfb4c6a970ff22f771b78a1ebf3d8a4 1,017 1.00/1.00 vMB 230
457,873 457,873 00000000000000000162ba79120e7496ae10157c435d4eaa0ceef0291ed0735a 2,357 1.00/1.00 vMB 136
457,872 457,872 000000000000000000dddeee9c69bc6801414576d3d1f2f386077d72782f15f8 527 0.20/1.00 vMB 228
457,871 457,871 0000000000000000017f1f8cc3a3adb4117563f4da24e0e8bf84eefc27689a87 2,550 1.00/1.00 vMB 199
457,870 457,870 0000000000000000024e01c470375adb787205320c094dccb5e5177b71381fab 1,456 1.00/1.00 vMB 163
457,869 457,869 000000000000000001be0ed9edf7d9bce998acf5019833624b929df320544df7 1,668 1.00/1.00 vMB 191
457,868 457,868 000000000000000001605913d6d8dcf9ba337d613fc78a269f6c1ac0bc1a3e1e 2,159 1.00/1.00 vMB 158
457,867 457,867 000000000000000000aaaa330995c8cb6de1ad15f665d92379e0d33113392ed2 1,724 1.00/1.00 vMB 151
457,866 457,866 000000000000000001f16309d2601c0db8b36e110b5f1462820b1f28a445c6fa 2,014 1.00/1.00 vMB 189
457,865 457,865 00000000000000000144b666e79fb57f988fbe5a5f019e633a468c7355de97f3 1,977 1.00/1.00 vMB 215
457,864 457,864 00000000000000000067225fd050cbab19a379763886a8048d91245f74a94759 1,760 1.00/1.00 vMB 287
457,863 457,863 0000000000000000002f6f062a074b2c972243c90987917fadbb3ed16ccd13ef 1,870 1.00/1.00 vMB 149
457,862 457,862 00000000000000000242056693c75680d62036a3f7f24ac1a3f36c98dad123ef 2,168 1.00/1.00 vMB 146
457,861 457,861 00000000000000000200bb40b82879bd2dff3d1c20a8518e3083df5a06ff333a 2,084 1.00/1.00 vMB 202
457,860 457,860 00000000000000000192453a32c25c86faa7190f96f1e32a9484bada37461a96 2,842 1.00/1.00 vMB 231
457,859 457,859 000000000000000000e831cda6f6a0902863809c732778fb89ff07aa61e3d74d 2,090 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.06 GB

Node Details:

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