Loading Tool

Explorer IconExplorer

Memory Pool

81,680 transactions
30.93 vMB
0.07323898 BTC
Random Selection Loading Transactions
Max Size: 188.43/200 MB

Candidate Block

Mining Attempt 0df1602012fe0031a006d54a66e064ca5208bcbf82a849e9afbaef19b225a499
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root cf75adf2cab6a563501ad44b5f0c0c32c397beeee283d543780eeddbd8cdd992
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.00672536 BTC
Feerates: 60.16 > 0.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (125,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,480 789,480 00000000000000000003f580d739db02514247871c4ff564687ae36308c21e3a 4,504 1.00/1.00 vMB 44
789,479 789,479 00000000000000000003ccc653ffeb39b50e9e04b2f0b3702783c7639d8822ab 4,823 1.00/1.00 vMB 56
789,478 789,478 00000000000000000001e02b1a4b53dbf1e32e49139062caa007c9a567ea2012 3,931 1.00/1.00 vMB 98
789,477 789,477 000000000000000000013c9e0547893bfa81f6f55cc364653adf07723a2fe3ad 4,036 1.00/1.00 vMB 65
789,476 789,476 00000000000000000002c02e6810f4d661ef66d722d4ad9481f74d445d9443be 3,865 1.00/1.00 vMB 118
789,475 789,475 000000000000000000029c590bebacc471b265b9984671aec2739814113b373c 3,425 1.00/1.00 vMB 107
789,474 789,474 00000000000000000001b4022a0d9b6d985608e7f7562229acf4c0131eb12372 2,849 1.00/1.00 vMB 136
789,473 789,473 00000000000000000001d1713aba72e437b9cb2a97b4843f5f57ee03a7a0c10c 4,716 1.00/1.00 vMB 60
789,472 789,472 000000000000000000029b424348a4ae23aafec1b30dc3cbc4bffb1c6d6b9534 3,675 1.00/1.00 vMB 102
789,471 789,471 00000000000000000002e1db2f993cbc49fb5bc47e2e51fbc78d2539d6034b19 4,224 1.00/1.00 vMB 76
789,470 789,470 00000000000000000001f10077e42c2d1c1e93c6b8f2940a9d975af563a23d9c 4,170 1.00/1.00 vMB 32
789,469 789,469 000000000000000000053d9a6c745e291b0df65de968b87a48010e7bbc856522 4,973 1.00/1.00 vMB 62
789,468 789,468 000000000000000000013764e25d222765b03083ea0385a7eab96ce74b7651f6 3,977 1.00/1.00 vMB 34
789,467 789,467 00000000000000000000bf9ea3c37117326d17bd70977454763bae3c149facf4 3,806 1.00/1.00 vMB 94
789,466 789,466 000000000000000000017113b6a445a0ef9c129ef84aabb585d1c5e35d02bbbc 4,123 1.00/1.00 vMB 89
789,465 789,465 00000000000000000003acf41c7bc7d5f9de4e7de5cea3c6b10867c82dc84fd7 3,762 1.00/1.00 vMB 61
789,464 789,464 00000000000000000003f2271554f2fbe14135ea9569558e4201dfa242ea2a3c 4,491 1.00/1.00 vMB 46
789,463 789,463 000000000000000000040b0107b5f6358aed38db5bfae9bc8ce7ea07c366ac5d 2,151 1.00/1.00 vMB 131
789,462 789,462 000000000000000000016ebb61efca68e9a8352a1f33c4f66a9fcb3a637c909c 2,302 1.00/1.00 vMB 31
789,461 789,461 00000000000000000000913d460e71d5eb24e927ef4bba6a60c1c3c68cb9bf71 4,012 1.00/1.00 vMB 74
789,460 789,460 0000000000000000000259d406374b9155dd65cba16d90150c2dab8ce94ff3fc 3,577 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.72 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: 705.08 GB
    • Received: 16.65 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.