Loading Tool

Explorer IconExplorer

Memory Pool

47,178 transactions
28.39 vMB
0.11135688 BTC
Random Selection Loading Transactions
Max Size: 148.56/200 MB

Candidate Block

Mining Attempt d53ff6a5c137351589ea8c109c7d85cb5015882e592c79b648a6650ea2722dd6
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 5a369b73b94f64ca271a2e07d440b11cd3bc26088f61fb0074eb74e02322f2d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,950
Size: 1.00 vMB
Total Fees: 0.04510333 BTC
Feerates: 150.77 > 4.52 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (599,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,090 315,090 00000000000000001fc4476ed47049906c8e961411193d1a04a95ae0822998f4 163 0.26/1.00 vMB 11
315,089 315,089 000000000000000036714a5fe66347e19886593d3f5e4d2aa45c005e919a9d6b 784 0.35/1.00 vMB 38
315,088 315,088 00000000000000000b0e2d2d1fa1561b990640393a1d9a1e7cdc42c745e39c11 1,116 0.75/1.00 vMB 23
315,087 315,087 00000000000000002b3e9d0b5311e8a38440e4ff666b4a076e4a7ee46e3afa0a 398 0.21/1.00 vMB 26
315,086 315,086 00000000000000000a12501f5586bab83038c5756c89dc105d23b7c13177a028 803 0.55/1.00 vMB 27
315,085 315,085 00000000000000002550c387f48c286fb8e71dfb785eb2a3a6eb3b0431cd30b2 324 0.24/1.00 vMB 25
315,084 315,084 000000000000000020773718493611dd4f949425bc92d6380b21206ff704b5d0 543 0.35/1.00 vMB 27
315,083 315,083 000000000000000004f4bb5bedb5b397f7b1efb97b6a9fcd82e9396466308255 632 0.42/1.00 vMB 24
315,082 315,082 000000000000000019a2ae88e9896d92d9e288442b31163cbef8053a2c9cc7e4 75 0.05/1.00 vMB 18
315,081 315,081 00000000000000002d8a191691adeab43548efe0f81126156be5d6a263c4552f 84 0.04/1.00 vMB 28
315,080 315,080 0000000000000000216cb72dd7ba4b5b162e2a000b3c2f08fdad94f8b2cb9863 368 0.23/1.00 vMB 26
315,079 315,079 0000000000000000164125b08dd24db9e5f6d5bfe3f7ba82885cea6721f7e4ef 637 0.35/1.00 vMB 25
315,078 315,078 00000000000000001b166ed0506226e22d28e12e112b737b02be32f03edaa02d 685 0.35/1.00 vMB 29
315,077 315,077 00000000000000001125e4597b413c133d4cc0473d4c639eb2e9c9ae9744ead5 1,251 0.70/1.00 vMB 32
315,076 315,076 00000000000000002da7989ab1c8a51b44504e6470d7f44be04eaa1853e617b1 1 0.00/1.00 vMB 0
315,075 315,075 00000000000000001ec94170d9d8a2e2a7a867834b71d43df899e6a41c72fafe 798 0.41/1.00 vMB 31
315,074 315,074 000000000000000031390934c238ca601e3fe6ba6063bdb46dc344d6cd5906a3 339 0.15/1.00 vMB 34
315,073 315,073 00000000000000001572ceb9fcf3dd77b2edebf99c7aa3a0d749477bda7c7098 71 0.07/1.00 vMB 10
315,072 315,072 00000000000000000a4d68f661874c305de66bfe797c9c00f4f4e5e6632f714a 74 0.07/1.00 vMB 11
315,071 315,071 00000000000000000be3b9f37d1374907afa28d34d2d01b729793d65f363d574 315 0.21/1.00 vMB 25
315,070 315,070 000000000000000017c4efbb4c8a58fa775e69565f444289bb1f3e1b92470633 225 0.19/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.