Loading Tool

Explorer IconExplorer

Memory Pool

78,186 transactions
29.01 vMB
0.07989601 BTC
Random Selection Loading Transactions
Max Size: 175.87/200 MB

Candidate Block

Mining Attempt a5f464cf724ee9aed3e531463c6d0f8369fa9d71b8f3ba98d59adc5bd600722f
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 1b3ef1ac7ff4b45093208671c0aad3527dbed7cf2848f56166fb112d6611da64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01926535 BTC
Feerates: 100.81 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (675,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,812 239,812 0000000000000091d4a4ff00c23c818b47ef11d02e52f5128262f13538dfe0ee 242 0.13/1.00 vMB 145
239,811 239,811 000000000000000f092c0867de6b01e215916ce932d85781ecf2a1024d79035c 271 0.13/1.00 vMB 184
239,810 239,810 0000000000000002229d7e6e6a29c088dd48b9e0eab70755ff87834f5c2bd082 99 0.04/1.00 vMB 228
239,809 239,809 0000000000000036da365db345772b5d875c3658748281a9529371716538983c 542 0.25/1.00 vMB 176
239,808 239,808 00000000000000cbdcbea5f5ee88eb7c7c94dd2b7aeb451b67656208e2919ba9 6 0.00/1.00 vMB 41
239,807 239,807 00000000000001433383e9bfa3ba3532cc2342866ccb0412f1f51dab35694aef 117 0.06/1.00 vMB 173
239,806 239,806 000000000000015186de20fd629019b9f4dc3e42fb164b80970908ea51bc71c5 337 0.14/1.00 vMB 206
239,805 239,805 00000000000000e5dd796c142f9c73135c329ab1dabae4b1af8e531b5491a956 216 0.12/1.00 vMB 88
239,804 239,804 000000000000013d7078bc0dbc6b10e69846635a00c954b9d184cf18d8f67e8c 659 0.25/1.00 vMB 227
239,803 239,803 00000000000000bf4ccc90f2030af5a8420427f7522f797988d8a2d4ee94e202 256 0.69/1.00 vMB 23
239,802 239,802 000000000000005d3669d133e3e4dc0b0334b277c76a50e4688031dd2575c02c 96 0.04/1.00 vMB 165
239,801 239,801 0000000000000038822e0d12709e0e6d7521bebfd0a1ecb68ce1167eecd4bacf 122 0.05/1.00 vMB 192
239,800 239,800 00000000000001100f1ebfad0273e0d679d7cb2b2aa5f77c5162961de3fd5f47 186 0.09/1.00 vMB 143
239,799 239,799 00000000000000c3f299d64ac690a4488af9492b96431fd9434facb855b9efca 191 0.09/1.00 vMB 276
239,798 239,798 000000000000014df4e0446eb4f5917d48c6f7de0cb4302d5d5a9b4c8b37e25a 321 0.16/1.00 vMB 136
239,797 239,797 00000000000000371b965819d4fda690c9db7c37ff99d013a9ef7ce3a4f5e216 321 0.17/1.00 vMB 141
239,796 239,796 00000000000000cff5b96d3c3c07b2a997e96c6f89a76963a60ea52ac4fd1d51 444 0.19/1.00 vMB 204
239,795 239,795 000000000000011bb9fbda2d7c389ab9cc3e336c98770a8a32c4fd5380113254 228 0.10/1.00 vMB 154
239,794 239,794 000000000000014c57e3a73c4ca40e3ad6ff5e7ae56e5a6ea735f8f5f28e123a 256 0.09/1.00 vMB 225
239,793 239,793 00000000000000c00c72f3dd30d346ade0c758a38d99db4f3d562dd1049e0c9f 454 0.21/1.00 vMB 114
239,792 239,792 000000000000006236195af33cf73520297c8f14d7cf80d3d4fe7ce7bb3bd7b4 156 0.06/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.