Loading Tool

Explorer IconExplorer

Memory Pool

80,841 transactions
30.81 vMB
0.08580047 BTC
Random Selection Loading Transactions
Max Size: 187.06/200 MB

Candidate Block

Mining Attempt e35861c896c5cde2cd0f156e1ffee12ffbd1490a0ab7ae4b9666e64e1dda0c60
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 532202c8d68c88dcd5fccc69fbe9968c7317e751f7cc2574c789e5953fa6ae66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01967878 BTC
Feerates: 351.58 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (495,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,757 419,757 000000000000000003ec3e9ee1aa22c7f8ffad0c43cbe1a63b942142022ad739 1,420 0.64/1.00 vMB 62
419,756 419,756 000000000000000002ebc79be5f94e7369bf4af7ed41490148542497c3b64411 2,125 0.95/1.00 vMB 55
419,755 419,755 0000000000000000047b0b18f83e5a624217ee71c4a39dcd017c2f3223461a45 2,363 0.99/1.00 vMB 59
419,754 419,754 00000000000000000460d9c6e4793e8899d3ef3b65fdcd19f1c4404b20196e6f 1,647 0.88/1.00 vMB 51
419,753 419,753 000000000000000000c44eacbd542989179b10f8cd7eae12d0c687582f63e680 2,252 1.00/1.00 vMB 60
419,752 419,752 000000000000000000f3c3c4cceb8b34967a68914201fc1768fc3ff2357544d0 549 0.99/1.00 vMB 26
419,751 419,751 0000000000000000044620ca43bb12e124b3fc8c103a5b1075507c10ae08031d 1,447 0.58/1.00 vMB 68
419,750 419,750 0000000000000000035bb41f60c0144768af9f46d36e09b7a6caa88d987d76ce 29 0.01/1.00 vMB 59
419,749 419,749 000000000000000004fea78c364c56870a8404f0c06da69b8b529c91242c1bc4 1,692 0.99/1.00 vMB 45
419,748 419,748 0000000000000000017d8436d14de2db67fb852ac97866fa6dc36299c1a863c1 2,652 1.00/1.00 vMB 69
419,747 419,747 00000000000000000324e4979ff3a8789457ef8b63f59bbdd3b4ed9787aef964 1,173 0.99/1.00 vMB 31
419,746 419,746 0000000000000000029a3a0a55646764265f65fdf5a5c24ff888a5e80b12d69e 1,350 1.00/1.00 vMB 36
419,745 419,745 000000000000000001bfdb05fc3d2c02d3353ccd49115f4a958df9ed5ad5e8fc 1,132 0.93/1.00 vMB 28
419,744 419,744 000000000000000002c36d40039c26fb8c2d787f91471935ea30032ca0eda7c2 2,101 1.00/1.00 vMB 38
419,743 419,743 00000000000000000171f7ab2e79f97d2c15b6614228386e026ae7559cfbaff0 1,693 1.00/1.00 vMB 31
419,742 419,742 000000000000000002b776a2b1d772ce34d12ef663ec2b2f2f2c370c39e5f274 2,782 1.00/1.00 vMB 73
419,741 419,741 000000000000000001f6584db6b9264aa2beee5ddcee0fee9946034fc795432f 1,859 0.99/1.00 vMB 43
419,740 419,740 00000000000000000016f106054107125c724ee81a68dc6744531b647cbe78fe 2,618 1.00/1.00 vMB 66
419,739 419,739 0000000000000000041f7d59705c6f34b788f69fa42260b9d1991d0509878a02 2,510 1.00/1.00 vMB 66
419,738 419,738 000000000000000001c02b6f85912056353310cad70250c22c03c4c5723245f6 2,877 1.00/1.00 vMB 88
419,737 419,737 0000000000000000037f142f9c93856e5aecab959dfaf9041286ffaf7260d17b 3,102 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.