Loading Tool

Explorer IconExplorer

Memory Pool

82,811 transactions
31.77 vMB
0.11022585 BTC
Random Selection Loading Transactions
Max Size: 190.66/200 MB

Candidate Block

Mining Attempt d501517e8a9cc215c9733d167237efa8a964b7db96dd8d93cd16b4e7daecc479
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root b21e5815b1851fc722891d9a3146950047085bdbf070fe4b2faad152967646a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,780
Size: 1.00 vMB
Total Fees: 0.02712624 BTC
Feerates: 344.14 > 2.72 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (87,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,480 827,480 000000000000000000029f4f67d2e757022e9c051aec6138efc55d3a570b5805 4,768 1.00/1.00 vMB 39
827,479 827,479 000000000000000000025b74acf584c88955710f52b401ebfde71edf1241edaf 4,144 1.00/1.00 vMB 41
827,478 827,478 000000000000000000009da381d554f68c6ba148891edc2405776ec2a5cdfb0f 3,506 1.00/1.00 vMB 30
827,477 827,477 000000000000000000027acb711aa047a21576ff8777a5bb2c218269f459668e 4,004 1.00/1.00 vMB 38
827,476 827,476 00000000000000000000e2b9175a7bb0f35025372705d043aad36801f3d39097 3,572 1.00/1.00 vMB 51
827,475 827,475 0000000000000000000054d21a1d81ba8fa1e4ff6951a565f5a62ec8fb9c40a1 2,482 1.00/1.00 vMB 29
827,474 827,474 0000000000000000000035b15b81ac3534e7831c578a66ac155de7c4b6bf2f08 4,404 1.00/1.00 vMB 41
827,473 827,473 0000000000000000000329639f494fa6b3da38a60ec919bced4bf9912d9e7c76 4,405 1.00/1.00 vMB 35
827,472 827,472 00000000000000000000621f390e6b80f96fa44a0e819e88202ba5760eb4704d 4,134 1.00/1.00 vMB 47
827,471 827,471 00000000000000000003991c74462be3bd5687be5fb68e5a7e53e2bd1621418a 1,248 1.00/1.00 vMB 29
827,470 827,470 0000000000000000000072190f0bab2ff9aa42878c09f60a45dd4d6e73019b6a 2,924 1.00/1.00 vMB 40
827,469 827,469 0000000000000000000158cb039c9bca6d89b53d81bfa53db0e66a6ede9ae40c 2,725 1.00/1.00 vMB 34
827,468 827,468 00000000000000000000b772f7bcbf0e8a8ddb71e9b2f0337b60f7eb5178decf 2,460 1.00/1.00 vMB 34
827,467 827,467 00000000000000000001e0f11b4d0daecfd68d8e193301bdcb2de91be9a610de 2,389 1.00/1.00 vMB 31
827,466 827,466 00000000000000000000e369949a0578c5d3e1e2826bf0d5c74d2b5295a6618b 3,074 1.00/1.00 vMB 38
827,465 827,465 00000000000000000001961f7f4938cb2a6a448b37ab01ec429046bc3fef0ce9 3,607 1.00/1.00 vMB 44
827,464 827,464 0000000000000000000088e0f07324b7ca656a23ee016e166f8f7a22a92fadb6 1,875 1.00/1.00 vMB 24
827,463 827,463 00000000000000000000baf39f0a717fcddf64cbd2db6e6e903d6eec0645d221 2,940 1.00/1.00 vMB 32
827,462 827,462 00000000000000000003b82652b88c5f8b71b4c5cbe7c788e496ccaadbe35699 5,041 1.00/1.00 vMB 30
827,461 827,461 00000000000000000003a23a6394b5d87cf05689297a7c17450472f7c6d56a63 4,278 1.00/1.00 vMB 23
827,460 827,460 00000000000000000001a9a9edd436b4c91224deb2ca5de1ae10c3d6c20e4842 2,577 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.