Loading Tool

Explorer IconExplorer

Memory Pool

26,741 transactions
11.93 vMB
0.02970413 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.95/200 MB

Candidate Block

Mining Attempt 7d5ac8598f2c7fe2f9fb731fea04f6765bb434d02907e4b15ac8442aa032a737
Version 20000000
Previous Block 0000000000000000000080c61762fd67a37efd070ee8072403b5e99854de2bba
Merkle Root fe377e98628507edcafa7663fa54d4a00b350a4099aab83ae7167a41cd0dc6c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,257
Size: 0.99793275 1.00 vMB
Total Fees: 0.00966319 BTC
Feerates: 120.36 > 0.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,665 (664,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,940 248,940 0000000000000007c7358ffdc44f8f2621bd10e89f84d02d740b0f4068c60a89 445 0.25/1.00 vMB 104
248,939 248,939 0000000000000073cc49606e88d7ccf326775a54e63ea6b4d1bb9a5127cc6d60 634 0.25/1.00 vMB 207
248,938 248,938 000000000000000e84a759f4bfd4cda6d9db1c7fff8844e75c6dc808b70c403f 348 0.20/1.00 vMB 44
248,937 248,937 0000000000000029ef8862c671cb026b0c117d5b28a1ab5491a331a26d0bafc5 669 0.25/1.00 vMB 212
248,936 248,936 0000000000000034606d982242964b168bd5e620b4f93b352193a4b6e31a88cc 551 0.25/1.00 vMB 142
248,935 248,935 000000000000002f0062ecf816072641f02ac020084914a7330cf7f3b067247a 474 0.17/1.00 vMB 226
248,934 248,934 0000000000000046fc086662ff7ed7ffd6695b78a7f17dc497818ab5f8241ed2 484 0.20/1.00 vMB 153
248,933 248,933 000000000000004a18c120731bfe104708500d0b1fea5710947b41e1d7a2dd94 217 0.11/1.00 vMB 132
248,932 248,932 00000000000000046e05bfa0c22feef649e1ae1ff1bc61bf809609b12c003cda 399 0.16/1.00 vMB 177
248,931 248,931 000000000000002c3d3430c6e9ed0c6f36f18a044f7ecedee17f4a7470d4d977 355 0.17/1.00 vMB 143
248,930 248,930 000000000000007be9f3ba494dd87aa72fc53f58b118952a187fae046f062777 358 0.29/1.00 vMB 56
248,929 248,929 0000000000000064ae80ba82226b291900a658bdab1ec877abc8329971cb11c7 62 0.03/1.00 vMB 5
248,928 248,928 0000000000000005c8422f075d58a7784d9ff2649f413954f1ba63055e0f15b5 47 0.05/1.00 vMB 54
248,927 248,927 000000000000006cf28be5e482768d65525cd0118f1a4d73a4dba250e7fd0e3e 274 0.21/1.00 vMB 64
248,926 248,926 00000000000000353c72a05b1254a6afc761281b98b32956d182b4f29d4582e5 595 0.25/1.00 vMB 181
248,925 248,925 000000000000004521034719111c973b76b7313f98d40c3448cc56aabefe56a9 96 0.05/1.00 vMB 158
248,924 248,924 0000000000000016c1b98212c4c31601ad05debedb5fc817fd8147f15cf3967c 92 0.05/1.00 vMB 122
248,923 248,923 000000000000005063ddb1e5e2e62a5b6f64187c0abac81a27f4f3ba0bc3b469 165 0.08/1.00 vMB 132
248,922 248,922 000000000000000b3b3a34ed81c81b2f0cfa76e442bfe60a1c7c8047677b5ce7 266 0.11/1.00 vMB 210
248,921 248,921 000000000000005b09c1cd8c37c7fa73767fe3ec8b9a61b5c77455799e27b4b3 128 0.05/1.00 vMB 74
248,920 248,920 000000000000006456ca75ed06b45921795c00002a882f59049f75dde117d518 512 0.23/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 780.03 GB

Node Details:

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