Loading Tool

Explorer IconExplorer

Memory Pool

23,329 transactions
11.31 vMB
0.02341961 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.35/200 MB

Candidate Block

Mining Attempt 51f2aa7fc1c20f7b81e7a5c1f966e9b6d52b8e995c198fb77a8f8e37fa58b17a
Version 20000000
Previous Block 00000000000000000000a2ad29696951d8f91f2c4b29651d93bd38a219bb788a
Merkle Root a7f220a7baffb517741005bd4f8e315e38e816b709acdb28f47784ebb1e805a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,082
Size: 0.99799075 1.00 vMB
Total Fees: 0.00490627 BTC
Feerates: 52.28 > 0.49 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,645 (720,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,215 193,215 00000000000001166bced88174a6f16cf647c8b977cd25ccf6b2c3c06b17fc62 119 0.05/1.00 vMB 33
193,214 193,214 00000000000005ab5de89122020bbb3fb138043a54b59fc1372b0b786e415319 456 0.22/1.00 vMB 131
193,213 193,213 00000000000000d59df330604d5467d48371967a83a2c0f2eed776ab99d569ea 256 0.14/1.00 vMB 94
193,212 193,212 0000000000000463ba2ba8f2bbdb811156e8c992aebff3b824038df4c31fdd47 12 0.00/1.00 vMB 59
193,211 193,211 000000000000042b71c6d8b84f8084e52b20cc1a931fe218b93d2c561ac2e44f 270 0.17/1.00 vMB 103
193,210 193,210 00000000000000c56adfa219f0ce00200da5c2e83135603ab0c24e020427cb15 142 0.05/1.00 vMB 74
193,209 193,209 000000000000001e1955c8982f5bce6d09589832025b549ae48d08dc1836cc27 235 0.09/1.00 vMB 107
193,208 193,208 00000000000003d354057d1f93961058a8462aaa2408f718748962c1d41038c8 256 0.10/1.00 vMB 118
193,207 193,207 00000000000003ecf23c1ea432fd8798bd6f3585ae0890d9273ee9bf1880f2b4 256 0.10/1.00 vMB 167
193,206 193,206 00000000000006e583960016df6170412431d586a9ef9846360a78dcd7cccc6d 144 0.05/1.00 vMB 134
193,205 193,205 000000000000067a29c2b6321878336ae0644513b82ea6290cec4543ca2e9f0e 369 0.25/1.00 vMB 100
193,204 193,204 00000000000005fbfad2a66f9f4fec59c41262026edbcba21f862120f6d94561 15 0.01/1.00 vMB 112
193,203 193,203 000000000000005568a4be9bbece9c1e10dbb68421c5d5eac1f7688f35652148 471 0.25/1.00 vMB 117
193,202 193,202 00000000000005e2b073f3608304cb3b163bfa47d50a8acaecdf18271f923fba 138 0.05/1.00 vMB 163
193,201 193,201 00000000000007dfac031cbd1840183bdc4b5a1ced284492ae0b752d72a91dbc 75 0.04/1.00 vMB 72
193,200 193,200 000000000000044413bb4e28fb13b0752c2c2cb50a93e1744052c889c9670573 164 0.06/1.00 vMB 222
193,199 193,199 000000000000042b8919867bd94d8ec988584dccadac8150d6302cb68cc1a6d2 8 0.00/1.00 vMB 3,146
193,198 193,198 00000000000003c08de5e898d67128a99fa787ce29b1f1396c61dc6d4ca6f898 85 0.04/1.00 vMB 93
193,197 193,197 000000000000045a92e325cf3c377cb7c0be805c1a4554d02bc754a05f733baa 64 0.03/1.00 vMB 131
193,196 193,196 00000000000005516216d4c476333a09b8172a91002797232400659c3d0d741c 397 0.14/1.00 vMB 132
193,195 193,195 00000000000000de86f290fba172112b306e31523bb319cbbd05aa9a2578c79c 42 0.02/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 779.99 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: 471.90 GB
    • Received: 3.02 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.