Loading Tool

Explorer IconExplorer

Memory Pool

83,338 transactions
32.19 vMB
0.08618887 BTC
Random Selection Loading Transactions
Max Size: 195.44/200 MB

Candidate Block

Mining Attempt f42b4b04e474a88b6a59570679bdaaf91bfe85820b7823ead33bc7a98562ee18
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root adaac31de26c0b61b5b33425f2b8f38ca362f25d2563e05301bbe0e9bfc38d83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,511
Size: 1.00 vMB
Total Fees: 0.01547251 BTC
Feerates: 150.92 > 1.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (519,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,229 395,229 0000000000000000046d4f20a24907e4d93fc47e0c248cddeec8e831560629b3 1,670 1.00/1.00 vMB 31
395,228 395,228 00000000000000000669a4820922efaa23bfc32ba87fd6a5aa9b1f532c866bb9 1,176 0.72/1.00 vMB 31
395,227 395,227 00000000000000000800577831ace2f295b1e41d4771239cf4f7a4d6bf3da350 178 0.12/1.00 vMB 28
395,226 395,226 0000000000000000069815c97133d179c3ca4b0794e88dddbda4ec72c469cebd 1,696 0.86/1.00 vMB 33
395,225 395,225 000000000000000008b3b33a2dd55b64a2d768f2386ba1f2795600246f6f7f8f 892 0.52/1.00 vMB 30
395,224 395,224 0000000000000000033ce49bf131dcaf34af481ec94395e046d34671985cd642 2,566 0.95/1.00 vMB 50
395,223 395,223 00000000000000000897456a74a0fa5aa918ebdc105a5886908d4a100475f52a 2,029 0.93/1.00 vMB 36
395,222 395,222 000000000000000000df9b9f861e8894432867670c09f19412baeabef6384d9b 2,575 1.00/1.00 vMB 55
395,221 395,221 000000000000000003b9ff92d6fd523380c317fc5e0b00eadd4d2385528a373b 776 0.95/1.00 vMB 18
395,220 395,220 0000000000000000022c2833a20520f3d5a685c36363f112272f749d9da0e802 1,746 0.73/1.00 vMB 49
395,219 395,219 0000000000000000088d3fe452dcb3a42575738f87e5932725114d3e14d4e6c5 993 0.48/1.00 vMB 45
395,218 395,218 0000000000000000056e4fa122a85489ba3caae2982574ba20fafec34584b97a 1,500 0.70/1.00 vMB 41
395,217 395,217 000000000000000006005b6562c1b3748c33d2e870a6bf5b7c62a5086ccca1c3 581 0.29/1.00 vMB 40
395,216 395,216 0000000000000000081b0f82271e69a194fe5327ffe72167345595f2c978059b 1,518 0.63/1.00 vMB 54
395,215 395,215 000000000000000002ee61e2c560f4ffadd4e782f8ce211eb6fef8ec96bb1b46 766 0.95/1.00 vMB 14
395,214 395,214 000000000000000002aba8e54b4aea0b882f4afb55f1f84d642ec0e8b4058e60 2,285 0.93/1.00 vMB 48
395,213 395,213 0000000000000000064283c2495ac6e2cc22b00aba6d3a921dbdbce8279dd0c4 1,183 0.93/1.00 vMB 22
395,212 395,212 00000000000000000918a02b9c735289b3df4c139abefaebb51d198b1f72b57d 1,673 0.95/1.00 vMB 41
395,211 395,211 0000000000000000057cb406e3df3dc9008b583a2f0c4ba70739e36f8a01cf1a 1,773 1.00/1.00 vMB 33
395,210 395,210 0000000000000000063919a4131cf9de4d9ba847c4f74b17373b059b5dadd371 2,484 1.00/1.00 vMB 53
395,209 395,209 00000000000000000901b7c0d6d92ce0b0f9a392a75574a15f4b898eabb7ba38 2,326 0.75/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.