Loading Tool

Explorer IconExplorer

Memory Pool

41,816 transactions
28.89 vMB
0.07161981 BTC
Random Selection Loading Transactions
Max Size: 148.18/200 MB

Candidate Block

Mining Attempt 4ddaea249d98029ab8fee9d2e561a2cd5b204e262fe194f92d510137fb2ec2ea
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 6324ba204d77e8ffac450bca55952ae7ce5939d8d6e9ffc6e9ed9e5d643e5536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,246
Size: 1.00 vMB
Total Fees: 0.01546416 BTC
Feerates: 100.19 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (512,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,585 402,585 00000000000000000041b72411f2cc35e55fd910c0280f0ecaf796a494a95cb2 435 1.00/1.00 vMB 7
402,584 402,584 000000000000000003585560789ac2cfc11e04726e1db815bc1db12e8db55b08 280 0.99/1.00 vMB 4
402,583 402,583 0000000000000000007b721f5c37be91b5df77b50302304f06a9445eafe8fbf7 999 0.46/1.00 vMB 38
402,582 402,582 00000000000000000128848c287772683d9ef5cdaeb4f08847a28a2e12780f49 1,330 0.68/1.00 vMB 40
402,581 402,581 00000000000000000560e7b7cd7ae7108d732fac97db277aeb3dfa7f37c85337 93 0.05/1.00 vMB 38
402,580 402,580 000000000000000000d2b03642dbb02011a9c357c5bb61a6dc767180bb29e4f6 199 0.09/1.00 vMB 44
402,579 402,579 0000000000000000053ced7777d4d4b4cf5f43f5c8d2dd2cc1cdcc2780b73867 321 0.19/1.00 vMB 35
402,578 402,578 000000000000000000d946f2b2487bcb18bfd9a4ff30adf7b14218fa826a8ae2 918 0.80/1.00 vMB 20
402,577 402,577 0000000000000000068b4273fdaa28b5eec7a46819f915b1ee75aa93b179e915 1,874 1.00/1.00 vMB 39
402,576 402,576 0000000000000000012cf4dd8f4976470c1fc75906168d351c23f345d05033a0 2,175 1.00/1.00 vMB 46
402,575 402,575 0000000000000000049a3ecfa1984ff79b17b1d56170859aec4a2e415c7b4923 1,335 0.93/1.00 vMB 37
402,574 402,574 00000000000000000316e2c6df25ee7511997958dffe9c56b89aa6844b9ee834 1,592 0.92/1.00 vMB 33
402,573 402,573 000000000000000005af5a5254eb78908bc6ff9769965ff29c4d2f00d03ef8f9 3,141 1.00/1.00 vMB 74
402,572 402,572 00000000000000000215f6ef6866e76ecf10f90cd7d6d3782d3ee8cb7df397c7 412 0.19/1.00 vMB 34
402,571 402,571 000000000000000001864abfbbb8a2e811cf87aa750eaf42fb9965a38edf1c40 314 1.00/1.00 vMB 5
402,570 402,570 0000000000000000052b38fc354ec7f2c7e1c004686ebc5b288845158a6d1fd6 351 1.00/1.00 vMB 6
402,569 402,569 000000000000000006dfad9f2cac623d1c47d944b40e03181dd9df53aee52a8d 1,363 0.92/1.00 vMB 43
402,568 402,568 00000000000000000418e1a4814b1a760a56be12b5e6b184d523ff5a3dab1640 1,837 0.93/1.00 vMB 49
402,567 402,567 000000000000000000668c7e09fa08f46060787209514a7b2c8b468a76b449da 716 0.97/1.00 vMB 13
402,566 402,566 000000000000000004f955c342c1a5ecd71701f4c3d9e92515b2e53eff804824 632 0.96/1.00 vMB 13
402,565 402,565 000000000000000001d9b311701fb0b9f7e09a7867dfdd11324074c968d2ea7e 237 0.13/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.