Loading Tool

Explorer IconExplorer

Memory Pool

89,838 transactions
33.21 vMB
0.15308550 BTC
Random Selection Loading Transactions
Max Size: 199.94/200 MB

Candidate Block

Mining Attempt 3344a296e93237dcf11ee7eb0fc3a8712592386bdcd2a3df78e81e02a7d3e7ae
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 59355c84391f221ef504f31a38de1367f551adc2b4cd2e5a64f7205bbc9b84e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.05936707 BTC
Feerates: 627.82 > 5.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (376,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,702 538,702 00000000000000000002698dd18cac95b4702cb81e4af3f94b0736006ecca9ee 671 1.00/1.00 vMB 102
538,701 538,701 0000000000000000001e5e9c47df5df696d6b5f9875e7fd6e626de30d9043159 1,834 1.00/1.00 vMB 41
538,700 538,700 00000000000000000010543ce1b222a82464fdd2836920520e56fe0fc10a17a9 2,009 1.00/1.00 vMB 19
538,699 538,699 00000000000000000008b3cd288a5051e603e9cfffe949b3984b2a4c67d1d5b0 1,777 1.00/1.00 vMB 59
538,698 538,698 00000000000000000013f749814962bf1e1aa58bb721a836d5a8a7c8eb3d9a60 2 0.00/1.00 vMB 6
538,697 538,697 0000000000000000001f9322f024fdc3a85fd5a5e309f7355eff8076524837d6 2,437 1.00/1.00 vMB 39
538,696 538,696 00000000000000000009ef223af6652bbc8736e756e1b276dd429298eb4a3198 2,141 1.00/1.00 vMB 50
538,695 538,695 0000000000000000000d8b4025c6356088d75a7f3e6818411bab2b748947dcda 1,614 1.00/1.00 vMB 8
538,694 538,694 0000000000000000002669a90eec10c534c158eabe4ef8bd7f6133601f0ab116 2,108 1.00/1.00 vMB 41
538,693 538,693 000000000000000000265ffa1b8c7a8268fdcbe5a6c585997c892db309bbd88d 495 1.00/1.00 vMB 3
538,692 538,692 000000000000000000036cce479405c0b36eaed56cbbef2a0ab0306e7c6b685d 2,582 1.00/1.00 vMB 27
538,691 538,691 0000000000000000002308b1c0c6f3f7701895cb2e820ed417d8ecf4d94e66a4 991 1.00/1.00 vMB 9
538,690 538,690 000000000000000000288e457c4b02d596dc83d5c7b37c7f6d08254713827761 1,885 1.00/1.00 vMB 3
538,689 538,689 00000000000000000022570fb69a24d57fdbfb4732eb58b56d320b44c7d751a6 2,210 1.00/1.00 vMB 51
538,688 538,688 00000000000000000022910a7e3c24cc7c101cfae406d9f64353ae9487b572d7 2,188 1.00/1.00 vMB 31
538,687 538,687 0000000000000000001d9b9c5864c3c546633abe054d707cd1d5bfd5df1a80c8 1,556 0.70/1.00 vMB 24
538,686 538,686 00000000000000000018db953862c6a82c76fef850935d48c9a3b92f2b61c5e7 572 0.33/1.00 vMB 19
538,685 538,685 0000000000000000000af944baf46a572ed6498b7a96b8990b264c511e7d05fe 1,873 0.94/1.00 vMB 16
538,684 538,684 000000000000000000091c6ce506b7240717198a84b6dc056221ff7967ac321a 555 0.23/1.00 vMB 60
538,683 538,683 000000000000000000182b955282216c24a2eaed40c3c76491a2de3837398404 1,068 0.45/1.00 vMB 38
538,682 538,682 0000000000000000002806557d6f28ba0a3186d82b268ed597e7c262d5953427 1,597 0.65/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.62 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.