Loading Tool

Explorer IconExplorer

Memory Pool

46,074 transactions
30.79 vMB
0.12633376 BTC
Random Selection Loading Transactions
Max Size: 156.88/200 MB

Candidate Block

Mining Attempt ab869fa4148bc0b2ab502ec155266fae9c086debd9d1d0f4ec49d66f3f9cb768
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 070d69caaced762ed9f6dfa7b2e39038e8249e5c178e8b3c500238dc6400f71c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.05326598 BTC
Feerates: 150.97 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (205,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,855 708,855 0000000000000000000afe9f81d7037653aa58d7ce1f651f6e5f320e32c1ce45 2,633 1.00/1.00 vMB 23
708,854 708,854 00000000000000000008530e5693ee6807606d88fd3b2756b59bcfab00ac2f83 2,287 1.00/1.00 vMB 17
708,853 708,853 0000000000000000000afac6d2189fa51b5045fb06c858d4ac3357c22607e2fa 1,666 1.00/1.00 vMB 19
708,852 708,852 0000000000000000000a0344911b9a498461fd6023d561f14d3b8612d4900de0 2,906 1.00/1.00 vMB 33
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
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.57 GB
    • Received: 11.67 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.