Loading Tool

Explorer IconExplorer

Memory Pool

77,925 transactions
28.86 vMB
0.08793627 BTC
Random Selection Loading Transactions
Max Size: 175.10/200 MB

Candidate Block

Mining Attempt 124f3c4f6e006853d89ac20dc878f9dcbd9c98788490f41245d91e7a3c80af72
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 25ff8d8241276339a5736cbd9c97b15da6fc979bf6b4225afe4e48e61ab814b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.02782109 BTC
Feerates: 150.68 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (259,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,886 655,886 0000000000000000000630a1bfaa74d69a0bae7ba27c0014b3264beeb53f825c 2,489 1.00/1.00 vMB 106
655,885 655,885 0000000000000000000333fcb703175b85142cdae4886eab89928ed2da999782 2,384 1.00/1.00 vMB 233
655,884 655,884 000000000000000000016d3025eb09cfcc6f5742e49c1449dce7a3c2db10f6da 2,613 1.00/1.00 vMB 168
655,883 655,883 000000000000000000012d2ec506e7deedcee95d8895bca5c42603c539013e9e 2,386 1.00/1.00 vMB 79
655,882 655,882 0000000000000000000208da4da4eed840399ef47916c8aaee87ffcb81bb448d 2,202 1.00/1.00 vMB 55
655,881 655,881 0000000000000000000ed6dd136930016f68daf7e0d2adb9a215d4f3d15e14d6 2,043 1.00/1.00 vMB 57
655,880 655,880 0000000000000000000c11be9c902e75ff67ec28c9f49ef8b94b57dcc938916b 2,128 1.00/1.00 vMB 254
655,879 655,879 0000000000000000000ae16677af51fffbdbcdb7b32cea5f4cdaec1e83683ab6 1,374 1.00/1.00 vMB 114
655,878 655,878 00000000000000000004d8d7dfcf3561a05d3862410b2b62a8e719745193a6fa 1,943 1.00/1.00 vMB 41
655,877 655,877 0000000000000000000bf8ae5a2e28b4db29e504353077e6453b4874e43b9e06 2,097 1.00/1.00 vMB 48
655,876 655,876 00000000000000000005ef8fcad753d43adc035503f11508dd3cc32078d02483 1,614 1.00/1.00 vMB 48
655,875 655,875 000000000000000000053a957bf3d9cf3d5e6e36bdf03df3dbfc9c2008c57bce 2,240 1.00/1.00 vMB 155
655,874 655,874 0000000000000000000f955486459b767768a2e92fe4d073f4baae5109101674 2,664 1.00/1.00 vMB 243
655,873 655,873 0000000000000000000724d399cb9726daa0eba537619a527036b713e8dd87f5 2,105 1.00/1.00 vMB 93
655,872 655,872 000000000000000000046d3f364b2d57bbe547c31ea7c00772853200e7d51b4c 2,629 1.00/1.00 vMB 194
655,871 655,871 0000000000000000000e5dd3de67cc66373e2e7d042f74d7627d985983a56a97 690 1.00/1.00 vMB 29
655,870 655,870 00000000000000000002a0c50c5e69e0b82d2df914da7f961188c86599788dbc 1,208 1.00/1.00 vMB 11
655,869 655,869 000000000000000000084e503bbd78c8bcefebd7743ae53ede47d35240d5bf90 1,950 1.00/1.00 vMB 21
655,868 655,868 000000000000000000086c3f030fd2617c4f00f12faf3fb96e460593faed66dd 2,614 1.00/1.00 vMB 170
655,867 655,867 0000000000000000000fcd249367c9322bad6d8ae566d1c6f3e2af877b5253f8 2,212 1.00/1.00 vMB 119
655,866 655,866 000000000000000000017d4e168d1fa19c6b2d5579e3bb05bec9c1c8aca049a5 2,000 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.57 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: 671.17 GB
    • Received: 15.87 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.