Loading Tool

Explorer IconExplorer

Memory Pool

73,999 transactions
27.38 vMB
0.06957549 BTC
Random Selection Loading Transactions
Max Size: 166.90/200 MB

Candidate Block

Mining Attempt 6898d2393d0da25e9375333ca8a96827556f3bb32e95cae0550a2358ea524085
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 7f09328a8b54ae3e35362f4aeac64fc92442cbb38c862460ac6cb97d7a75916b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.01136924 BTC
Feerates: 337.46 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (225,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,760 689,760 000000000000000000013785932e8a9db7aae55cac6a93a095092db44fe09409 2,136 1.00/1.00 vMB 33
689,759 689,759 00000000000000000007f71279b78b7c788d60982eee63314c61a5325853e46f 1,984 1.00/1.00 vMB 35
689,758 689,758 0000000000000000000fbc2816d3a3a241fa30400d596600f37ddf5b5f7e44a7 2,064 1.00/1.00 vMB 31
689,757 689,757 000000000000000000126a2b8d21a7db14dc12bc37abd3ebd808785aacbca708 1,695 1.00/1.00 vMB 52
689,756 689,756 000000000000000000068f83720606a49f4263859b6323336b695de4d635675a 1,920 1.00/1.00 vMB 98
689,755 689,755 00000000000000000008d8aaca3052c4f3efdc0319347f8480ea14713ce8968d 1,435 1.00/1.00 vMB 86
689,754 689,754 0000000000000000000d1c2558d096bf1f1d7c3ed3e593937f770e749c947d86 2,145 1.00/1.00 vMB 61
689,753 689,753 0000000000000000000f5d31399d533f51916a9d405ebfdf4df69acdde578504 1,922 1.00/1.00 vMB 29
689,752 689,752 00000000000000000009b61a9e7ba1a8f3e9733558094b4493e2b4ee65cf3b92 1,055 1.00/1.00 vMB 81
689,751 689,751 000000000000000000108cbbd488eee3d8c6642fc411cc046111f5a27a5ab4ac 2,203 1.00/1.00 vMB 101
689,750 689,750 0000000000000000000d09ae56b86fc6338e480f85bc05cb862e7fecffa3dba5 1,724 0.64/1.00 vMB 40
689,749 689,749 00000000000000000010b9791a6ee3559df35eaa3a61095737b00c47a86949e4 1,562 0.72/1.00 vMB 33
689,748 689,748 00000000000000000004ad45c240fceb796d6b436cc7b6f90fb66fbb17977562 2,605 1.00/1.00 vMB 16
689,747 689,747 0000000000000000001306d975a0120e88b024aca7ebd2abbd0660f0ed8cddf7 3,068 1.00/1.00 vMB 75
689,746 689,746 0000000000000000000a7efaffce555d74008d8e606040e6b2aea5b8d4a2c6ad 2,120 0.94/1.00 vMB 21
689,745 689,745 0000000000000000000b9d0ca1dc458b5789275022f1926f2c41cecf10c5ee40 2,357 1.00/1.00 vMB 46
689,744 689,744 0000000000000000000ea276215d17a1acb08a2ba24c89755cfccc521408f85a 1,491 1.00/1.00 vMB 36
689,743 689,743 00000000000000000005ed81a4d185edca63b37e4429cf5681f00cd22d05c0af 1,460 0.96/1.00 vMB 29
689,742 689,742 0000000000000000000e2aa784ee6c9b20192ef234663908e9b3d37e03846898 313 0.66/1.00 vMB 7
689,741 689,741 0000000000000000000cb0dfbb6cf9563454f062512f6b10cc94499ea32f8a68 2,235 1.00/1.00 vMB 13
689,740 689,740 000000000000000000056d93c6cc8163753f894276b9a2348c67af7efe0f4d2e 1,406 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.