Loading Tool

Explorer IconExplorer

Memory Pool

78,830 transactions
29.10 vMB
0.09963736 BTC
Random Selection Loading Transactions
Max Size: 176.52/200 MB

Candidate Block

Mining Attempt 09b525336d966db0c9480f4b4e22a238da49147f7aaac5fb02625fce5f1f51f0
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 828d878698607492accbfa0bf75be4d9881e8e831eead0920f140fd89506ae8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,412
Size: 1.00 vMB
Total Fees: 0.03870618 BTC
Feerates: 137.15 > 3.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (284,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,193 630,193 0000000000000000000453feb1ace4da510df7638743988462a8b1f746a0a5ae 2,376 1.00/1.00 vMB 24
630,192 630,192 00000000000000000007ba1e67d3f54a6e404aad5f573418f77238213ec861ed 2,775 1.00/1.00 vMB 19
630,191 630,191 00000000000000000006b03983fac9672989a20f8c4d73ad6f0081e3a9ae8a50 2,190 1.00/1.00 vMB 18
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.