Loading Tool

Explorer IconExplorer

Memory Pool

80,771 transactions
30.06 vMB
0.12552770 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt 77368d16403ec737ceded62e113c2e99d3f4a4fbdc12889ddabd447a812caf73
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ad3aa58261a009e24f2bed7f9047d545ec012571a1322175daddb0d5e544b862
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.05188038 BTC
Feerates: 242.90 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (452,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,642 462,642 000000000000000000756fb8bf1d31442e648efcf451361d36bf168ef8c582cf 2,049 1.00/1.00 vMB 110
462,641 462,641 00000000000000000206c27e5e570192696d92c40c004778db24c9b7a9ed323b 1,507 1.00/1.00 vMB 98
462,640 462,640 00000000000000000028f42741c05c55069b40dd68951d75b2bc23ff084ea9b4 2,547 1.00/1.00 vMB 131
462,639 462,639 000000000000000001923c06e30750436fe4fb99c50e1fdbc83ff71293d0dd9d 2,627 1.00/1.00 vMB 145
462,638 462,638 0000000000000000013f50845248525168a0b7b6b8837d4bd53834842943defd 2,034 1.00/1.00 vMB 171
462,637 462,637 000000000000000001e6a59569b6057f6918d7ad5aacd0695ca04f2e14bd5e05 2,465 1.00/1.00 vMB 128
462,636 462,636 000000000000000000ea5d90c9278f588030f6e727862466b1f60d618c2bb923 2,797 1.00/1.00 vMB 175
462,635 462,635 00000000000000000061a5b0125d02410f01c78152c63bdfb31ee6515521ade1 2,837 1.00/1.00 vMB 196
462,634 462,634 0000000000000000004e4f3e4b5bb590659b7f838f70d9eff6ad4c46443f76c1 2,573 1.00/1.00 vMB 166
462,633 462,633 000000000000000001c2c56b20f068eacefb78aeb8f7ac743cf0d184dfa18edf 2,580 1.00/1.00 vMB 178
462,632 462,632 000000000000000000cd6a91aeb0dee9be35c7eab74d61d772cfe45b86a73e09 1,556 1.00/1.00 vMB 99
462,631 462,631 000000000000000001506f5960de19fccf99b91eae727e2ecec30bfc5959f2c1 1,953 1.00/1.00 vMB 100
462,630 462,630 0000000000000000003643c7294ce7568ccbe501c529b1bd8e81665f3d771eab 2,280 1.00/1.00 vMB 146
462,629 462,629 000000000000000000912cd1f9f7d9fe8c4d23ac0c10fde434a8e22777a7a9c3 2,761 1.00/1.00 vMB 171
462,628 462,628 000000000000000001efc71f99ec5b03b1e1d39259733bb9490c5d6c3a7eaa1b 2,118 1.00/1.00 vMB 114
462,627 462,627 00000000000000000062e90cfe207f8e0dfa68b82092476e940bdcd2fe6713e3 1,019 1.00/1.00 vMB 106
462,626 462,626 000000000000000000f5536c8ab353d0a796ea3894c859af8ad2d84f023674d5 2,493 1.00/1.00 vMB 157
462,625 462,625 0000000000000000011a0c7480b37bda360c421ebe7b861acb4fc9cfad491e16 1 0.00/1.00 vMB 0
462,624 462,624 0000000000000000001da5ed9b172d485f27df81cff87c6a52dad7bf649d892e 1,833 1.00/1.00 vMB 116
462,623 462,623 000000000000000000079212c7c20b9955e693053019f8c2cc81281d71e03732 2,338 1.00/1.00 vMB 110
462,622 462,622 00000000000000000086c09f1a5928c30e79fe0e16ea3bc6e851467185a92602 2,013 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.