Loading Tool

Explorer IconExplorer

Memory Pool

41,479 transactions
27.59 vMB
0.07353861 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt 1d4483b81008d7cb52304029110cdb537080f9868e046ee4229db0150a3917aa
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 6323923553880e7ddd9c251f9673c623200d1a03ef5c5d4538dfd1bbd69da139
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01946214 BTC
Feerates: 101.47 > 1.95 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (340,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,632 574,632 00000000000000000017f4ad90c36d0bace9e580985cacd507c3b4c2206b1770 2,891 1.00/1.00 vMB 48
574,631 574,631 00000000000000000020795dc71479074c28c049458e3e5a9912adfbb0f4f7f5 3,164 1.00/1.00 vMB 64
574,630 574,630 0000000000000000001f996444c9304c79185af02a1bd53f767cc3366a2ad989 3,203 1.00/1.00 vMB 15
574,629 574,629 0000000000000000000a99bd3920ff2bd6a4235106e0a23ad3a2d562d8384633 3,083 1.00/1.00 vMB 56
574,628 574,628 0000000000000000001fdd20f56b6ed27b60f860a0d39168cee63ce42fe74ca5 2,680 1.00/1.00 vMB 75
574,627 574,627 0000000000000000001ae9a406a0b72be73aef7758504c241624fce53b86a251 2,783 1.00/1.00 vMB 14
574,626 574,626 0000000000000000002004469205153c85c0fef08198e5098293a8954fc95f1c 2,534 1.00/1.00 vMB 13
574,625 574,625 0000000000000000000590468d21ec4f22847e10757873c8b407ca3f99afcd9b 3,205 1.00/1.00 vMB 23
574,624 574,624 0000000000000000002936f2bfc0b1fcc7dff762117aa27e73ed4494c56421c1 1,516 1.00/1.00 vMB 55
574,623 574,623 000000000000000000170ad42b0e40fdeaaf891dc0c70a14079c30057eb1a6dc 3,499 1.00/1.00 vMB 81
574,622 574,622 00000000000000000003a87f65aa9eb1d5de549a1a56a401218aa4e2318c6baa 2,216 1.00/1.00 vMB 47
574,621 574,621 0000000000000000001adf68e10094c83cd5c5397a11798d0c818a526888cb1d 2,822 1.00/1.00 vMB 28
574,620 574,620 0000000000000000000a674ca8405b52748f0c46f1ab626fa848e5edc456a145 3,207 1.00/1.00 vMB 45
574,619 574,619 0000000000000000001fac85bba79f7ac3029cc28aa8ecae60a5e1cd8c08063b 3,411 1.00/1.00 vMB 58
574,618 574,618 000000000000000000045ee0f00c2f6bcd0b127939dbab890106d2bffcf284b6 3,167 1.00/1.00 vMB 63
574,617 574,617 0000000000000000001ea05ccef2f3889607bd1c8b956d3de8febc1e86b12491 3,097 1.00/1.00 vMB 57
574,616 574,616 00000000000000000011c00c2a59df436fbbff0d75eaa2bed305eb004a99c2c7 3,593 1.00/1.00 vMB 82
574,615 574,615 0000000000000000000eba1180b48069e75e527db41af6bb14a7481066763f4b 3,365 1.00/1.00 vMB 72
574,614 574,614 00000000000000000026212e432386cb278a198ee9839a97dc82f37b17d1981e 3,113 1.00/1.00 vMB 82
574,613 574,613 000000000000000000162a21129f02677528fd9de6eafc16999490949b5abc0d 1,641 1.00/1.00 vMB 66
574,612 574,612 0000000000000000001dcc8ea8e2f9a78a10dee4d8b91772d2de74a349556f78 3,305 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.