Loading Tool

Explorer IconExplorer

Memory Pool

80,554 transactions
34.11 vMB
0.13195727 BTC
Random Selection Loading Transactions
Max Size: 193.58/200 MB

Candidate Block

Mining Attempt 6c74cb8d543e720f6c9e4ae897ad4ffca1a326af62dc15e9f0649008d41c640d
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 4333b15e8fd041a331192830dc5b16101699033b61cb37c23449570600ed2c47
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.02137833 BTC
Feerates: 52.08 > 2.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (558,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
357,315 357,315 000000000000000014432a17c8cd7c205cd485f7771f93a6f57cd468fcc28bdd 1,436 0.67/1.00 vMB 26
357,314 357,314 00000000000000000cbd2cd2bded944c5ae083bb25a41ea8ae13f0b58267bd35 118 0.05/1.00 vMB 30
357,313 357,313 0000000000000000114c942aab218717cfdab81d49c61c0d026acd52cab3e429 480 0.24/1.00 vMB 25
357,312 357,312 000000000000000007e1ca51bdbb78e61a87115a5245f2026803914830b7c4bc 127 0.10/1.00 vMB 18
357,311 357,311 000000000000000007d720d37105d583f12884b8a896897d955158cc7b4f89d5 426 0.21/1.00 vMB 27
357,310 357,310 00000000000000000fbc648d60e9af4084fe27d1e13727d223bd50862f2fab22 1,181 0.54/1.00 vMB 27
357,309 357,309 000000000000000003c4c733e56af9bb04417f4a808562ae70af32acee72b4fe 512 0.18/1.00 vMB 37
357,308 357,308 000000000000000008b26f5172ca3d5f97bc8773aed945989e20d6032dec1f6c 128 0.04/1.00 vMB 48
357,307 357,307 00000000000000000dcf05819811673b0f49fedd4ec14d8905fcd0026b04fbea 396 0.18/1.00 vMB 27
357,306 357,306 000000000000000008d6a81120b58063a98cbae13c213013efdc73377677294e 1,125 0.51/1.00 vMB 31
357,305 357,305 000000000000000002169af71504aa01acb1334084fa425048824cbe9160e98b 308 0.12/1.00 vMB 30
357,304 357,304 000000000000000003647d7e181b667089f6f996368ac755efabafa83070ba3a 380 0.22/1.00 vMB 23
357,303 357,303 000000000000000015dbf479e77ae1c0336f196c19f6ff26403ea86d2eb18db2 609 0.40/1.00 vMB 23
357,302 357,302 00000000000000000affb7bebe55aceb5cea6089674ec749559ab41c31296dd6 1 0.00/1.00 vMB 0
357,301 357,301 000000000000000003189159a4a486fc1190c1106c725a437fbb3629ec224cf8 231 0.09/1.00 vMB 24
357,300 357,300 000000000000000006e8931b147f76026713a519b55bd68ce232ab2d0ec53baf 1,366 0.75/1.00 vMB 26
357,299 357,299 00000000000000000a8110dca9abfdef80894d14624db5dfe53bc67bfaa06677 1,540 0.75/1.00 vMB 27
357,298 357,298 0000000000000000150cc2c895c24c8f4d34b615fad3f80a0cdf85a2b054b0c2 1,627 0.75/1.00 vMB 30
357,297 357,297 000000000000000008d0c2ea68c861d72a9d53e4f2e2c625e8a93d4c3c6dcfec 179 0.09/1.00 vMB 26
357,296 357,296 0000000000000000086c21fb24209469f030b18f8659ead320f4aa537bb768c1 168 0.07/1.00 vMB 31
357,295 357,295 000000000000000008a16cbac9e570586a00480c08ef64519552586f8041316f 178 0.10/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.10 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: 729.52 GB
    • Received: 18.49 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.