Loading Tool

Explorer IconExplorer

Memory Pool

42,831 transactions
29.76 vMB
0.09164076 BTC
Random Selection Loading Transactions
Max Size: 151.43/200 MB

Candidate Block

Mining Attempt c1657942715b8e1a06a84c1707c67a4ef953fbe5768bb7231e758f23abaf4d6e
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 74caa3064143ef378a7119124b1c6eaaf33194749d2c9928120705b3835d7367
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,359
Size: 1.00 vMB
Total Fees: 0.03176229 BTC
Feerates: 150.97 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (205,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,851 708,851 000000000000000000000fb8245c515abf8c4dd665f0902e67e029889efa0c54 910 1.00/1.00 vMB 10
708,850 708,850 00000000000000000003eb5a7e1aff67a0bcf3993a937e12eaa3dfa5dfbc2d75 4,054 1.00/1.00 vMB 12
708,849 708,849 0000000000000000000728be50ef976b38caf60457ea26b6e778ee2b4c99cb1c 1,209 1.00/1.00 vMB 13
708,848 708,848 00000000000000000002e5f008e3ab1a5257951d413b1d1403da676a516dd6fd 3,095 1.00/1.00 vMB 19
708,847 708,847 000000000000000000080c9a3dfe11b9489ebb1bf0e9fbabfbaca731bca99647 1,749 1.00/1.00 vMB 13
708,846 708,846 000000000000000000057bfc149c0421ec2d7a92136043adb678058e65c53639 2,858 1.00/1.00 vMB 15
708,845 708,845 00000000000000000009cb8b5939a83c89b2b5260e987fb19c234fc7d60f8590 3,115 1.00/1.00 vMB 18
708,844 708,844 00000000000000000004cc54b2c3145d40437b66be326a1896049bb1dce103c2 2,356 1.00/1.00 vMB 17
708,843 708,843 00000000000000000008cad6e09f27a1616c8588162ce79ed9370fb8e082f4d0 2,972 1.00/1.00 vMB 37
708,842 708,842 000000000000000000086e2aab1f21a704ec91522c78cb42cfafe12bf41dbe1b 1,673 1.00/1.00 vMB 19
708,841 708,841 0000000000000000000b1b107de78258ce3dffc856b90abfb3c72cc0ea2395bd 1,448 1.00/1.00 vMB 20
708,840 708,840 000000000000000000044ccfc95e6e6c07c01881a93f61ebe7a4c34ce5450411 2,313 1.00/1.00 vMB 19
708,839 708,839 00000000000000000009bf4ba69661992704e5732377830edf0f3f8877b3ddd5 3,867 1.00/1.00 vMB 14
708,838 708,838 000000000000000000070419fc5337e90817f5301f8ac942b6671c0890b0a30c 2,713 1.00/1.00 vMB 20
708,837 708,837 00000000000000000004e24b77539616f56f690a29d14feb610ad607a7b409c9 2,579 1.00/1.00 vMB 24
708,836 708,836 00000000000000000009ae94f2dc93e73c3d360c5e50c9065e2f453b53c8df38 2,845 1.00/1.00 vMB 33
708,835 708,835 000000000000000000060cbedd2046066ed73b6600fb970d253a3cc62b0c6606 3,696 1.00/1.00 vMB 25
708,834 708,834 0000000000000000000cdde60712ecea7f87b5a218bfe5dc0084fe1c28ce201a 2,545 1.00/1.00 vMB 47
708,833 708,833 0000000000000000000733b996c13ed482a98f428d3a7cb34e240bd541918cce 3,532 1.00/1.00 vMB 9
708,832 708,832 0000000000000000000b69ed0d1316f44beffb3c65ca212a5fc7c2a1750145f6 4,029 1.00/1.00 vMB 10
708,831 708,831 00000000000000000004190b0d7c76254ba114c8adbec7571c359a05a48296d8 2,583 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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