Loading Tool

Explorer IconExplorer

Memory Pool

77,600 transactions
34.20 vMB
0.14300014 BTC
Random Selection Loading Transactions
Max Size: 190.34/200 MB

Candidate Block

Mining Attempt 5c60662da790cf35943f31c002cf4e943e8a2acf42b6ad3c68ed92d35a7b121a
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 42ffa6430ebc0f1f45fab54b318d1a6c7130a75c03fa7dacdb536d83622437f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,956
Size: 1.00 vMB
Total Fees: 0.02354349 BTC
Feerates: 84.27 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (698,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,264 217,264 00000000000003349af5aa819fd0a2276ad7ed6ad67fa4167362f3d78294cd4f 11 0.00/1.00 vMB 158
217,263 217,263 000000000000025d5086366b84a925531bbe3fbd916dc7e44196d90b900541b3 44 0.04/1.00 vMB 71
217,262 217,262 0000000000000406682d00d9541bf3d13cf7389b9b41f2001795aea0dda6d596 380 0.17/1.00 vMB 167
217,261 217,261 00000000000003cd4b8a7ffa5e2e29da928ac43c33d667ce13fb3a229f401f1b 445 0.19/1.00 vMB 184
217,260 217,260 0000000000000079eafe798a2a495e2e08d8606a210034d0e4596c6f93e6d689 152 0.08/1.00 vMB 115
217,259 217,259 00000000000000dfe4c23c735e1ca674d0200cd8b7c108b715bcd7aeffd8507c 127 0.05/1.00 vMB 50
217,258 217,258 00000000000003201e3f8b64e1f37db0a33d75fce4f40f1a34c2668b02538068 586 0.20/1.00 vMB 212
217,257 217,257 00000000000000067ae184b5386241fa107e8a0c311765babf83db5fe664d0ef 511 0.25/1.00 vMB 141
217,256 217,256 00000000000000e3a0f6c13fd9a37aced7bfb648fb3955e5a602467e2063b5b5 536 0.25/1.00 vMB 144
217,255 217,255 00000000000003090d6243e2f2033ac478f42bac609238b1e62c3129d766f1a0 658 0.25/1.00 vMB 170
217,254 217,254 0000000000000064cdb6e028241d20f42d443f3e30c50c89af8faa20d673a254 497 0.27/1.00 vMB 150
217,253 217,253 00000000000004a0988423c4ad9c11cd01908a12394d97e6dc76edd5d1ec8b0b 713 0.25/1.00 vMB 196
217,252 217,252 0000000000000171e2c3316955efcbe4d0b51f86289c03d132e8c0ffa1ec02a9 518 0.26/1.00 vMB 83
217,251 217,251 00000000000000ab11f8d35348713f5c2eaea35f2602f9c65c38f25e3a46e933 512 0.25/1.00 vMB 170
217,250 217,250 0000000000000090a5ce3fafe3bec36c055c5dce3336e04c88335efd75b1bb01 159 0.06/1.00 vMB 170
217,249 217,249 000000000000012a9ff8aa7d7ef284d0df4609e1959d60d0dc30efa9da74a5aa 15 0.01/1.00 vMB 64
217,248 217,248 000000000000025df96d3bbdd9807a6039f8a3e1aee5791ce0004667752c0f7b 335 0.15/1.00 vMB 177
217,247 217,247 00000000000003d64705bbf72a5512581a2d5869d5ab3e334b3f55c76137780b 92 0.03/1.00 vMB 144
217,246 217,246 000000000000030fb358c1e8e581947bd7a1b680829628bd1bb26912c932e02b 174 0.08/1.00 vMB 162
217,245 217,245 000000000000031547612334ad2e2f063fcc80d97b80abb3a47c3519070037f6 188 0.08/1.00 vMB 209
217,244 217,244 000000000000048c5b23569c9e5f5b42e08b85d5584cce72ad5fbe84c3cfee8a 386 0.28/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.11 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: 736.26 GB
    • Received: 18.58 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.