Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,980 transactions (0.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,696 000000000000000000022b910000000000000000000000000000000000000000 ago 0.57 vMB 1,970 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,695 (11,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,989 899,989 000000000000000000008b3db4e28a0ed59c081150653134ad9eb9f11ba020ee 1.19 MB 975 2
899,988 899,988 00000000000000000000cfd7d5c7898454035212a8d3c231158bc68501151c12 1.63 MB 3,248 4
899,987 899,987 00000000000000000001cb74f79339b41cc826009c7d9e6a7db987e1c2bef43b 1.34 MB 2,143 3
899,986 899,986 000000000000000000020e36b106c436a30ed0dbc58efe1675fa1103ce5e1d62 1.47 MB 1,908 1
899,985 899,985 00000000000000000000eaed0b450a4f8f3ca056c920fe0e02ada9a2f2eb05c5 1.37 MB 1,867 2
899,984 899,984 00000000000000000000254b93212cc23a8494874867196b39827e9e86dcc7a6 1.43 MB 2,235 4
899,983 899,983 00000000000000000001da324a22968132a92bf6f2c2a3288d828ba045d20c9d 2.19 MB 1,551 2
899,982 899,982 000000000000000000003fff51c0c5d5b00c8a32dad24748f9f76a1466b09203 2.42 MB 1,312 2
899,981 899,981 00000000000000000001d2c8de4839dbdce8746ba72cea212aabad17ca950cc4 3.67 MB 161 1
899,980 899,980 0000000000000000000112f6cc35d6e22680ee1b0d322f8c41720e59fa2624b5 3.45 MB 503 1
899,979 899,979 00000000000000000000e2ddc4d3fdb379be66dd51ad6b6d84aabe002bcaf2cf 2.69 MB 854 1
899,978 899,978 000000000000000000008d260e121c0de904b668445050750933284f9b89250d 1.45 MB 2,272 3
899,977 899,977 0000000000000000000078583be4d38f4d9375163771efa76a85100c10d12f06 2.04 MB 1,445 2
899,976 899,976 000000000000000000008d173cc37c74266177511ffba45cb6f06fa707a51527 1.56 MB 2,931 6
899,975 899,975 000000000000000000014640a1b47a8e339cc3f279dee84402f47943dd1987b5 2.22 MB 1,617 2
899,974 899,974 00000000000000000001b518cc05b26cb16ca2de50038e62e5969fc812d70601 2.46 MB 1,264 2
899,973 899,973 00000000000000000000cb5caa13beb6e6a7b5eb41988a028f0fb36e270e43a3 2.47 MB 1,751 2
899,972 899,972 00000000000000000000b305b96933e7d0adce4310d56208538e061ed3cf6a4a 1.47 MB 2,712 3
899,971 899,971 00000000000000000001041bb4891f076ce1c2392b5914af7d995b4e8033b5e2 1.17 MB 607 1
899,970 899,970 0000000000000000000004d91dde6b08237a33d9697d9623364899966fcc4097 1.56 MB 3,097 3
899,969 899,969 00000000000000000001e726b241f1648b2c83c001eb557b2c65939fd7dad46a 1.51 MB 3,660 8
Previous 10 blocks ↓
Total Size: 776.52 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,425.68 GB sent, 131.26 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.