Loading Tool

Explorer IconExplorer

Memory Pool

75,598 transactions
27.98 vMB
0.08454971 BTC
Random Selection Loading Transactions
Max Size: 170.17/200 MB

Candidate Block

Mining Attempt 34cc6ab13e33f88fb5d887dfbd1ee3da04ef326af09aa133805781984850fce1
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 9b5f6f249f95d2843b11df7dff265b137339b221a9fb36b1b81617bae12b6781
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.02443664 BTC
Feerates: 402.60 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (450,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,743 464,743 0000000000000000011988dc8b98eb3bcf6b562daa7654b24c24323f5373bca0 1,800 1.00/1.00 vMB 175
464,742 464,742 000000000000000001e2d9123036aebd9048c6e27bbc1f0bb7236fca4a1a586f 2,027 1.00/1.00 vMB 190
464,741 464,741 0000000000000000008bb862f6d149aee2919ceacc4d7b46339ca3c9a3ad0719 1,978 1.00/1.00 vMB 173
464,740 464,740 000000000000000001544af3969c0cc2803184b3337dbfd3893f9a62a12bf15c 2,787 1.00/1.00 vMB 198
464,739 464,739 00000000000000000045b5c804fee3ac3773fb6462c699e7b32cd518f84e9d8b 2,482 1.00/1.00 vMB 223
464,738 464,738 00000000000000000086edb6c72b9b1e0dbd5d815c697bc98acc5887d4c3ff76 2,411 1.00/1.00 vMB 259
464,737 464,737 0000000000000000006d69eb82ee43c331c5404afe08dc074024a490c1953d87 1,580 1.00/1.00 vMB 148
464,736 464,736 000000000000000001a22e8f0a4b0cc86e6a301d3b0bbc6022a7d1a67139eb5c 2,205 1.00/1.00 vMB 133
464,735 464,735 00000000000000000199da7b3bc799f1ade982c428d4d05a0d182a5701e38e19 2,103 1.00/1.00 vMB 145
464,734 464,734 00000000000000000170509070e0536df449c5cc58305ec80ecd8744f9bab6f1 1,808 1.00/1.00 vMB 152
464,733 464,733 000000000000000000272006bbe74560c262d6b27985902767b08fe174e27918 2,025 1.00/1.00 vMB 146
464,732 464,732 000000000000000001d822cdcbd79dc37079c2f6353812518214b5c4dde02e8a 1,131 1.00/1.00 vMB 166
464,731 464,731 0000000000000000018f58d1dcb4e3b25159a35464cf85d8232f77e1b03e82b9 1,539 0.92/1.00 vMB 194
464,730 464,730 0000000000000000018b2c41fd3279d1135b0012671eaf790ba68cbeb0d08d75 2,040 1.00/1.00 vMB 210
464,729 464,729 0000000000000000002147160731bcee247f352632c7a24e3788e2c6212862b0 2,198 1.00/1.00 vMB 185
464,728 464,728 000000000000000001ba8568701949bab6f58a8c319f7c3f87741c006cfbd5ab 2,690 1.00/1.00 vMB 208
464,727 464,727 000000000000000000f891ddc62aabc77c5ca1416d1dfbff8937169bf25a133b 2,288 1.00/1.00 vMB 206
464,726 464,726 000000000000000001797d91c0aae3d50ddb8f4f235326cd95b688bf5f773860 1,553 1.00/1.00 vMB 135
464,725 464,725 0000000000000000014410d325a73576f4ef706f3c713673e8642ead7316b3ac 2,069 1.00/1.00 vMB 162
464,724 464,724 000000000000000001537e9a454cb81123781bcc802c196d8ac205f8085694d8 2,054 1.00/1.00 vMB 158
464,723 464,723 0000000000000000009c243353f6a1a63f57ad44287dd35c57f7c6e86fc6f268 2,224 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.