Loading Tool

Explorer IconExplorer

Memory Pool

79,475 transactions
29.67 vMB
0.06798148 BTC
Random Selection Loading Transactions
Max Size: 178.63/200 MB

Candidate Block

Mining Attempt 7e784ef3a27b77144523b53f2d6fe1d6e3f4926b8f20fff97e4c493728f64823
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 2b308bf8de692fc39a7c61216b0053c667dbf94b7418108c8cc505ddfb93e2de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,327
Size: 1.00 vMB
Total Fees: 0.00762152 BTC
Feerates: 100.19 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (805,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,272 109,272 000000000001281e0bbdfbe14ad19beb2966602aa0abd2d904e9f0b41c1edfc1 27 0.01/1.00 vMB 0
109,271 109,271 000000000000315889bab093ef4d5de7b15a49ed8d31d2328501e1b6ebe62489 2 0.00/1.00 vMB 0
109,270 109,270 0000000000018bf934d18de5ec5a349849de44f9a5b4eedea8cd4c20d30af1bc 6 0.00/1.00 vMB 0
109,269 109,269 000000000000196994169027de0af10b95267658047112911440c6e908f79836 9 0.00/1.00 vMB 0
109,268 109,268 000000000000e738c4ac74de58b4dc6567456efb448b7e8b0d16e8fd3e3edec5 10 0.00/1.00 vMB 0
109,267 109,267 0000000000004b77c92f9ac6167fa9a331da4c47e2c444eeae5c500fb7b274a3 3 0.00/1.00 vMB 0
109,266 109,266 000000000000bf69ed43dc79d747b6520e1b1be392a3b41aa6ec8afca2a3b331 5 0.00/1.00 vMB 0
109,265 109,265 00000000000054921586c8f46ad22b347374b8d103cc63607ac167e7bdfe5dc3 1 0.00/1.00 vMB 0
109,264 109,264 00000000000154660f0cf8e5812df209e2acfcd2ddc021a2c52b5ca17869638a 1 0.00/1.00 vMB 0
109,263 109,263 00000000000165b695d3b3ec02c00031766b3ca1c164364598ca397c2876777f 5 0.00/1.00 vMB 0
109,262 109,262 0000000000004697fb65aa235eaf5b6cc0d8c337c55e327a8c6d9158019092c9 9 0.00/1.00 vMB 0
109,261 109,261 0000000000003275cfc0ccfd12f55e0a865ca4d41717a48428a285e545c5808d 23 0.01/1.00 vMB 0
109,260 109,260 0000000000016f6c7a13da40b4e3e5668157685b372cb1dd46b6816069a149b1 9 0.00/1.00 vMB 0
109,259 109,259 000000000001627eb8cd6c4797ecfb727246abb1fe5381def644b89587bca714 6 0.00/1.00 vMB 0
109,258 109,258 00000000000152a0fad9e4791e7ce4313b5d9df2d9e13ce9564e197d77566b50 8 0.00/1.00 vMB 0
109,257 109,257 000000000001bab326f25824a20442cca23d46062f27455cf0538050c66524d0 5 0.00/1.00 vMB 0
109,256 109,256 00000000000130235426938d2443aad8267f6570d4182b66fb879a0bcd6aa461 31 0.01/1.00 vMB 245
109,255 109,255 000000000000bdd9e0d019b9fa5f979e95a84d7abd367dcc158d85fad694a2a6 1 0.00/1.00 vMB 0
109,254 109,254 0000000000003c100e3ae7f40cb4910d0fd1c60b51fe70ebd15d403682212211 1 0.00/1.00 vMB 0
109,253 109,253 00000000000047a85911c57a7ab1039ab021f05e8a89552e2660605c83705d4b 6 0.00/1.00 vMB 0
109,252 109,252 0000000000012a38c2de738a3b3c7a7eb953a9a52a975aa6c4a244ecb58c989d 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.