Loading Tool

Explorer IconExplorer

Memory Pool

45,122 transactions
27.12 vMB
0.07130422 BTC
Random Selection Loading Transactions
Max Size: 142.91/200 MB

Candidate Block

Mining Attempt 6f8e80f02817cfd017eb24952c83e4899c8a1f6181f9d01f9e633af26f57c72e
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 4a9c5851668fccdecdabdcddfa58814893a67ff5e56a6f140d7d5c4aa3b2dafa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.02078443 BTC
Feerates: 251.72 > 2.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (489,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,128 425,128 000000000000000001c25a9e3b806c031b2cd2c891fec8ad51197b4ac3ba4250 705 0.99/1.00 vMB 19
425,127 425,127 0000000000000000025a44fa4e903913ec8f2e896d31be41103dc188335b0bd0 1,369 0.97/1.00 vMB 41
425,126 425,126 00000000000000000166ac481ee56d083c6a568cfb685b1402e38a16a712414e 2,702 1.00/1.00 vMB 75
425,125 425,125 000000000000000004bfce8697fceabefdec04045ae1e3b219447d6b53cfe16e 1,254 0.87/1.00 vMB 49
425,124 425,124 0000000000000000039ddca15508dfb10939ca8003d01e3fb70a0013aa7cb067 881 0.36/1.00 vMB 58
425,123 425,123 000000000000000004ca1c2475d5edcca4d5db2c2f8e535f03397df2cdad8fb0 336 1.00/1.00 vMB 7
425,122 425,122 0000000000000000020cc7c3b6ab9298d9d08b2781d6f4f7259abe408ca9a7e3 698 0.98/1.00 vMB 18
425,121 425,121 0000000000000000037f25d9df334f70fc15fa7057215d0cde46bfd2de94cddb 1,341 1.00/1.00 vMB 34
425,120 425,120 000000000000000002d93b6ddc3443840e929213c44acbd87a8f2bf3293f2136 263 0.12/1.00 vMB 60
425,119 425,119 00000000000000000456d6d631a3f326256714dc619422dd97e186f776fc0ff3 1,922 0.99/1.00 vMB 50
425,118 425,118 00000000000000000358a9f5b79fdf18a5c626a39a07b580fa5e52a922da5f22 557 0.26/1.00 vMB 59
425,117 425,117 000000000000000001c526519b00ca64f24c921aed9a8f9569a0f484e2d89cfb 1,131 0.48/1.00 vMB 58
425,116 425,116 000000000000000001f978f41fd6cff3a89d7dfce2223fdf28f4943bbcdd8dcc 381 0.16/1.00 vMB 75
425,115 425,115 0000000000000000022bffbd4d4321e6a76e0e0e8f36808b7027b4357b02cc94 597 0.23/1.00 vMB 62
425,114 425,114 000000000000000004311c15d7924a1d404c3fa2da862c5cb38081d5d575177d 962 0.50/1.00 vMB 48
425,113 425,113 0000000000000000042cd7657ec78f6f9e958401cc3f433e49995e2c46db7935 4 0.00/1.00 vMB 350
425,112 425,112 000000000000000002a28ce65647693ed4459456749b20b84fc6434862691db8 2,445 1.00/1.00 vMB 71
425,111 425,111 000000000000000000d9a68d9a4b2a968732a70c9e099556de7e82b4ec2f99b0 321 0.15/1.00 vMB 63
425,110 425,110 000000000000000004b133942aec0fccb83e078622c0286b2c7a61637d417d32 433 0.19/1.00 vMB 61
425,109 425,109 00000000000000000331ded21465e4fc67d2871bea6ca1216967ac193c6d848b 511 0.37/1.00 vMB 36
425,108 425,108 0000000000000000014729f2dd14a160d6de410da4f8b59d0e57c4ed24f3b7ce 127 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.