Loading Tool

Explorer IconExplorer

Memory Pool

17,662 transactions
10.41 vMB
0.05691674 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.31/200 MB

Candidate Block

Mining Attempt 4f0926bfca4b743d9655b715692582ff73757f4caa1bb8f352d39913ad209ace
Version 20000000
Previous Block 00000000000000000000165d7af7be67c1e3d29b44f6d7a971e6c1f6d2b62971
Merkle Root d2242628e9bdba89a340ab7248e6d5a9e78ce440ec5e89ff1d82e5bf3ce4a1bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.03221183 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,361 (692,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,652 220,652 000000000000041e0b49b9d3949641b95a2ca6977f6a1a7ff8080013ab609829 524 0.23 vMB 187
220,651 220,651 00000000000001076ec73db515c35c7f1b174774ab4bd2dd6049cb56c94c4234 72 0.03 vMB 132
220,650 220,650 0000000000000083b40ec9b12c39548be8a2148daeac42b2f6a13ba8630552a6 494 0.25 vMB 166
220,649 220,649 00000000000002b65abd3cb570ab246d8925ba75cadb4d22cf118da4ef6263e8 512 0.16 vMB 242
220,648 220,648 00000000000001a3e1d6378f33077feeab38e9243bb4369fff14ad795cba2235 232 0.20 vMB 81
220,647 220,647 00000000000002ab445e2d3713f5a9161d3da51c81c145cea41412675165bcb5 109 0.05 vMB 159
220,646 220,646 00000000000002d560f77aa9fcf22fa3376aaca4c497121417504fe5eaa31b89 717 0.25 vMB 229
220,645 220,645 000000000000047e8dafedb39b6024b8d01b3bc640aae391295f46b2fa14ebe4 10 0.00 vMB 87
220,644 220,644 00000000000003c52ab898bc5155aa108d8b02ed574c247e48ed965b52c95a04 40 0.02 vMB 41
220,643 220,643 000000000000007218c96e4ece7ffb592769cbcb17aead913ef02a73d51ce48a 426 0.25 vMB 125
220,642 220,642 00000000000002bffc859bbb025c947f0e2dc2c4b7d7673fba66bd83662c33ce 457 0.25 vMB 158
220,641 220,641 000000000000036ba252ea74aa73f851522a5d9bee008f26b10e7fa29400718f 616 0.25 vMB 213
220,640 220,640 000000000000016737363ba27bc2331c5cf22cb21477feab72eb1d54431a694a 225 0.07 vMB 80
220,639 220,639 000000000000045fde1d927bc9234597797cd21b8c8701855a74a0750ea2a259 121 0.05 vMB 189
220,638 220,638 000000000000026d0cc938cc53316d77789c3ab0a4752db8dc8a3ce5457e353c 518 0.25 vMB 202
220,637 220,637 00000000000000809cab3ccda72025e6f3aa740f4b9cee557e08660c77ca991d 125 0.05 vMB 221
220,636 220,636 00000000000000cb5d52f4b420b8bc34faec370febf8316e2f041b7cb0004734 623 0.25 vMB 244
220,635 220,635 00000000000001d612ccc44cb9dab2316359a18121c7268365a964d0099035bb 369 0.16 vMB 212
220,634 220,634 000000000000014a2c29f541ab343030fbaeb2af203fb18aa2a8e6f09872316f 113 0.04 vMB 35
220,633 220,633 00000000000002bda08f9acd807812b84441d0e7ea139ef74cad69e9024b4240 167 0.14 vMB 96
220,632 220,632 0000000000000216727c3284f4aae5c33c435e88fd43f6560d707d43dbf7beb8 737 0.25 vMB 267
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

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