Loading Tool

Explorer IconExplorer

Memory Pool

50,561 transactions
30.35 vMB
0.14273538 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt 1709055365a5eb7a04179de80428b732d17dffcd3cae5eea64e9ca05b1f700f8
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (905,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,585 9,585 000000008ff8524b146510571e54866c99c5d2fe815348089b7da10196fad5c8 1 0.00/1.00 vMB 0
9,584 9,584 000000009540ad91c4b76a3060b545daa853cc2182396fb23ecccc907e87d0b8 1 0.00/1.00 vMB 0
9,583 9,583 00000000769bdd49485a3885587411b2e2a0fef7efc38f9df7a9845e67724765 1 0.00/1.00 vMB 0
9,582 9,582 000000003764082701ec20cff0d916e2085f0416b289e77aacea65d4f30247f2 1 0.00/1.00 vMB 0
9,581 9,581 0000000002aedc1b39bb1d25095100c193813b5344d79273347089259468ece0 1 0.00/1.00 vMB 0
9,580 9,580 00000000f9ba9d049dd3925b4e7a5e19a80a29fcc8b74897b82c5a517323a25e 1 0.00/1.00 vMB 0
9,579 9,579 00000000de074c075b37c998d32df666bf1a5b57c3a51a70e93af75f6e64d6cc 1 0.00/1.00 vMB 0
9,578 9,578 000000006bb1deadd4d2a845520333048b39248281579a718649a1bdb4eb5ab2 1 0.00/1.00 vMB 0
9,577 9,577 0000000088df66fc4e4d47c146e721b526b8bbfd0816997e3a04dc56558f6cc8 1 0.00/1.00 vMB 0
9,576 9,576 0000000098e3770b1ae304350692cdfc809035b2077627cbcbd664cf5171a5a2 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.