Loading Tool

Explorer IconExplorer

Memory Pool

87,068 transactions
31.95 vMB
0.13472490 BTC
Random Selection Loading Transactions
Max Size: 192.87/200 MB

Candidate Block

Mining Attempt 563d30f16c785a542dff6c4e39a7e1a9163c786dcb2a8bb00f2f59e3dc5de7b6
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5e23433d3b1168cde7f276b62f07c828b9d30f637b87541297dd675c23c762aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04819950 BTC
Feerates: 911.92 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (490,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,636 424,636 00000000000000000030a63b3c55aa6ac1df019fce07542d332702aa11f022ed 2,242 1.00/1.00 vMB 52
424,635 424,635 00000000000000000234bceaca65a113fa21193f3ee2062ea91d2b667d44b96c 2,337 1.00/1.00 vMB 78
424,634 424,634 000000000000000003a90bd732a972cf667be094e21361078ce704995b88115b 2,277 1.00/1.00 vMB 78
424,633 424,633 0000000000000000018e92c558f2f4570fdd68ae5dabce01449e7a0d304d5ce5 2,447 1.00/1.00 vMB 72
424,632 424,632 000000000000000004050bd15486c20e9e1bba1b2189dc373d53cc8139354760 2,844 1.00/1.00 vMB 103
424,631 424,631 00000000000000000176cf5d85190a86e7ae7aaa135bd4001afbe38bac9dee9d 1,027 1.00/1.00 vMB 33
424,630 424,630 0000000000000000005925db48e9493dd437d1d3b893dc67b7d7e24d9deef2dc 1,157 1.00/1.00 vMB 31
424,629 424,629 0000000000000000016f3d618a54e8d8b38fd676bc59746cd33594a6389e877e 2,144 1.00/1.00 vMB 60
424,628 424,628 0000000000000000007df5f5e6ff5b6414dd9db80ff35b2a89606aeb5ce4d002 1,118 0.99/1.00 vMB 28
424,627 424,627 000000000000000000325e82ad8dbce8c70b3d03de6ebf56135e49a3127317b9 2,429 1.00/1.00 vMB 62
424,626 424,626 000000000000000004e12886e1d41bbac85ee41f2910de2878b5af5ff51cbbfa 1,969 1.00/1.00 vMB 54
424,625 424,625 000000000000000001785ad4c8eb95048d8df61a2522c1a9fa3c123ef9a067e0 2,242 1.00/1.00 vMB 81
424,624 424,624 0000000000000000049fa7522cec2c46963548a9b115ae1dc2cbe1d9a5dceb7e 1,626 1.00/1.00 vMB 40
424,623 424,623 00000000000000000293f61c8fbbf5ffdd307365dc112a907c1220cd6c4e3904 1 0.00/1.00 vMB 0
424,622 424,622 000000000000000001791b9895d7c0d90c28ddd491e750ad8a1ff142d83f98d6 2,337 1.00/1.00 vMB 65
424,621 424,621 00000000000000000150d781bc974613cae1ca76db7b3f781558e66117bafcd3 2,616 1.00/1.00 vMB 68
424,620 424,620 0000000000000000004c09c9ee59c3dd6b5c737a7fe9d970d78ba0e64beca5cd 2,981 1.00/1.00 vMB 118
424,619 424,619 0000000000000000002ef19d1067a2af2dc610301d58ebc2957c8259ff14d8c5 2,849 1.00/1.00 vMB 75
424,618 424,618 000000000000000004f7fbe11da8b76ef9812218f8460f94e121eb5eea870fc5 3,059 1.00/1.00 vMB 100
424,617 424,617 0000000000000000012ccccc3a3ad682ae9020fdf58fc6ce18247a34662345f9 2,356 1.00/1.00 vMB 65
424,616 424,616 0000000000000000027810472747472ca5f67622b49fc107a717c3525279fe69 1,551 0.99/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.