Loading Tool

Explorer IconExplorer

Memory Pool

80,692 transactions
29.76 vMB
0.09340487 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 4f0bf65f4908ba46c87de9c3632238dafcd15d3b3fc53705ee25880dfdbb1e2a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 84717bc91645dad367aa062811d01e24b27462bd687e94d6a42fe1f387221431
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.02648134 BTC
Feerates: 90.00 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (452,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,646 462,646 000000000000000000d1afef13800d55bf338a1fcf941c4adf992125abe83cbf 2,745 1.00/1.00 vMB 189
462,645 462,645 00000000000000000098e44b0d1d1ce2dd39621cc60523a76d6bf3bb455f2b1f 1,708 1.00/1.00 vMB 154
462,644 462,644 0000000000000000001d891a49bd0fe01715b5086205e125b14893cbcd10a258 2,344 1.00/1.00 vMB 176
462,643 462,643 00000000000000000035357b564f6a67789e327fc757954d689968a1534b02f0 1,523 1.00/1.00 vMB 84
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
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.