Loading Tool

Explorer IconExplorer

Memory Pool

11,015 transactions
3.93 vMB
0.04606567 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.89/200 MB

Candidate Block

Mining Attempt 097dc6356b765ab22d6b1bb2cca24d1fd64ed09c77eda998841de3dcf4acb0a5
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90fceb5c7a427aa91ea4193dd100efbc80be30f67738ca45726211d23e5756a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.04155282 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (749,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,638 163,638 000000000000099a7639ec1a45b74eccf3590b03f8c4823e8271f569cf0868fd 11 0.00 vMB 681
163,637 163,637 000000000000047fa2351fdd89cfbcb286001f8ed89da9ae7680e5990a9dd463 58 0.03 vMB 312
163,636 163,636 00000000000001943b801321208704391bbba3839bc30d36573cc450c5f194bb 15 0.00 vMB 262
163,635 163,635 000000000000048874f1393fc9fadec8e881b0a0a66fbbb61a35a8363ace0f4b 135 0.04 vMB 111
163,634 163,634 0000000000000c301a6236fda83546b1aac581b10bb12c23adc404037de42a9c 10 0.00 vMB 10
163,633 163,633 0000000000000708e20cc595a173314c13ac95443f14ce0d20a84c8fb1064142 72 0.04 vMB 440
163,632 163,632 00000000000000fbce2250417df8cd01bc32339d7cca8be2577501072a9e4eb3 23 0.01 vMB 118
163,631 163,631 000000000000054942c5f5950c42d54c478eb634ec49cd77f016777b93d5dd42 41 0.02 vMB 199
163,630 163,630 000000000000055c5dbffac0e5ff647da1470835a149487c25d0e13ab1619fca 48 0.02 vMB 59
163,629 163,629 00000000000007a4b9e4d47a6b2326a2205598b637e7266012e071dfb7703280 18 0.01 vMB 50
163,628 163,628 000000000000040c82d4dac16ed50a444ea942ceef472e9d2b8eb41590066be6 38 0.02 vMB 154
163,627 163,627 0000000000000ca6a9e35e5aa0796df7f782d07ea2601c356d3fdc2158523ce2 4 0.00 vMB 27
163,626 163,626 00000000000002c39f4145eecc318763891ec2091671c6c1fd5048fe8c6545dc 11 0.00 vMB 98
163,625 163,625 00000000000000e36b3ccb6dc39bdf9f346ed6b1f096e7d8484ddcc64b078e28 9 0.01 vMB 19
163,624 163,624 0000000000000453a837d161033693eba40376e9bce43d98c97f51e74d622739 60 0.02 vMB 15
163,623 163,623 00000000000009fd57fdd88016394195787c0c958ddd88d2d6d13d5f25e5209c 91 0.03 vMB 61
163,622 163,622 0000000000000add9163d51074ccf0f38cb90923a70f421afdfcc842a0057de2 17 0.00 vMB 72
163,621 163,621 0000000000000a9b9ecf4f136baf1c64b2237512ece700869f48f6564fb38906 78 0.03 vMB 103
163,620 163,620 00000000000005a88fff18e6cfda0468b7d65d3837afcf62810546bcada8be60 132 0.05 vMB 329
163,619 163,619 00000000000003604dd6d9e9b63a60e4adc6f6ad7eb21ce600e92ed518201c8b 39 0.02 vMB 25
163,618 163,618 00000000000007939a505a913b62d61b86ab3c88cfb25c3cda187cf7651f8f3d 18 0.01 vMB 1,238
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

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