Loading Tool

Explorer IconExplorer

Memory Pool

20,369 transactions
21.41 vMB
0.02633347 BTC
Random Selection Loading Transactions
Max Size: 111.78/200 MB

Candidate Block

Mining Attempt 3c3629e414ced4bef79ff517d53def34a506681f79a1026daa16a8f5072a900e
Version 20000000
Previous Block 000000000000000000005df95644a969e89d673397b9333de5ce9cc73369ef62
Merkle Root 333a774e625472a6177b0e225165c7b3b41353fa6f0311905013c460660d143e
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,526
Size: 1.00 vMB
Total Fees: 0.00306990 BTC
Feerates: 30.40 > 0.31 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,478 (791,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,213 149,213 00000000000001c751a9c04ca077cf73453c7928688f5af6332523011a6722a2 69 0.02/1.00 vMB 97
149,212 149,212 00000000000000a75cd81f6a7a45cebd626d3b09927e9179f602a9ee82d0b997 9 0.00/1.00 vMB 185
149,211 149,211 000000000000000f36127d7cf97ee28f9025fdf6857af3ee91e476c9791d9108 4 0.00/1.00 vMB 129
149,210 149,210 0000000000000328c298d939310479854d58c1ea1e388b2a97bb5fc7b51e2adc 86 0.03/1.00 vMB 155
149,209 149,209 000000000000090a8ea66db532ac68f40fc0e6be59ff896f8361da2b10f1176e 9 0.00/1.00 vMB 301
149,208 149,208 00000000000008653e5f24dd2ccc4d4093d4191e533ddf7411f4426d43ccef94 8 0.00/1.00 vMB 69
149,207 149,207 000000000000080b1c2def6bd5a2151b69a21f7abbc70f255f30b4e5bebe4a71 20 0.01/1.00 vMB 124
149,206 149,206 000000000000035aa3e242790a6d61ce62435dbd1d6019f099857d26c8b0ca23 44 0.02/1.00 vMB 240
149,205 149,205 000000000000043a22f9c33f1ef6ce8d28dfc4f3ee2d429d16123f9e65329183 7 0.00/1.00 vMB 392
149,204 149,204 00000000000003f09e62a62f60533c5e6831e3976e1819470b9f1fd4d705879c 142 0.04/1.00 vMB 103
149,203 149,203 00000000000001d5ca6be16ac7946dd4d91ebaf45336721146730a1e8fd69bae 30 0.02/1.00 vMB 117
149,202 149,202 0000000000000a256410312b79ce402c2b94c8a7d54c89009dd3a1fbe42389a8 81 0.02/1.00 vMB 8
149,201 149,201 0000000000000136b4adf87287cc86628ec45e0609cacf3ae804a439a0d47a8c 18 0.01/1.00 vMB 97
149,200 149,200 0000000000000a4cf5d7252cb9385c8ce32bc1cea6536b9cbda0d5949fefc2f4 49 0.04/1.00 vMB 79
149,199 149,199 00000000000009198a068101549dced6b00eee64d6dac44bad0811a03e85a797 1 0.00/1.00 vMB 0
149,198 149,198 000000000000032768a6053aeea2931d8f50e16d1d1d45c31a6b4300d8555e25 11 0.00/1.00 vMB 40
149,197 149,197 00000000000000caa20675dffdc10a77324d9a1dcec747974727d66d448a5292 30 0.01/1.00 vMB 203
149,196 149,196 000000000000059dde50c7072d26dfcf4649ece1c0c14e4dfd6e03fb8ec7ee42 45 0.02/1.00 vMB 203
149,195 149,195 00000000000001f03fbb7d939dd832e849db9fa0b28aa77c47d13c73cd88a912 171 0.05/1.00 vMB 102
149,194 149,194 00000000000003c7d96f42a83f1bc1413075186692cca4944a14946df0752e31 13 0.00/1.00 vMB 1,572
149,193 149,193 000000000000091282a1eaf28409737788a4faa7d1dc2bacd914748143ce8beb 62 0.03/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 827.62 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: 4,460.08 GB
    • Received: 243.32 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.