Loading Tool

Explorer IconExplorer

Memory Pool

40,477 transactions
17.80 vMB
0.15484578 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.29/200 MB

Candidate Block

Mining Attempt 1ca57a8c20c0b88884948036b3567c5c43ede18ca578c1393d3d31f83fc7d88f
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root b81bbb65e0644455b606b45c3acd22bbbc7f5645fc0047f454a56172b2f96a5a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 1.00 vMB
Total Fees: 0.04595076 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (743,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,989 169,989 0000000000000851ab479d6446a5023f83031696acf211086a54c1fb63629577 14 0.01 vMB 126
169,988 169,988 0000000000000b2cf00de313b2a6def7b7dee6d2e740288b4e1662ffc662b6a1 19 0.01 vMB 76
169,987 169,987 000000000000043699a6033d21eb53487e038cc24d52d7b536a86dfe26e1a6af 56 0.02 vMB 98
169,986 169,986 0000000000000668068808857387566e0abde4a0b1333c59b342ccda409acd6e 1 0.00 vMB 0
169,985 169,985 000000000000029986bc0760b132e18a47cbc400c229dc0a2a5567f8235336ab 26 0.01 vMB 82
169,984 169,984 000000000000029aaa67885dced6371659bfdaef78ec410bbca4d31c6cc0bc9f 11 0.01 vMB 40
169,983 169,983 0000000000000356e87686873993a8e1da26950f3bf22b2c5fd7e457194ef312 37 0.02 vMB 160
169,982 169,982 0000000000000963c660a35d39cc48f2d8a5b69377c6f086da802c93416207d9 62 0.03 vMB 548
169,981 169,981 000000000000084f393c330c7feb2dadfddd24875c8877486c2dcb09fd55ce97 126 0.04 vMB 6
169,980 169,980 000000000000086bf9cf3ea70a2232b3568827c8cc9745520fee3d9388ff6121 41 0.02 vMB 168
169,979 169,979 000000000000036ee8ae2e22e842a18378578e980fe1f8ef6021098233b66957 117 0.05 vMB 639
169,978 169,978 00000000000002c0dc0809b36ec0690be9482d9fb9bbf678d14cc6a52eba6191 1 0.00 vMB 0
169,977 169,977 00000000000000af5f3b94babfd6d5da14ab2af08d2c3bc9bdeac3f3c39e6ad7 91 0.05 vMB 201
169,976 169,976 00000000000008a2f33a7a272eff8fd80c8e11d56b4633f7513c4b1151f95029 9 0.00 vMB 0
169,975 169,975 0000000000000a86b41a7fc0100782919ab5d20456194a2a3e56ed237d1d9ea1 84 0.04 vMB 70
169,974 169,974 00000000000005fe2aa0a734cbe97b84ff78ad498c002d85903f68a173e66a59 1 0.00 vMB 0
169,973 169,973 0000000000000aa035bf6173825162d564737c8bc2c2d8f1b7827d4c3cc6b043 24 0.02 vMB 52
169,972 169,972 000000000000038b3515cb839d7a4141742dec67b8dd4675bf00362c289fda6d 95 0.04 vMB 146
169,971 169,971 000000000000036d361637c5a15f4bdb9adeaaf9e3209fe6e65361502c55296c 73 0.05 vMB 74
169,970 169,970 0000000000000649b728776604288ab03e4e0ee7e3c86714136b4a0c142782af 104 0.05 vMB 131
169,969 169,969 000000000000006205a362295238a57fc2f90141c05228468cd25290771eb704 80 0.02 vMB 15
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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