Loading Tool

Explorer IconExplorer

Memory Pool

44,221 transactions
27.93 vMB
0.06850707 BTC
Random Selection Loading Transactions
Max Size: 145.46/200 MB

Candidate Block

Mining Attempt fc8ec8a2bbfe09ac84ecdce1f952605dad2c0e97e6bc0f24595e078a4651afc8
Version 20000000
Previous Block 0000000000000000000080d0b2bbb4a43c8e785de05b97a1db96a63b5e59fc57
Merkle Root 85743becf623fa0c9df2414a537d910dd4301cae2e31aa30fcf80be6e81ea6df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,361
Size: 1.00 vMB
Total Fees: 0.01547154 BTC
Feerates: 56.56 > 1.55 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,921 (263,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,697 651,697 000000000000000000025c67e3bb6993487f681b07c538a019047af8e40d5372 2,816 1.00/1.00 vMB 118
651,696 651,696 00000000000000000001114f3131233074693ab4c3b85d09faa78a48a23af191 1,782 1.00/1.00 vMB 98
651,695 651,695 00000000000000000001431086ba106df3b130f5cc5b1bd30e578fb9b5331173 2,732 1.00/1.00 vMB 124
651,694 651,694 00000000000000000002724bb241b1e99785ae4028a7d985d8915cb95a437301 2,662 1.00/1.00 vMB 67
651,693 651,693 0000000000000000000a5daaf82f9f479cc70f27faeb68b666520075aad4266c 2,197 1.00/1.00 vMB 48
651,692 651,692 0000000000000000000ac87055f08640da15f00f1c8f21288ace088ee956db34 2,453 1.00/1.00 vMB 68
651,691 651,691 00000000000000000001ee41584eab30a483782c1b00632cf613d127ada2ae81 2,948 1.00/1.00 vMB 80
651,690 651,690 0000000000000000000e24f5631419222fe78076e0965ee6d72fed078ed24a7f 1,978 1.00/1.00 vMB 66
651,689 651,689 000000000000000000043d2b0b569d356bd682a0be3442984e051169275907bb 2,545 1.00/1.00 vMB 94
651,688 651,688 0000000000000000000253c6763429e843a8bfe18350ac5378536e94e08e5bc4 1,940 1.00/1.00 vMB 103
651,687 651,687 00000000000000000006639946f13005c34a7698e6fe3b3bc80a5933b08ef4d7 2,702 1.00/1.00 vMB 112
651,686 651,686 00000000000000000006a584ce8703971cbb6fa3e1d878da93bcbafb3c6f70f7 3,162 1.00/1.00 vMB 134
651,685 651,685 000000000000000000007d48be75157976d0d70f38c2a4bd73072fc39e88c934 2,752 1.00/1.00 vMB 60
651,684 651,684 00000000000000000003925548c383e9e7b6208fc8a59eb0f588b1693377cc88 1,087 1.00/1.00 vMB 16
651,683 651,683 000000000000000000050c5ecfc096c16f45a20a005d0043d45e2d6de1f0b0d0 2,504 1.00/1.00 vMB 59
651,682 651,682 0000000000000000000569e545aad5b2e24ea170ce17c0d43d879f53fe122646 2,362 1.00/1.00 vMB 62
651,681 651,681 00000000000000000006717c6edd2c3ccc64dcaec0862beb7f27f63afccfb72d 2,452 1.00/1.00 vMB 50
651,680 651,680 0000000000000000000184a447cde300f82b675a17e08cf24a3db73e84262e69 2,669 1.00/1.00 vMB 60
651,679 651,679 0000000000000000000d244e0802f8c74f9116a60e2d4dbb8530d56f1d2aa902 1,774 1.00/1.00 vMB 88
651,678 651,678 00000000000000000001088daffd6b1eaf9fe81e3dbe522fa31646a5e16a4508 2,885 1.00/1.00 vMB 61
651,677 651,677 000000000000000000033c48f2bf4ae1d0263576a4dd69694a452f3d4564f2b9 2,913 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.25 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: 655.41 GB
    • Received: 14.30 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.