Loading Tool

Explorer IconExplorer

Memory Pool

77,087 transactions
33.93 vMB
0.14004160 BTC
Random Selection Loading Transactions
Max Size: 189.12/200 MB

Candidate Block

Mining Attempt 9f4d050ef1dc128cd305bae728feb5f5d8bd56d7948c4fae6abc29811fc71962
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 7a3d8b6ac951c883e77098847da01f453451088bad4561bad1e9399aae7deb08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,567
Size: 1.00 vMB
Total Fees: 0.02555325 BTC
Feerates: 56.16 > 2.56 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (341,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,621 573,621 0000000000000000001aeebdae8d9d285cbcd63a3db1e0c16c6318acd8063613 2,910 1.00/1.00 vMB 74
573,620 573,620 0000000000000000000117d27b806a93e52671fd04cefafdcf57055b35f3d867 1,876 1.00/1.00 vMB 20
573,619 573,619 000000000000000000104c3afd167dd499bc37f69820f20fe120c90a8b811750 1,450 1.00/1.00 vMB 17
573,618 573,618 000000000000000000188d8247e968bfe652f7cb191aedf8e81d3f5f704fac13 1,808 1.00/1.00 vMB 18
573,617 573,617 00000000000000000007f08dfa36940a460adfbf8723084362cfd47016758b1a 2,548 1.00/1.00 vMB 52
573,616 573,616 00000000000000000016d477a96cd6815e86689b3feb0c82578621d9b0bdcf77 2,221 1.00/1.00 vMB 40
573,615 573,615 0000000000000000002b4c37b11b9e9bf7d95cb04d6884c99b6145cfb789489c 2,952 1.00/1.00 vMB 59
573,614 573,614 0000000000000000001931515958a8c4d6b60c6874fa8625f3be10325363b8a9 2,298 1.00/1.00 vMB 50
573,613 573,613 0000000000000000000fb6cf1b9c7afc90ae39b6899ecd9e415549d75e881694 2,606 1.00/1.00 vMB 60
573,612 573,612 00000000000000000003841188eed915c30feeccd6e3d1184a1ed2cedffc7d12 2,342 1.00/1.00 vMB 91
573,611 573,611 00000000000000000002badf994e3cd421b5fab55f7deb9e912f38156aad4088 2,992 1.00/1.00 vMB 9
573,610 573,610 00000000000000000000d29bbae7d695fc2aacb7bbc1807d60564e9491e63146 3,377 1.00/1.00 vMB 23
573,609 573,609 000000000000000000269e0949579bd98366bef1ca308d134182dbf28dc6fdef 2,728 1.00/1.00 vMB 54
573,608 573,608 000000000000000000132bae3ebd83d2fc085bb50c4c7b9b3c53fd446e529789 2,216 1.00/1.00 vMB 44
573,607 573,607 0000000000000000000b8e198489d69e5e5ea84f95a99d1d739034b5b1d93d07 3,205 1.00/1.00 vMB 16
573,606 573,606 0000000000000000001c04d5fe158a8f43e559df33de141c8b7bdb8e9e6cad33 3,195 1.00/1.00 vMB 26
573,605 573,605 0000000000000000000853848f830da6f7a973762fea504a90533d2092297f42 2,963 1.00/1.00 vMB 66
573,604 573,604 00000000000000000005775f4d7867b4e892e324343d6ff97ba8073b7d59cd16 2,974 1.00/1.00 vMB 25
573,603 573,603 00000000000000000004ea1e4bc1114c6aae962d07e8ce5bb51a48f9c6cfff3a 3,028 1.00/1.00 vMB 77
573,602 573,602 0000000000000000001e59cc116ca650b820a8758e8113325b5c95ccaac1f2a8 2,725 1.00/1.00 vMB 27
573,601 573,601 00000000000000000029c458a464a12e7a4b36982a348d1e2ca1324b6fbcb7b0 2,788 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.11 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: 735.09 GB
    • Received: 18.57 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.