Loading Tool

Explorer IconExplorer

Memory Pool

74,948 transactions
27.66 vMB
0.07734634 BTC
Random Selection Loading Transactions
Max Size: 168.64/200 MB

Candidate Block

Mining Attempt fcae2d01294c9a72d810fb80241291e497c687ff37834e7ee6444ab07ead00cc
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 0b4dd0d0e0d1c9f87e1b7a7708fed04c8689efef593c63844babc53e0c2d89a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01824212 BTC
Feerates: 121.74 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (306,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,966 608,966 0000000000000000000b81016a1dd0cc13e37b0a7ab60a370c0f16efe8a382ce 3,102 1.00/1.00 vMB 26
608,965 608,965 0000000000000000000f70489f95eaed527b9dc0810127b9d48dc1b8fc9cb255 2,716 1.00/1.00 vMB 27
608,964 608,964 00000000000000000001a9700ccc2ac4d4ba004101dca52a4422ec8775ec17c9 2,838 1.00/1.00 vMB 57
608,963 608,963 0000000000000000001153534e98e801ce18d89abc44b0279295e658e5b51290 2,701 1.00/1.00 vMB 22
608,962 608,962 0000000000000000000f7ff5822c497b79ed0d025de05a3b96a050c1e3519b0d 252 0.07/1.00 vMB 17
608,961 608,961 0000000000000000000eddbcbde7d5be2e5fa089a062d700592d0844d2276498 839 0.25/1.00 vMB 20
608,960 608,960 00000000000000000012a9efab4be09619e5ad278c6eaed9c299a7ccd52f118a 1,321 0.40/1.00 vMB 15
608,959 608,959 0000000000000000000beb3366c60b9dc6275ac59af6ff047358904fd4ac2f36 797 0.25/1.00 vMB 8
608,958 608,958 00000000000000000013a325f3207a750a0d67b7df66585f2212f506bb623830 2,366 1.00/1.00 vMB 17
608,957 608,957 00000000000000000014892473f1acbd484d090cdefe384b629e7d707f3591bf 894 0.33/1.00 vMB 14
608,956 608,956 000000000000000000115583f95fcaf34904b5f3b3f1a4c67548871050f25813 2,040 1.00/1.00 vMB 8
608,955 608,955 0000000000000000000ea8e6a8b2efa76f3faf4428493c08976c2846915fde59 1,348 1.00/1.00 vMB 11
608,954 608,954 00000000000000000002e1ce51b65ff68f7e01d245ba2908085cf0b74bcfc9dd 1,608 1.00/1.00 vMB 12
608,953 608,953 000000000000000000107293e520f551fc2b5fe136ef809b8950fec4edcd14da 2,842 1.00/1.00 vMB 30
608,952 608,952 0000000000000000000e2a47d042fc481ad62e2963455cffc6103be87a60f7f5 2,254 1.00/1.00 vMB 23
608,951 608,951 000000000000000000088355ab31705201b5e9b363d40b1f40f39018164051f7 2,693 1.00/1.00 vMB 29
608,950 608,950 00000000000000000010f90d816e6b640eda8bc5051771fb13548afc8e901b50 992 1.00/1.00 vMB 69
608,949 608,949 0000000000000000000697ca7a5d2231b837d082bbfe3f7f3e37e0d30687cac0 118 0.03/1.00 vMB 10
608,948 608,948 0000000000000000000fc421fc9b49ea5b81def85c011fae557ceb32e0e6f4bf 868 0.28/1.00 vMB 47
608,947 608,947 00000000000000000011ed3a905c42f7e58318bbc3bbcaa33d75c33501e8a46b 2,583 0.79/1.00 vMB 16
608,946 608,946 00000000000000000009a90c2d6717d46e8a9eb6d382aa2b6761adea7b22d005 2,954 0.98/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.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.