Loading Tool

Explorer IconExplorer

Memory Pool

81,516 transactions
31.15 vMB
0.11426471 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 0b0d99fdb9ef8b78f9c32229d5c259d0f320fd27e3d1c17df015e2079d94c876
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root 24ec464b15d53f20c32872d5c4cbd2a679030cb790fa5517137f8717a49f019e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.04708766 BTC
Feerates: 261.10 > 4.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (484,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,088 431,088 0000000000000000032fcd4bba5cf21ac77d1fe8cab9c3c28aba5531c9c60c2e 1,710 1.00/1.00 vMB 66
431,087 431,087 00000000000000000356b4687cfd85e14c82e18072b4fa49f84dc9c1152fcdc4 383 1.00/1.00 vMB 20
431,086 431,086 000000000000000001ccea3bcabf65a6ca9ab7e57d58d98ddda09469683d5857 2,041 1.00/1.00 vMB 51
431,085 431,085 000000000000000003c18903f79b4c631daed2da0956c6ec66eca2ebf9e3b8fb 1,593 0.75/1.00 vMB 53
431,084 431,084 000000000000000000abf703007828906bf5d20d25739d63f221e98ee0ecd553 2,656 1.00/1.00 vMB 72
431,083 431,083 00000000000000000044597b486d830fb8e6244ddbdae32c19a34de10c053ff3 2,579 1.00/1.00 vMB 69
431,082 431,082 0000000000000000039ea7a14e518142613a0d322c70721c620ba9b5c4a0a510 1,282 0.98/1.00 vMB 31
431,081 431,081 00000000000000000166528e8e9ecea2af4daa231b199299dfaad745cdd0fd4e 1,735 0.73/1.00 vMB 60
431,080 431,080 000000000000000002112b6fdcf6948bab2e6144b837d3d268c5f4937293867b 2,210 0.95/1.00 vMB 58
431,079 431,079 00000000000000000436394a324ff87c5086519aea64a0f52be7f7fb0888c3cc 1,479 0.65/1.00 vMB 59
431,078 431,078 000000000000000003cf8859afddce7c4604e59059c49e3173c11f0316f9f0fd 714 0.32/1.00 vMB 64
431,077 431,077 0000000000000000016af16f90e3ebe53a72b0bba0d010fcff8d76b872b3053d 459 0.24/1.00 vMB 51
431,076 431,076 000000000000000004925d377e5a923ccd2553593b2d29a9217a8f37f488724e 260 0.12/1.00 vMB 68
431,075 431,075 000000000000000000fd3f5de6d48b84d2c56be1dbe91c95b23d101ec2ffe175 1,788 0.75/1.00 vMB 62
431,074 431,074 000000000000000002a40e3c161b46be33cf15c53566fb49199a77ddad596e79 541 0.36/1.00 vMB 43
431,073 431,073 000000000000000004c25bfe4a19955be71cb22ed54507aca321a37c0918b255 658 0.31/1.00 vMB 63
431,072 431,072 000000000000000001496f8e8215eefc4975a5bdf687b502b0721c61b4aa73a9 590 0.48/1.00 vMB 38
431,071 431,071 000000000000000001c1de04b7dcf8bc6c48e2bd0165e6539f58ad46b006095f 295 0.13/1.00 vMB 72
431,070 431,070 000000000000000001cc4d9fe0cee43855117a6d3f29b844b5f1bc420b1fcc41 503 0.27/1.00 vMB 63
431,069 431,069 000000000000000003f8aa82275602019db3bfa57ac44e15b45c5cc97bb4a90a 16 0.00/1.00 vMB 67
431,068 431,068 000000000000000001b29bbfccf7296e3bfe1f867eb2f7ee3b51df917a6674c1 2,430 0.99/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.65 GB
    • Received: 16.69 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.