Loading Tool

Explorer IconExplorer

Memory Pool

42,834 transactions
26.62 vMB
0.06344225 BTC
Random Selection Loading Transactions
Max Size: 139.30/200 MB

Candidate Block

Mining Attempt eabe706b0c5885c67d02ddcac7ef278344e7a6aa32bfd096c2c5b168a9794812
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root fd56bb7a3c37d495733b24f679930397036fd5dec98a94c59b355367aa0dcf0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,481
Size: 1.00 vMB
Total Fees: 0.01434098 BTC
Feerates: 150.77 > 1.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (905,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,569 9,569 00000000be92f0a72cdffd19883ad65491233f589c56513157723f11e341ed24 1 0.00/1.00 vMB 0
9,568 9,568 00000000739781c45a78004847a0fef20c7499222aef74bff79efac2033f3039 1 0.00/1.00 vMB 0
9,567 9,567 00000000914e22b7e449f8e5d8b33e3a3c123d9a357439a097ec9720723a52a0 1 0.00/1.00 vMB 0
9,566 9,566 000000000e0fc28556eaa69b100b8fc370d458d04d5cdb58e9d014f2c9fc75ac 1 0.00/1.00 vMB 0
9,565 9,565 000000007a8f09aeb266c2f4605e13a2b8046ac7346271cf75f7ca70632839a6 1 0.00/1.00 vMB 0
9,564 9,564 0000000054c6984b9f469f7404e6974d6dc48e53cca5a383bf5ce2611d84f3ce 1 0.00/1.00 vMB 0
9,563 9,563 00000000699b9398a3cb08543068258636ef8e730c0a77617391c49a3cf94d28 1 0.00/1.00 vMB 0
9,562 9,562 00000000c62e465146babdfbab8e1538e19999e47809aa8d455952beb5e993c1 1 0.00/1.00 vMB 0
9,561 9,561 00000000d49b4ca9755293ff435ec57a308b605ef88f01a78300bea433756a45 1 0.00/1.00 vMB 0
9,560 9,560 00000000bcc7bc36c3f52bf8dac1ec6c8e3be24321d23761f0b9d93a22cc30d0 1 0.00/1.00 vMB 0
9,559 9,559 00000000605b69a9f36fa21e749fc1750350c6d8adce709eb29f33dc130dc357 1 0.00/1.00 vMB 0
9,558 9,558 0000000018a69aa4ade4a76477233795b29b210399822ed5122bf7df0a4a915d 1 0.00/1.00 vMB 0
9,557 9,557 0000000040ae197ed9c820538fce286915fb59ea89c1e05b05d15c10133f9247 1 0.00/1.00 vMB 0
9,556 9,556 00000000775798c54b3455ff346911da7c48f13a8ca87183b8d3d41a666581f6 1 0.00/1.00 vMB 0
9,555 9,555 00000000c64ceffb1ac5ae7078481330d26bc1d52e7a98cc57ac6b0030124b85 1 0.00/1.00 vMB 0
9,554 9,554 0000000069106242b2224082ba60c7f4af8bb2d1d412f47d9e4c50e8aaf99fbe 1 0.00/1.00 vMB 0
9,553 9,553 00000000007772bc65a8a3c3e9a83bec0729967cea649a6e99c7a4221872a292 1 0.00/1.00 vMB 0
9,552 9,552 000000005f37a5ab3901a47f87e289b5557583498d9877ffaa8a149c7aa7fae7 1 0.00/1.00 vMB 0
9,551 9,551 00000000b100054b79ba744e0012d995acfe77b737c01fc6039cc5b47c257a48 1 0.00/1.00 vMB 0
9,550 9,550 00000000f46ba71dafc93d21bd76359486c7bcb599ddd2124f4c97e309511407 1 0.00/1.00 vMB 0
9,549 9,549 00000000abe18f9019c0069f6162b3e21d68e99e864c12e637197931e07182fe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.