Loading Tool

Explorer IconExplorer

Memory Pool

87,374 transactions
23.43 vMB
0.06338815 BTC
Random Selection Loading Transactions
Max Size: 157.07/200 MB

Candidate Block

Mining Attempt 465467feea4831e8044c27db3918444a156298849ae5e7173dedd728b90341e5
Version 20000000
Previous Block 00000000000000000001de52977c8fd8e2f681aac7b32768fea1e48221c38841
Merkle Root 5cb35ec33ea8d15ffcc5aced15e221f8719f472b5248cc0fadb2a7e51116b2aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,568
Size: 1.00 vMB
Total Fees: 0.00870539 BTC
Feerates: 60.16 > 0.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,106 (852,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,494 63,494 0000000003a564774f4b95b8eecd60f20c680f7f097d3f66c2832fe1be76778d 2 0.00/1.00 vMB 0
63,493 63,493 0000000007944cfec4dc17745be058e9ba3791f8a5874dd981369fe9e01e6d3f 1 0.00/1.00 vMB 0
63,492 63,492 0000000005050bb30bd696a83c8a1aaf211234618bf8fc4f935476101ff6258c 3 0.00/1.00 vMB 0
63,491 63,491 000000000441bbe9450ab1097fcccb373017b224ab2dc206b9ceaae8234c35f7 4 0.00/1.00 vMB 0
63,490 63,490 000000000217364a4ec905ca53036c74b496063e4e5fd3868863742f3ef28048 1 0.00/1.00 vMB 0
63,489 63,489 000000000995aff27950299ca6c384ec4921cda9ac7df62a852f171e5d89edcf 1 0.00/1.00 vMB 0
63,488 63,488 0000000002aff72ad02650ecd9945eec248f7cf54ad5a84bd801fd7a00a1d15e 2 0.00/1.00 vMB 0
63,487 63,487 0000000008c84a70500424dbef19502888bde110b300e223178c04691a094a91 1 0.00/1.00 vMB 0
63,486 63,486 0000000006c05f5d8edc73eb6d47f03a165187c41ee6dee021d4899d0b370277 1 0.00/1.00 vMB 0
63,485 63,485 0000000003a066d93c234c6eb80fc23a09682ec83238f57a59a5d44c73edbb26 1 0.00/1.00 vMB 0
63,484 63,484 00000000078cf58e3bba82cd2e0295dde1c213993a27c45f8fe97c3881ae0968 1 0.00/1.00 vMB 0
63,483 63,483 0000000008990855c633b0fad6b63b8da2b04b0fac3da86adf85627931e1cdeb 1 0.00/1.00 vMB 0
63,482 63,482 000000000062ef966f89d4c3b6376dde970d2163890f6ec3148e07677c6883e2 3 0.00/1.00 vMB 0
63,481 63,481 00000000029d6814d75a59acf985de36c1572d553ee82c5a4ce6eff6939b8dd5 1 0.00/1.00 vMB 0
63,480 63,480 0000000000c13f3a7d9f633eac59b9b376bfab60a32fafb641dcfa7e3ba38039 2 0.00/1.00 vMB 0
63,479 63,479 0000000004ab9432abb797659fbeff1bad93d5d8be2e38d0962178ec5f0e395c 1 0.00/1.00 vMB 0
63,478 63,478 0000000002f041ecf525f5cad43fdaeeb713ca64d6e7661277d7e89c366cc83d 1 0.00/1.00 vMB 0
63,477 63,477 0000000004eeebb79639f5beadccf6981e50cfbd20c81d726b6ff78b90186dda 3 0.00/1.00 vMB 0
63,476 63,476 00000000063efbdd850ccfabf06c0ed95d462f0a67b2cb0d3f6c53d0e22e254d 1 0.00/1.00 vMB 0
63,475 63,475 000000000399bd613a061b69becd7015cfd21f93a72966560fa875f16083309d 1 0.00/1.00 vMB 0
63,474 63,474 000000000ab0bddda013f3aaba0a200a7ce68dc964a5ba4cde0ee9b57ebf2529 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.31 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: 815.54 GB
    • Received: 24.23 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.