Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,709 transactions (0.99 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,521 000000000000000000022b910000000000000000000000000000000000000000 ago 0.98 vMB 3,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,520 (202,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,628 708,628 00000000000000000001724794f11335f1dd0f381e37f9419632e57d571b8a89 0.20 MB 498 10
708,627 708,627 00000000000000000005fff1b02414592b2946d0e0ed60b4a58bc93c6f920a71 0.56 MB 973 12
708,626 708,626 0000000000000000000408a54958f4ae0cf1a37d05327aa44bf9221e5ed67408 1.18 MB 2,069 8
708,625 708,625 000000000000000000005c0e2c9e55efe3c46f23f2a0e37a5b060ae8dbc7237a 1.41 MB 2,639 14
708,624 708,624 0000000000000000000093e6745e5f0ca9e96432cbeeb7ed36521f53ff745c02 1.55 MB 2,491 6
708,623 708,623 00000000000000000000f182da9b00f5f69948153448aa015fdf8b18fb02dc07 1.29 MB 1,839 3
708,622 708,622 00000000000000000000459d6b9bc767f9d13317def99f39a8f15a54b7f529bf 1.45 MB 2,579 6
708,621 708,621 00000000000000000009bde58b66036d3a4238bf511bd28f9e6281100404c504 1.41 MB 2,945 23
708,620 708,620 000000000000000000057f54156e519672711d1f285b308d0ed72b8851146d1c 1.46 MB 3,948 15
708,619 708,619 0000000000000000000bd078f1ff5bbfd9109ce2ee5ad62a8adc5b80bf7ecfb0 0.75 MB 1,416 6
708,618 708,618 0000000000000000000b566f05dccfaf93a9829935e2331f16759ceab996ea0f 1.45 MB 1,940 7
708,617 708,617 0000000000000000000aab79028cd91afb02831d5bb67ce2f1f2efe1378fa2dc 1.49 MB 3,365 13
708,616 708,616 0000000000000000000bccd653f92fcf25eecdebc597c154f308dc9003dd243c 0.73 MB 1,556 10
708,615 708,615 0000000000000000000a93018015fd8e9333740d21132da683f0b916fb739757 0.01 MB 17 3
708,614 708,614 000000000000000000099bc202f6f3769b52f651b0ce15adc19fdb1e93d9e6d3 0.76 MB 1,321 8
708,613 708,613 00000000000000000008c7a24dba5d170470c8abb58a7b24554995757db05f12 1.05 MB 545 2
708,612 708,612 00000000000000000002e60b61433a93eaaba02b727fcb7813c3d82d877385c8 1.32 MB 2,149 8
708,611 708,611 0000000000000000000a84531fc04a98ecbd0c56fcdda6841f11e187ae4f1dff 0.52 MB 673 3
708,610 708,610 0000000000000000000000e4f4e1ebe93f66e36622b3c72c76b090afbdb94c34 1.60 MB 2,863 9
708,609 708,609 0000000000000000000326d7d87c3ba65ccb00920c805f3d8c4bfca7ccb125b7 1.41 MB 3,151 16
708,608 708,608 00000000000000000000213470307680ca31fdebfa722864d8d6d046f9ff18c8 0.22 MB 522 10
Previous 10 blocks ↓
Total Size: 776.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,412.88 GB sent, 129.71 GB received

Notes

  • This page updates every 5 seconds.
  • 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.