Loading Tool

Explorer IconExplorer

Memory Pool

79,131 transactions
29.10 vMB
0.07104650 BTC
Random Selection Loading Transactions
Max Size: 176.93/200 MB

Candidate Block

Mining Attempt 0fd08fc0de38c7b73c8ebb24538e00a13ecc27a9ed0861a816b2f652c05ee9b6
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root d274ad4b560a2ba151d1b3eaaa2a6a35d72f7d936ab9f46e7e3217e1a13b2d01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,715
Size: 1.00 vMB
Total Fees: 0.01018714 BTC
Feerates: 74.86 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (284,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,190 630,190 0000000000000000000439c81e2530d831610411723751f5f4117839b2dfd2f8 2,459 1.00/1.00 vMB 36
630,189 630,189 00000000000000000005329112b049b119ee812db457b0011847ff1d1cfd99db 2,420 1.00/1.00 vMB 39
630,188 630,188 0000000000000000000abe1aef46beb277960474f210816dd5b5f2f1f456a86a 2,653 1.00/1.00 vMB 41
630,187 630,187 0000000000000000000209a5029b487c4db9608674d5f771edc100037abdc8d5 2,486 1.00/1.00 vMB 103
630,186 630,186 00000000000000000010ebc121c548694e45b0b3f33405611ed88c3d6a84b477 2,526 1.00/1.00 vMB 120
630,185 630,185 0000000000000000000b1324435fa620cb2fd960e93c24a66470efa86b9147e5 3,270 1.00/1.00 vMB 131
630,184 630,184 00000000000000000009d88be4d39337e36b0b217b464e33e045bb62b1c4c99b 2,517 1.00/1.00 vMB 32
630,183 630,183 000000000000000000034350a728a64b0133d7221c52768e2bb4e5e2e0f8c83f 2,805 1.00/1.00 vMB 80
630,182 630,182 0000000000000000000ed26fdafab7a2b78cbd54e57ef51599477d99c7939b56 2,524 1.00/1.00 vMB 23
630,181 630,181 00000000000000000006d2dce47124b829e3efc8ae85a39b9cf72056e70eda60 2,395 1.00/1.00 vMB 105
630,180 630,180 0000000000000000000b22ceb2c588b6067a339273a31ce302ef29ef5eab7d20 2,523 1.00/1.00 vMB 97
630,179 630,179 0000000000000000000f0c415b20c9ac7fcc3fbae704f8a20af5a7ffe7097de5 2,507 1.00/1.00 vMB 121
630,178 630,178 000000000000000000001c5894a498b14b6a4db52530c5be9beaa59d5e6ddb9d 2,547 1.00/1.00 vMB 89
630,177 630,177 0000000000000000000e76fa06915ebdce8323c489e473e354e3e31d8e93d5e8 723 1.00/1.00 vMB 104
630,176 630,176 0000000000000000000a8087ecaf59c26d8a2e0be55b64e646c6e7f8b79e129c 1,631 1.00/1.00 vMB 114
630,175 630,175 00000000000000000001c83ea253a9de6c04bd5770153bbc8db869f6a647be59 2,768 1.00/1.00 vMB 122
630,174 630,174 0000000000000000000e30817e93208edbaaa256fdac680f6d006660232e1b10 1,946 1.00/1.00 vMB 27
630,173 630,173 0000000000000000000388c3a4da0eabad412aebc5919fd2370baf22c85fe581 2,531 1.00/1.00 vMB 79
630,172 630,172 0000000000000000000b59d07c40fce58a3bbaac7f47fa155fd457abfa3514d0 1,673 1.00/1.00 vMB 98
630,171 630,171 0000000000000000000300a1d873ac800629660a024b0298c0753f04ceb3c80a 1,710 1.00/1.00 vMB 58
630,170 630,170 0000000000000000000b1b1a9a1f04532cb7872e18ecb8683898c5946ce9da00 2,112 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.54 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: 669.10 GB
    • Received: 15.73 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.