Loading Tool

Explorer IconExplorer

Memory Pool

41,006 transactions
28.07 vMB
0.07852993 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt f7e3b36af6c0eb7e282f39a1c8cd01ba75b027fdf374a648a013b9483da0b635
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ea806e0958c566829e921af9706e41e31e6c4e2a2420e8856e0f8fe1f1c6b1df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.02389416 BTC
Feerates: 100.95 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (415,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,623 499,623 00000000000000000025641a268288466d03c4b4e0d3fbec0e0fd407f0a4e780 2,687 1.00/1.00 vMB 359
499,622 499,622 0000000000000000008d1b73296aa5515e66c336ede82a26adbfcb23d8010fc1 3,026 1.00/1.00 vMB 381
499,621 499,621 000000000000000000048ae0e4d8be0b8a5dfd10f3f596a9b4acdee36b9171dd 2,176 1.00/1.00 vMB 394
499,620 499,620 000000000000000000341dd6a9cce8fe87f3cc6691d8743a4938798bfd936483 2,346 1.00/1.00 vMB 471
499,619 499,619 0000000000000000005cfe5b5d34aea291bb18c0852f89c8295101aa51a5d06a 2,284 1.00/1.00 vMB 436
499,618 499,618 0000000000000000004676975d819a06c0ad23816f577fe75f17bf2d91369d70 2,196 1.00/1.00 vMB 460
499,617 499,617 00000000000000000018d7bd457c5a9de5a35ff41daa506529637aeb09ae0fc4 2,153 1.00/1.00 vMB 381
499,616 499,616 0000000000000000004c746b087820b517771e136d6776b21586c93c333da523 857 1.00/1.00 vMB 485
499,615 499,615 00000000000000000014b1dd91038a9224002aa851b84880580c0faafce3818c 1,379 1.00/1.00 vMB 343
499,614 499,614 00000000000000000035e6594894fe02c1a1fcecc6feb6f18cf825ad9c80bb67 1,876 1.00/1.00 vMB 424
499,613 499,613 0000000000000000007e26ff56d6d872899200a909f39fe6fde78bc4abdd31b7 2,542 1.00/1.00 vMB 318
499,612 499,612 00000000000000000035410d9d8f189c27fd96c502c689d5f220f0f76558ae6c 2,416 1.00/1.00 vMB 309
499,611 499,611 0000000000000000000ea662df897f96d639ae123fd09a98623c920f97c4bdec 2,717 1.00/1.00 vMB 261
499,610 499,610 00000000000000000086a2362d78ffb4e41dc0b8775ff3c278bd994a5162348a 2,823 1.00/1.00 vMB 363
499,609 499,609 00000000000000000054ee9f2e2c9f05ffb71495280b85864dd90ff82d7af356 2,296 1.00/1.00 vMB 355
499,608 499,608 0000000000000000001487c6939c0b4bbb3e2e1be38c98bb3d1abb186b764444 2,549 1.00/1.00 vMB 309
499,607 499,607 00000000000000000073ff0edbc615f2e22bfe0ada2e9ed29bd17eacfe06f4c7 2,106 1.00/1.00 vMB 228
499,606 499,606 0000000000000000000c3edf6b3fc0d888742ec0eadf900c27bd565561f13255 2,203 1.00/1.00 vMB 257
499,605 499,605 0000000000000000007d9b574d7d1752453f55e6b7a4564eedbd9aa65637af09 2,420 1.00/1.00 vMB 339
499,604 499,604 000000000000000000059d0e4636f3ab11859f09e9f8f593b5c8303436f936fa 2,257 1.00/1.00 vMB 312
499,603 499,603 0000000000000000001a908a2bacfe20a4a1266c59f09a46ffabcace59f3b8ac 3,013 1.00/1.00 vMB 364
Previous 10 blocks ↓
Total Size: 781.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: 632.40 GB
    • Received: 12.11 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.