Loading Tool

Explorer IconExplorer

Memory Pool

47,367 transactions
28.44 vMB
0.11362715 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt e211a2808a6d6e5985f73b02aa1789f5b8f464e3fa25e003ba4d167a39c0859a
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6180d8937accc7da9fbf121272a0ff261c3965cf220b716d0d49ff3ca451d408
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.04626209 BTC
Feerates: 150.77 > 4.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (335,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,572 579,572 000000000000000000123a1c13228fc63433be9c400d0a1946ed597c2ef8770e 2,489 1.00/1.00 vMB 143
579,571 579,571 000000000000000000250694d07ad983136844da58c505abea9fca60f1cb4800 3,316 1.00/1.00 vMB 144
579,570 579,570 00000000000000000024ef5b91ce22bf3d190c19eed6d36af94fffe737b8aabd 3,174 1.00/1.00 vMB 115
579,569 579,569 0000000000000000000a3e3a3892c6fb0244e05529d560c1196b2b3d4cd320c6 1,177 0.29/1.00 vMB 23
579,568 579,568 0000000000000000000848eb811059fae0c1c8f1e5fffabb4bd2619d7721cfe6 2,524 1.00/1.00 vMB 34
579,567 579,567 0000000000000000000ba998fe871f21777c08bbf13c50bda177d3a1d084c977 3,123 1.00/1.00 vMB 68
579,566 579,566 000000000000000000218b62c136278f41b979962d4cd215da48f97de44474f6 3,203 1.00/1.00 vMB 98
579,565 579,565 00000000000000000013ebd8c03255c4faaf0d7e0b7a16f0bea1ac82d2b84353 1,709 0.66/1.00 vMB 56
579,564 579,564 0000000000000000001f5bf2b05901b77a713de35890c095dcab289d349b80ef 377 0.13/1.00 vMB 99
579,563 579,563 0000000000000000001953bcc0e76ff51bde85c7bd470b366d438cea2c4f4322 572 0.22/1.00 vMB 68
579,562 579,562 00000000000000000012c0e3ba966e4c746c610606bdb57933cb588a401d01be 2,144 0.82/1.00 vMB 50
579,561 579,561 0000000000000000001e279adb4bde7b7ee1bd1a4e468e54a534fea0f624b56a 2,877 1.00/1.00 vMB 74
579,560 579,560 0000000000000000000c7afc2ee420c1ea46678841117f4e0cc7bddfe73fd91f 2,826 1.00/1.00 vMB 88
579,559 579,559 000000000000000000161a0263217231a38af64fd669b8abcbd1391895fba146 2,346 1.00/1.00 vMB 37
579,558 579,558 00000000000000000008dd9773bb87e5b6b9afa52513cbd86f6f77ca086520ee 3,061 1.00/1.00 vMB 50
579,557 579,557 0000000000000000001aa0b38fe5b095b000b9d8d8d4c2492096e8c9addcd271 3,012 1.00/1.00 vMB 98
579,556 579,556 00000000000000000016724f09871c2aee3b7b319775c2e0f28d0dabc9825f5c 1,912 1.00/1.00 vMB 6
579,555 579,555 0000000000000000000037e0819d6e34408dd4966261a5052fc0e19f1a583de1 1 0.00/1.00 vMB 0
579,554 579,554 0000000000000000000296b12918b4f8d9852df3815820e4711458d77e44564c 2,483 1.00/1.00 vMB 54
579,553 579,553 0000000000000000001ac807f929034b853f243cdc7847e21ceea47259e8cdf0 2,550 1.00/1.00 vMB 104
579,552 579,552 0000000000000000000f53a1d7a8e1676e156dd1c3268c2f0bbecfc0fedb2cd2 2,587 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.