Loading Tool

Explorer IconExplorer

Memory Pool

79,746 transactions
29.66 vMB
0.11794500 BTC
Random Selection Loading Transactions
Max Size: 179.47/200 MB

Candidate Block

Mining Attempt 385f967cd90871bf254df54fd41c0d062b4050e87c0ae06bd19d6de5babcf59f
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root 80ea084d099a5102ba993f310336fe3e5a651eb2f1e81113ba22f73085e2cced
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.05463839 BTC
Feerates: 313.32 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (767,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,747 147,747 00000000000003c8e04f39805d189d0b327de2a029dad517ee4a0d4be5717803 54 0.02/1.00 vMB 65
147,746 147,746 00000000000000839e18ed0b7035b2a7cecb8a13e63f19af7bdefd08277b82ab 99 0.04/1.00 vMB 98
147,745 147,745 000000000000084bd02cf962d18ac26f31569c7d03bec1b2875b83ff1e4b8ec6 13 0.01/1.00 vMB 60
147,744 147,744 00000000000008c01ed889c243d854c3acf5862ce7156a06ab6cf5e7cf001daf 11 0.00/1.00 vMB 29
147,743 147,743 0000000000000073a8299f0cc6ad5e97c8fc8936248b1665bf5749715e816d77 44 0.02/1.00 vMB 297
147,742 147,742 00000000000009456c70b654a55233617f122813bef236a8632189fd51cb1364 6 0.00/1.00 vMB 126
147,741 147,741 0000000000000476a630a759c1b9ad839aadf3ffad267236b10675b89ca5ad8c 10 0.01/1.00 vMB 45
147,740 147,740 000000000000033476fbcbc22f0aa0aaf9221c631ffc6a7f8ef221a49bf30bde 66 0.03/1.00 vMB 80
147,739 147,739 00000000000003ca8c2a5c8eb68107b2f93e17e9b68c9d00086c00cbc7837882 14 0.00/1.00 vMB 41
147,738 147,738 00000000000000e46914825953f874b3e263050a92d40fe948e4bef3ee326beb 25 0.01/1.00 vMB 288
147,737 147,737 00000000000006fd2c5ab1a29f8dab6fd0967f1d4dea8f3f1c107cedbbba6f9a 69 0.03/1.00 vMB 13
147,736 147,736 000000000000079997a3cbfafc4783e991032da4a625b65436fadea515b33b01 51 0.03/1.00 vMB 180
147,735 147,735 00000000000004fdc00e15f96a0999a716238be443dd9897989ff3e01a33642f 107 0.04/1.00 vMB 194
147,734 147,734 000000000000008766c402d8b34f004fe508befe72c5a3bd81c96c4ec751d676 49 0.03/1.00 vMB 87
147,733 147,733 00000000000001d71f1b1f465b1bf4088a3e4490a7bc2ede4bc546ff52fd4f67 54 0.02/1.00 vMB 286
147,732 147,732 00000000000001f55ad24fc1d3b46c9ab9a68b2b1bc4cbc14017497d7a2bb602 110 0.05/1.00 vMB 57
147,731 147,731 000000000000096ba2e7217f25194c155892f1c2376ffda33f0765787cbe5c79 11 0.00/1.00 vMB 46
147,730 147,730 0000000000000625d0af0e17a8e5f16fa5ba6ab1d43dc15c08f14b51b8e60d20 47 0.02/1.00 vMB 207
147,729 147,729 00000000000009b2cd164bc339bdffd59c539285b9e6e996de8f01fa856d8f7d 36 0.02/1.00 vMB 218
147,728 147,728 00000000000001f89434ca5adc306a2ca2a7d508fd27d8c34c6b7369d3c2c43d 23 0.01/1.00 vMB 173
147,727 147,727 00000000000001fb2de11ab5e3262e7c42ac0e08a3c67d70c9e6542327cc3f99 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.09 GB
    • Received: 15.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.