Loading Tool

Explorer IconExplorer

Memory Pool

80,679 transactions
29.94 vMB
0.09137143 BTC
Random Selection Loading Transactions
Max Size: 178.66/200 MB

Candidate Block

Mining Attempt b4a50b50e0422ade7855daffbc04d4e5869079ff4aac65f731475538c511461f
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 73571b1aa9382da24769b01fe07d044aa1640c867f52e92e600f83078d505c79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.02921020 BTC
Feerates: 100.37 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (501,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,755 413,755 00000000000000000471739adbaf662b78f9c2c60df5102b3fe7d3ea5e7d3218 2,203 1.00/1.00 vMB 58
413,754 413,754 000000000000000000c0d7b9b8d2fd92597e748c10e47b73f6635e062de46477 1,675 1.00/1.00 vMB 38
413,753 413,753 00000000000000000135778cfbbc77aacd4e81e4897a47347fecfc60cafae3a1 1,613 0.93/1.00 vMB 54
413,752 413,752 0000000000000000021868c70369c545c936a534f7fcd1e83456f1daa7c902e6 2,328 1.00/1.00 vMB 67
413,751 413,751 0000000000000000023d5498570a2b5a0c2c8d97fef1d2af1509ce6afbc6f2de 665 1.00/1.00 vMB 22
413,750 413,750 000000000000000004a473f7725cd3dc6f219bef49d0f8627f569b17d0630710 165 0.12/1.00 vMB 43
413,749 413,749 000000000000000000f2dd3b8512e92e9f0df9dd2f2cc283c2612b0ffedb2abe 768 1.00/1.00 vMB 19
413,748 413,748 0000000000000000043e1bf319f2aaf97f94425d1313ee50193cca7e69dcaab5 908 1.00/1.00 vMB 29
413,747 413,747 000000000000000003a7f885b93782a479e35508a5ed2b647a587a80c30d7d8a 2,187 1.00/1.00 vMB 42
413,746 413,746 000000000000000004cc07dcbfc49d458b028fbc457c41a35e1e3b6563faadb9 2,567 1.00/1.00 vMB 77
413,745 413,745 000000000000000004f26874a510649a3c1ce9538f917bc4eadf320698d24c88 1,133 1.00/1.00 vMB 28
413,744 413,744 00000000000000000122d3560547244816aa502b2f7cfd591958c136d2bc5ba3 1,350 1.00/1.00 vMB 33
413,743 413,743 0000000000000000041090abf5f26c61e609896542d02b587d0fce3749bce157 2,115 1.00/1.00 vMB 54
413,742 413,742 0000000000000000050f832dc25ef17582b9e379bcd3275b98569f69c633f9b5 1,793 1.00/1.00 vMB 37
413,741 413,741 0000000000000000046ee8412e4dfc91617d9aa07c584a03b1afe3f1a2093d52 2,151 1.00/1.00 vMB 61
413,740 413,740 000000000000000001d7a69c3f43a45766d92166906e8dd6e252d2078b5ea546 1,838 1.00/1.00 vMB 53
413,739 413,739 000000000000000004538799dffbea73f77520eb67f0c8bb1ddfb2e60f6f65ff 2,055 1.00/1.00 vMB 41
413,738 413,738 0000000000000000026a265791b7aba9845adae9354e1e2f34fda81d44e855c8 1,803 1.00/1.00 vMB 44
413,737 413,737 000000000000000001b40d3b821cc0ae5f130e548e3cc05a14262ea41db4e4aa 2,459 1.00/1.00 vMB 71
413,736 413,736 00000000000000000323fbb7999c7b4ac7cebb2c89885b922830745fb739491f 1,783 0.99/1.00 vMB 42
413,735 413,735 0000000000000000015d6a21882919fb3576894f281f1c6337898a58792c4c93 2,615 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.42 GB
    • Received: 15.51 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.