Loading Tool

Explorer IconExplorer

Memory Pool

80,746 transactions
29.75 vMB
0.07201112 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 9faae4a4de1e91a974549f5cacea4fd9fcf317b61d23363a5f8f561b65c3cc4e
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 5ff1a0f77b9eddc7d8ff0d8df2ae3d95162f6027ca84f75a657ed600e9875368
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,006
Size: 1.00 vMB
Total Fees: 0.01138349 BTC
Feerates: 100.14 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (423,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,144 491,144 000000000000000000ae05749891a533d75779f08d64f689d52a290237ac1a8f 2,000 1.00/1.00 vMB 45
491,143 491,143 0000000000000000002cbd15298bd9e8620565b615c9422c48aa0989e9d5f722 2,308 1.00/1.00 vMB 61
491,142 491,142 000000000000000000c4ff7877f350e865c46229e7adb2cb7c8bd99c33f0f607 1,340 1.00/1.00 vMB 89
491,141 491,141 0000000000000000006409870b5f8533b7685a69892500e57afae5933d05de11 1,819 0.93/1.00 vMB 108
491,140 491,140 000000000000000000bc0dfb3ad6fc024361f457d6349b3bfc749bb055f4945c 1,010 1.00/1.00 vMB 60
491,139 491,139 0000000000000000008d1735338e25f8565598db8acd04581f1d45ae8a045679 2,527 1.00/1.00 vMB 110
491,138 491,138 0000000000000000008b155464f2d71d00cf7a733f44878d7414670e351046b1 2,184 1.00/1.00 vMB 103
491,137 491,137 000000000000000000a01c735b406d7386cec1b04ac5743d92da52613e8439d9 2,200 0.92/1.00 vMB 139
491,136 491,136 0000000000000000008ef83b280e82ab08e7c7f6fd7213933a610b3ffb4720a6 2,267 1.00/1.00 vMB 128
491,135 491,135 00000000000000000040791daed5de8cf7f0475a59dc1c2c4c4dab578219c404 2,263 1.00/1.00 vMB 152
491,134 491,134 000000000000000000c342bcf2b51d498a548acf6ee6b57e6923a00466105e47 34 0.01/1.00 vMB 280
491,133 491,133 000000000000000000185aaf82c613176413c407c061ba254f7ef5713d82078d 2,398 1.00/1.00 vMB 148
491,132 491,132 000000000000000000c17090fe039bd170c3b31125b48b7c66b5eaa629fd0d79 2,435 1.00/1.00 vMB 124
491,131 491,131 000000000000000000bc8225fa83389c2a066609eca37e5a844e413ab29c9915 2,445 0.90/1.00 vMB 168
491,130 491,130 000000000000000000beca92f9c1d937d571a51d7d81e866378649e59503d84d 1,931 1.00/1.00 vMB 121
491,129 491,129 000000000000000000c0c55883f39792d5c7e6be17631c5a3497f5bfd6a94f61 2,275 1.00/1.00 vMB 133
491,128 491,128 0000000000000000006a99953250f96adb4a9cdb18ba35ea469d2178e9ba214c 2,039 1.00/1.00 vMB 186
491,127 491,127 000000000000000000c7fa1b286f14387644b02eba6868da3abc697bca2dc166 1,915 1.00/1.00 vMB 102
491,126 491,126 0000000000000000002027611b20985004c45c1d26a410299e93ce2fad8c86b1 3,100 1.00/1.00 vMB 193
491,125 491,125 00000000000000000001c84aca3800c49048dfe4aa03e214775faa52064f39f9 2,519 1.00/1.00 vMB 158
491,124 491,124 000000000000000000e59319421c262c63c5bae701f4dcce20094d5d5727ab42 516 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.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.