Loading Tool

Explorer IconExplorer

Memory Pool

77,670 transactions
29.57 vMB
0.07328495 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt 54eb8315e99f3fb54beab3ad3e0b31c33872c2dd11c87e276fce6dd4ea3120d3
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 3dba976246e2f21c0fd7cdbb4da4b84bd6bd7385773a7feef568e572cc2ca45a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.00774843 BTC
Feerates: 75.20 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (319,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,965 595,965 000000000000000000166dc776bcfa77c1ce9f43c61dfc489b2f2305fff700a7 11 0.00/1.00 vMB 15
595,964 595,964 0000000000000000000e8af56e08fd4fef71e78537a825b9d4453ead73abd271 2,174 0.73/1.00 vMB 11
595,963 595,963 0000000000000000000556cd66e2292c29d262f3335a254eb8a5f2b52ba798ba 3,724 1.00/1.00 vMB 13
595,962 595,962 0000000000000000000d54a087376679c49df5a007c7f43a0040fbf452556e84 3,209 1.00/1.00 vMB 11
595,961 595,961 00000000000000000002d275fa32c2fe371c6570fe000b534bd29a17fd34ad3c 2,768 1.00/1.00 vMB 21
595,960 595,960 0000000000000000000d29baeaa4ca10b5a937a7382f46de663e5d39c723ca20 2,805 1.00/1.00 vMB 30
595,959 595,959 000000000000000000158d7532b6e4a156a146e80cba277539fad1881bcc19fb 2,480 0.73/1.00 vMB 15
595,958 595,958 000000000000000000011f72f2cc07705a08c7b09715326674d2d973e875deb6 556 0.24/1.00 vMB 13
595,957 595,957 00000000000000000013afc8a73672bba3af0f8641acd06625ee56dd704afec2 1,675 1.00/1.00 vMB 6
595,956 595,956 0000000000000000001528ac7bb7ccff1b02c98a005ad7d8e33746c6036d3bf9 2,527 1.00/1.00 vMB 11
595,955 595,955 000000000000000000010093c1f1e1627fc1e3cf7d08f4bc3b1b89a0a5a0f05f 3,022 1.00/1.00 vMB 30
595,954 595,954 0000000000000000000f62744922fcab95d1ec949383a8f22a1f6b2afa935885 1,118 0.47/1.00 vMB 17
595,953 595,953 00000000000000000015d10fffa7498770f3adf19408c9ce0c6de58a2b1684b0 2,769 0.77/1.00 vMB 15
595,952 595,952 000000000000000000117ffd1dd25a5eb2a1db96158ca48d897365534a11c58d 1,224 0.37/1.00 vMB 16
595,951 595,951 0000000000000000000c3ce9b2f915bcf8867af86fea0e87e7746021bbc2cfec 1,451 0.41/1.00 vMB 16
595,950 595,950 00000000000000000015e38d0c7953d7776d590b47be9ff8c5aa1e0398317c8f 650 0.25/1.00 vMB 12
595,949 595,949 00000000000000000001a65909adf1dc4ee80dc302151975b2d55fac7a17cf6b 1,104 0.75/1.00 vMB 4
595,948 595,948 0000000000000000000af8be197468665c52f472c790034d0de7d084523ee98a 1,613 1.00/1.00 vMB 12
595,947 595,947 000000000000000000024b63a71efa2fd54cd800cf28a62f00ec90e2fce559ef 2,621 1.00/1.00 vMB 13
595,946 595,946 000000000000000000126b2ca7820af82f67110d1863f112e2d8529d4880cb6f 3,096 1.00/1.00 vMB 10
595,945 595,945 0000000000000000000d1b9bf8cf2b2c1c0b18e7dd9a7705663e0cf88227971e 2,831 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.