Loading Tool

Explorer IconExplorer

Memory Pool

40,677 transactions
27.90 vMB
0.09632874 BTC
Random Selection Loading Transactions
Max Size: 143.36/200 MB

Candidate Block

Mining Attempt 08e70c97aa6c153d3553a13d54aa0f514e43624b229a1a683bea44e5c44b52c0
Version 20000000
Previous Block 000000000000000000003c72a8e979c40102671daee68898431e57e1558ff72f
Merkle Root 9062ec2f2135f60e5c1fe8900ed50bc690a8c3db6a8fda142d50b3ccacee4c66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,526
Size: 1.00 vMB
Total Fees: 0.03561621 BTC
Feerates: 318.73 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,304 (859,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,648 54,648 000000000ec1b4a55034cc3e5ab61281e9ec2b93d552050bef22c53f3f92a950 2 0.00/1.00 vMB 0
54,647 54,647 0000000008d28f33c0875fdd27b822863ad330d5687dd2542a6d4fdb8992d1ce 1 0.00/1.00 vMB 0
54,646 54,646 0000000010b6ce956375e70e31ede981d7991f95c41d577ff542ae64879ca42c 1 0.00/1.00 vMB 0
54,645 54,645 00000000073202a910f99441c67f8e8147b8ff76357cd8877b91e8ce2914ca30 1 0.00/1.00 vMB 0
54,644 54,644 000000001289522208e19a0212d3f774642d7bc00ca8d652fe4733a71b6508a9 1 0.00/1.00 vMB 0
54,643 54,643 000000000f9dceaae59cfe126efe58492a33090ff0c4b943e8db07505a9c6042 1 0.00/1.00 vMB 0
54,642 54,642 000000000a06db3be57c9983b1e352311b34ff94fe8a25e9fe48d5a1812793c5 1 0.00/1.00 vMB 0
54,641 54,641 000000000546293e2b642e7447834fc78162bd51c3a33f60c4477d9e8e7f2fc9 1 0.00/1.00 vMB 0
54,640 54,640 000000000b5d4c06e3bed3b0c31b2d87ebc04e1c271285f7036c8741c6906c9a 1 0.00/1.00 vMB 0
54,639 54,639 000000000d6441cc65f59ee24669f1ae3516dd6fd64bcc47134d3bae542d9c54 1 0.00/1.00 vMB 0
54,638 54,638 00000000003f8e8739cf3e56977cadb4270a50578f23d9f298c8ced66d4d8017 1 0.00/1.00 vMB 0
54,637 54,637 000000000450cda005d4f5fdeb1f1d7dcac320fedd7b2952f32e341d75c48dce 1 0.00/1.00 vMB 0
54,636 54,636 0000000007a045b01eee6b28444025230019c7534f9d343ae1ffabb844bb3b47 1 0.00/1.00 vMB 0
54,635 54,635 00000000010c8d9ac55b380d19272578f26a33a0450ab66fa7b3125b761464af 1 0.00/1.00 vMB 0
54,634 54,634 00000000030b620b30d8215466d897227d5d80440fa2eacdeb3625f3a699bcd5 1 0.00/1.00 vMB 0
54,633 54,633 0000000012106b042b3ca38cbd580037b7d94dbccc280fd83b86eab1559f4a80 2 0.00/1.00 vMB 0
54,632 54,632 000000001378e63c62e1d4852ca6b8b2f605886a8ef212ff23521cca8ca40990 1 0.00/1.00 vMB 0
54,631 54,631 000000000cf70c487a440188d7b35f1d94a60946827c77923487fcdb56138938 1 0.00/1.00 vMB 0
54,630 54,630 000000000ec45ab3b38eb3ad484990aaf61dce1092237f2e7185d6dc495f7a5b 1 0.00/1.00 vMB 0
54,629 54,629 0000000005904ae78013b751df3752f8e38736514e8f3cf8e14d7478ea3de998 1 0.00/1.00 vMB 0
54,628 54,628 000000000d5627995b4b4c91d341bd2c3275b2a4f6dccf0d5ba82ee02657d40b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

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