Loading Tool

Explorer IconExplorer

Memory Pool

78,966 transactions
29.92 vMB
0.12113634 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 99fd0132bd61f2b7007c4b69b1861a18df6e1c29ba3e9897f918ae9cf288a25d
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 01dc846e538485d747f578eedba239987331b9e1ad5baa0d28b05fa906b9f57d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.03787036 BTC
Feerates: 673.02 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (287,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,493 627,493 0000000000000000000e68509881330ef548c629d6615e3cd91355767f400d47 3,016 1.00/1.00 vMB 36
627,492 627,492 0000000000000000000a4f9a612025eeb2add7e2096ea63d8fcfc7c6ba7f49b6 3,060 1.00/1.00 vMB 28
627,491 627,491 00000000000000000006cf0c2052a26dd033aa5105e3276256ef845544e3b564 2,556 1.00/1.00 vMB 34
627,490 627,490 000000000000000000071563f2e81c80b944b6d7ff6a2c3ee4668303fbf257b7 1,835 1.00/1.00 vMB 34
627,489 627,489 00000000000000000000736b4ee2bacc42111a8265ec98afda70191b0702b798 1,676 1.00/1.00 vMB 32
627,488 627,488 00000000000000000004c27fba7a9b5f1477a01a9dcfd3edaa6440d7ac171bda 2,890 1.00/1.00 vMB 39
627,487 627,487 000000000000000000030b42809b2fa7af5980b7bfd54479b8048aed7086835d 3,079 1.00/1.00 vMB 38
627,486 627,486 0000000000000000000898a86832a03c8493baea7b3ff7983ec3a6fca5cb7cb5 2,837 1.00/1.00 vMB 38
627,485 627,485 0000000000000000000b330dbc0d0972084ba54642bbca3d5e856fc3f49c7dc8 2,402 1.00/1.00 vMB 37
627,484 627,484 0000000000000000000c6f7b7bce76aafc458fc7505256c86291c2f97ca7ed55 3,194 1.00/1.00 vMB 50
627,483 627,483 000000000000000000101341b29da6e9c1efb78fc6ee4918f7b5eebbabf1694c 1,568 1.00/1.00 vMB 13
627,482 627,482 0000000000000000000691c4e7993601ab7cdfe0b046b480c627161f92c7f5c9 2,780 1.00/1.00 vMB 24
627,481 627,481 000000000000000000103bc71088193e1d499d315980f540d2103d2367e671cd 1,591 1.00/1.00 vMB 23
627,480 627,480 0000000000000000000fbb9748d00439154d743a70b81757915a802eabd66660 1,704 1.00/1.00 vMB 10
627,479 627,479 0000000000000000000e1763d90e96fa874a000dd798d1e96bb89f8e3317679b 2,136 1.00/1.00 vMB 13
627,478 627,478 000000000000000000031be086fe3e7002f7ac34a93aaab7b41c78e01d57edaa 2,403 1.00/1.00 vMB 18
627,477 627,477 0000000000000000000740961df3388d07a9daa96362feeadb188f15d7f1482a 1,573 1.00/1.00 vMB 22
627,476 627,476 0000000000000000000cac0a508befd7fd43a1634e26c8a63da931efaa9101a0 1,784 1.00/1.00 vMB 28
627,475 627,475 0000000000000000000b69254c7856d8fd3f794de4eac8a31c28b44bdbdbe381 2,723 1.00/1.00 vMB 32
627,474 627,474 00000000000000000009df79aff6cccd0bbe999accb97af08b0a81a052e1d0b1 1,406 1.00/1.00 vMB 20
627,473 627,473 000000000000000000029058e7fdd19b433b21e61eb5770b47ecfd49c860d6cc 750 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.