Loading Tool

Explorer IconExplorer

Memory Pool

38,982 transactions
26.28 vMB
0.05528782 BTC
Random Selection Loading Transactions
Max Size: 136.59/200 MB

Candidate Block

Mining Attempt 36ffa9e6cc6d2d41d7a06aa970bb1e7bdf1c491377c0b15ffee463e0965880d2
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root c36c906e2d478dfec158063a503fbac894d6518096bfa68a2862faac7a09b16d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,670
Size: 1.00 vMB
Total Fees: 0.00724428 BTC
Feerates: 77.76 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (905,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,575 9,575 000000008a434bf614865306593649511c5d2a784d5c756b9174619b2e8df9a6 1 0.00/1.00 vMB 0
9,574 9,574 0000000078493daf495abe0ca316583c5b291ed4e2edc793e7348c70ad6b6c53 1 0.00/1.00 vMB 0
9,573 9,573 0000000009e9fa775a2d3fbf04779dc784bff89b95870a684ca597d3bdbe800d 1 0.00/1.00 vMB 0
9,572 9,572 000000006650fe70a9f6441e9b8a4411bda08b84b4baab240910a57e44d6fd14 1 0.00/1.00 vMB 0
9,571 9,571 00000000373421d4b8411038e7494a5c6324d0dea938e629b84a8f7b02843f44 1 0.00/1.00 vMB 0
9,570 9,570 000000003c53a5818f50e81b12fff3f32d2356a551b101fe0ceba27232f21c02 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.15 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.14 GB
    • Received: 13.83 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.