Loading Tool

Explorer IconExplorer

Memory Pool

79,145 transactions
29.71 vMB
0.08588697 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 7425faa5821227b00ff796ee0e89f8276f9ab7a525cb4a08e8f7f58c3393d3eb
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 43ff517766ed39f1dc23ce746f4ccaf5ed7f0391525e52072ab37fa3d181d10d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.01943367 BTC
Feerates: 150.66 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (364,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,625 550,625 0000000000000000000b437ee8b45d6299c82a00539ca1993d74b11f85f02f00 2,388 1.00/1.00 vMB 8
550,624 550,624 0000000000000000002862705543bbe5ce872d35dbab2b263031a3ae92a57227 2,386 1.00/1.00 vMB 18
550,623 550,623 00000000000000000018d20c007bdef61270eae6c6b598fe73500948d6647a6e 3,064 1.00/1.00 vMB 31
550,622 550,622 00000000000000000009afd2c31b3afb98a35b3ecc73a45edf06813553dcd917 2,424 1.00/1.00 vMB 10
550,621 550,621 00000000000000000018e22be8a9bef1a45c591fc2e30a57259bdf33cb5c5e9d 2,209 1.00/1.00 vMB 17
550,620 550,620 0000000000000000000ede519413ae4847ecf10e33b20f997f98a922b07ba57c 3,180 1.00/1.00 vMB 27
550,619 550,619 000000000000000000279d062854b01f6cf085e06459f9c902d0f0ef36cd4e4a 2,463 1.00/1.00 vMB 23
550,618 550,618 0000000000000000000b82069160036739803ebd606fce1029a85a11aac079e7 3,255 1.00/1.00 vMB 35
550,617 550,617 00000000000000000025906620e9c0af3a5b48da9787a160abe9b6a8f8ea13a5 2,714 1.00/1.00 vMB 26
550,616 550,616 00000000000000000020c1dba6acbff481c058e707e1ffa584a7949d9fe3a117 1,687 1.00/1.00 vMB 15
550,615 550,615 0000000000000000000a988ddaf9f330a8ef4db1bae8df55db6906de231774c6 3,155 1.00/1.00 vMB 28
550,614 550,614 000000000000000000273254cba891d8a387ac14349878d42364c20c4cd3570e 3,085 1.00/1.00 vMB 40
550,613 550,613 00000000000000000029f0f5e485da9f20715bb20e6921d6f58406311b1eb6ab 2,774 1.00/1.00 vMB 8
550,612 550,612 0000000000000000001dc6856bbe7a51cfd2c4a9ec1cbd9a18cd178b0dd869e7 2,407 1.00/1.00 vMB 12
550,611 550,611 00000000000000000012833f3a5e528c70976b13448f39a29fafdba825283f84 2,871 1.00/1.00 vMB 11
550,610 550,610 00000000000000000020f5160bf61133bfb52ba77e46692cc39e20cd7cc404a4 3,175 1.00/1.00 vMB 22
550,609 550,609 00000000000000000006bda182075dfca61662cb551c8c95928bcd72963709b8 2,870 1.00/1.00 vMB 20
550,608 550,608 00000000000000000012991d877b668d7031120a5ae17b37acaba36b0ae1832d 3,300 1.00/1.00 vMB 41
550,607 550,607 0000000000000000000cc99d1c3f6ee2b74e2b9a0cf0cf863f8b8ac44595bc7b 2,903 1.00/1.00 vMB 16
550,606 550,606 0000000000000000001c481b2a9afb74016158ee41185ebb2cb59a0fa37b54d6 3,079 1.00/1.00 vMB 20
550,605 550,605 00000000000000000007bf5a460eafcb7f08e8f344031af34e13c1f630203b2e 3,291 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.