Loading Tool

Explorer IconExplorer

Memory Pool

33,606 transactions
6.92 vMB
0.08067146 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.12/200 MB

Candidate Block

Mining Attempt 4b77a7d15de1b4c47440d38a78395b22fb6a746e5dc21288b18f832fb4670189
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root ea4eee23efca226edeaaf4e94ff6d737f926c512bdf939d1ddc3476c3c3c315c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,460
Size: 1.00 vMB
Total Fees: 0.05814574 BTC
Avg Feerate: 3.62 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
912,148 912,148 000000000000000000003e87cbb579ca3595be709c535271857cc8098f9f88cb 1.53 MB 3,765 5
912,147 912,147 00000000000000000001969d8387b2c1931dcde9bbc231f1bef2eead6f929916 1.63 MB 3,926 0
912,146 912,146 0000000000000000000052fa3daab43abaf262569e3895158a638baba08195b9 1.66 MB 3,918 0
912,145 912,145 000000000000000000019d5f8b2c5ad98be15cf32baa079d5091fa93a7640e58 1.61 MB 5,393 1
912,144 912,144 00000000000000000001b2d5f1562eae045feb5f79cc04d34aefce48263f23d6 1.58 MB 4,270 2
912,143 912,143 0000000000000000000157324f4013a8c52484cecd78842cb31e881126dd8dcd 1.58 MB 3,955 2
912,142 912,142 00000000000000000000e0122f36d8aad92fd578c001da80227ff896399a475f 1.71 MB 4,185 0
912,141 912,141 00000000000000000000f041849f20d76a9183d9840d71bdaefcb8a9ff81fd3a 1.91 MB 4,719 0
Previous 10 blocks ↓
Total Size: 778.74 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: 339.68 GB
    • Received: 2.95 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.