Loading Tool

Explorer IconExplorer

Memory Pool

18,174 transactions
3.83 vMB
0.02499236 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 29.38/200 MB

Candidate Block

Mining Attempt 42e0b0382094edd0332dfd72b2e29c28e36dd153a1b23fe4502fed3396ffe45a
Version 20000000
Previous Block 00000000000000000000916f4546c999864098ab4012ec4a68fb70fe9e8308c5
Merkle Root 3aa2611662ff9c86190b46317eb0328e74d2161d2481ec7de96d55754e3e59b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,641
Size: 0.46 vMB
Total Fees: 0.01634979 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,894 (725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,169 912,169 00000000000000000001092b566fada4da9f149643a64c34596d13e85ddbbdc7 1.54 MB 3,096 4
912,168 912,168 000000000000000000003799b799c8831bad36d3683e71daeaaecdb4f62aa16d 1.84 MB 6,053 0
912,167 912,167 0000000000000000000002e13b6551acd8bc2e8cd7a32d7da8a5e53ba3d82f37 1.66 MB 2,530 2
912,166 912,166 00000000000000000000800296730417ee8bcf9dc4f839eda961dc62086a74fa 1.81 MB 7,021 0
912,165 912,165 00000000000000000001322026dc94a30b84bd7185b2e953caa905b152a3d15e 1.78 MB 5,772 1
912,164 912,164 00000000000000000000df3be8ed4889a0b208c929035525697ef1b0ce43f208 1.76 MB 5,218 1
912,163 912,163 0000000000000000000037a0206488e8ada4db97791af04ca6c1146803ead711 1.75 MB 5,169 1
912,162 912,162 000000000000000000016c9617eefcd5d13f8f5c09e959ceee2e223c98c3959d 1.79 MB 5,084 1
912,161 912,161 0000000000000000000086fae7f36b9d95763e87c7a2fd5bbb91a1971fb109da 1.81 MB 5,196 1
912,160 912,160 0000000000000000000018b0373fca965d5edf731e6ab56e55ea4ef8221d3e76 1.78 MB 6,189 0
912,159 912,159 0000000000000000000194318efc76611ec9848cf8d572dced8018e672a493a8 2.03 MB 4,953 0
912,158 912,158 000000000000000000021f17d31e887a6e7d7ceac9e1820ab5f21301399d4fdc 1.95 MB 3,619 0
912,157 912,157 00000000000000000001a4d72f528121fd938f5f4c8192049dd3321c8b9656da 2.17 MB 3,480 1
912,156 912,156 00000000000000000001c18b1506f2094e724766b1e90212296ceb6f3363aea4 1.95 MB 3,645 0
912,155 912,155 000000000000000000014e95486fc69b7d8e3af9bbb62ebdaa6ebc2a7a024539 1.76 MB 3,134 2
912,154 912,154 00000000000000000000fe39b3983a97bf85fa44131adb046ba6e5eee9d4fe70 1.95 MB 3,964 1
912,153 912,153 000000000000000000000dddc165990fb3b5c148610f1f445d70d6dbceb7f5fe 1.94 MB 2,956 1
912,152 912,152 000000000000000000005d2aeebc191af1394d410a3075f7517e1da6820d8f9a 1.53 MB 3,668 3
912,151 912,151 00000000000000000001f359b286a8f7afff7393a1ee1badc038cad857ee7809 1.85 MB 2,067 1
912,150 912,150 000000000000000000009c9ec146f34cd213905be302daee25bb65d7f940cf08 1.69 MB 3,090 3
912,149 912,149 00000000000000000000733db32e244bf5406eaa50d0e316a81c25475e2bd38f 1.65 MB 3,455 3
Previous 10 blocks ↓
Total Size: 778.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 274.24 GB
    • Received: 2.50 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.